Path: SC/GOESRead
% Loads GOES data from multiple files.
Similar to LoadMap only returns all of the data.
--------------------------------------------------------------------------
Form:
[b, e, x, p, filesUsed] = LoadSers( sc, fT, CDROM, mmS, yyS, mmF, yyF, suffix )
--------------------------------------------------------------------------
------
Inputs
------
sc (1,1) Spacecraft
fT (1,1) File type {'H','I','G','Z','A'}
CDROM (1,:) CD-ROM name
mmS (1,1) Month of start
yyS (1,1) Year of start
mmF (1,1) Month of finish
yyF (1,1) Year of finish
suffix (1,1) If any input append ';1' to the file names
-------
Outputs
-------
b (1,1) Magnetic field
e (1,1) Electrons
x (1,1) X-rays
p (1,1) particles
fileUsed (:,:) Files used-each row a file name
--------------------------------------------------------------------------
SC: GOESRead/Glitch SC: GOESRead/TwoC2F
Back to the SC Module page