Path: SC/GOESRead
% Loads GOES binary data. Will edit out magnetometer glitches.
Since version 3.
--------------------------------------------------------------------------
Form:
[b, t, bMag, x, e, p, header, a] = Weather( 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
--------------------------------------------------------------------------
SC: GOESRead/GOESLon SC: GOESRead/Glitch SC: GOESRead/TwoC2F SC: GOESRead/WeathLeg Common: FileUtils/FindDirectory Common: Graphics/NewFig Common: Time/Date2JD
Back to the SC Module page