;+ ;PROCEDURE: mvn_sta_l0_load,pathname=pathname,file=file,source=source ;PURPOSE: ; To generate quicklook data plots and a tplot save file ;INPUT: ; ;KEYWORDS: ; ;CREATED BY: J. McFadden 13-05-07 ;VERSION: 1 ;LAST MODIFICATION: 13-05-07 ;MOD HISTORY: ; ;NOTES: ; ;- pro mvn_sta_l0_load,pathname=pathname,file=file starttime = systime(1) ; mvn_sta_apid_handler,/reset ; reset internal common blocks ; mvn_spc_apid_file_read,file=file ; this is a temporary routine until davin fixes his code mvn_pfp_l0_file_read,pathname=pathname,file=file,/static ; eventually this line will replace the above line - check program name dprint,'Done in ',systime(1)-starttime,' seconds' end