LoadMag:

Path: SC/GOESRead

% Loads GOES magnetometer data. This can take a lot of data.  
   It uses the A files because they are small.

   Since version 3.
--------------------------------------------------------------------------
   Form:
   [b, filesUsed] = LoadMag( sc, CDROM, mmS, yyS, mmF, yyF, suffix )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   sc                 (1,1) Spacecraft id
   CDROM              (1,:) CD-ROM name including complete path
   mmS                (1,1) Month of start
   yyS                (1,1) Year of start (e.g. 88)
   mmF                (1,1) Month of finish
   yyF                (1,1) Year of finish (e.g. 89)
   suffix             (1,1) If any input append ';1' to the file names
   

   -------
   Outputs
   -------
   b                 (3,:)  Magnetic field
   filesUsed         (:,:)  Files used-each row a file name

--------------------------------------------------------------------------

Children:

SC: GOESRead/Glitch
SC: GOESRead/TwoC2F

Back to the SC Module page