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/LoadSatP SC: GOESRead/TwoC2F SC: GOESRead/WeathLeg Common: CommonData/SwooshWatermark Common: FileUtils/FindDirectory Common: General/CellToMat Common: General/IsVersionAfter Common: General/MatToCell Common: General/StringToTokens Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Time/DTSToDTA Common: Time/Date2JD
Back to the SC Module page