BHarm:

Path: SC/GOESRead

% Computes a sine/cosine harmonic series for the magnetic field.

   Since version 3.
--------------------------------------------------------------------------
   Form:
   [b, bM, bErr] = BHarm( n, aS, file )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   n                (1,1)   Number of terms
   aS               (1,:)   Axis system:
                              'GEOC'  z North, x Zenith
                              'NASA'  y South  z Nadir  
                              Default is 'NASA' 
   file            (1,:)    GOES binary data file name (optional)

   -------
   Outputs
   -------
   b               (3,n)    Harmonic cofficients [bias sine cosine]
   bM              (3,n)    Magnitude harmonic cofficients [bias sine cosine]
   bErr            (3,1)    Error

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

Children:

SC: GOESRead/BTrans
SC: GOESRead/GOESLeg
SC: GOESRead/GOESLon
SC: GOESRead/Glitch
SC: GOESRead/LoadGOES
SC: GOESRead/LoadSatP
SC: GOESRead/TwoC2F
Common: CommonData/SwooshWatermark
Common: FileUtils/FindDirectory
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/IsVersionAfter
Common: General/MatToCell
Common: General/StringToTokens
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Time/DTSToDTA
Common: Time/Date2JD
Math: Analysis/CHarm
Math: Analysis/SCHarm
Math: Analysis/SCSeries
Math: Analysis/SHarm

Back to the SC Module page