LoadGOES:

Path: SC/GOESRead

% Loads GOES binary data. Will edit out magnetometer glitches.
   If not inputs are given it will display a file open dialog
   box.

   Since version 3.
--------------------------------------------------------------------------
   Form:
   [b, t, bMag, x, e, p, header, a] = LoadGOES( tS, file )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   tS                (1,2)  Time standard ('UT' or 'SC')
   file              (1,:)  File name
   

   -------
   Outputs
   -------
   b                 (3,:)  Magnetic field
   t                 (1,:)  Time in seconds from beginning of data or
                            local spacecraft time.
   bMag              (1,:)  Magnetic field magnitude
   x                 (1,:)  X-rays
   e                 (1,:)  Electrons
   p                 (1,:)  Particles
   header            (1,6) [satID,year,dataType,AverageType,Month,jD]
   a                 (1,:)  Data

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

Children:

Common: FileUtils/FindDirectory
Common: General/IsVersionAfter
Common: Graphics/NewFig
Common: Time/Date2JD
SC: GOESRead/GOESLeg
SC: GOESRead/GOESLon
SC: GOESRead/Glitch
SC: GOESRead/TwoC2F

Back to the SC Module page