Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed proposal 2, updated SI_CONVERSION to prop #1.

Definitions of Units of Measure used in MMS data product files:


degcm^{-2} s^{-1} sr^{-1} eV^{-1}
QuantityUnits
(original)
Proposal #1Proposal #2Notation in CDFSI_CONVERSIONS
(proposed)
markup in CDFas rendered
by plot routines
markup in CDF

as rendered
by plot routines

Number densitiescm^-3cm^{-3}cm-3cm^{-3}cm-31e6>m^{-3}
Speeds, velocitieskm/skm/skm/skm s^{-1}km s-11.0e3>m/s
Angles, phase shiftsdegdegdeg

deg

0.0174532925>rad
Pressures (plasma - dynamic, thermal, magnetic)nPanPAnPanPanPa1.0e-9>Pa
TemperatureseVeVeVeVeV11604.50520>K
Heat FluxmW/m^2mW/m^{2}mW/m2mW m^{-2}mW m-21.0e-3>W/m^{-2}
EntropyJ/KJ/KJ/KJ K^{-1}J K-11.0>J K^{-1}/K
Electric FieldmV/mmV/mmV/mmV m^{-1}mV m-11.0e-3>V m^{-1}/m
Probe to Spacecraft PotentialVVVVV1.0>V
Electric field power spectral density(V/m)^2/Hz(V/m)^{2}/Hz(V/m)2/HzV^{2} m^{-2} Hz^{-1}V2 m-2 Hz-11.0>V^2 m^{-2} Hz^{-1}1.0>(V/m)^{2}/Hz
ExB Velocitykm/skm/skm/skm s^{-1}km s-11.0e3>m s^{-1}/s
Poynting FluxmW/m^2mW/m^{2}mW/m2mW m^{-2}mW m-21.0e-3>W/m^{-2}
Magnetic FieldnTnTnTnTnT1.0e-9>T
Magnetic Field Power Spectral DensitynT^2/HznT^{2}/HznT2/HznT^{2} Hz^{-1}nT2 Hz-1 
Current DensitynA/m^2nA/m^{2}nA/m2nA m^{-2}nA m-21.0e-9>A/m^{-2}
Differential Number Flux1/(cm^2 s sr eV)1/(cm^{2} s sr eV)1/(cm2 s sr eV)cm-2 s-1 sr-1 eV-1 
Differential Energy FluxeV/(cm^2 s sr eV)eV/(cm^{2} s sr eV)eV/(cm2 s sr eV)eV cm^{-2} s^{-1} sr^{-1} eV^{-1}eV cm-2 s-1 sr-1 eV-1 
Distancekmkmkmkmkm1.0e3>m
  • Earth radius: 6371.2 km
  • ASCII Date/Time: ISO8601 standard (e.g. YYYY-MM-DDTHH:MM:SS.SSS or YYYY-DDDTHH:MM:SS.SSS)

...

  • It is proposed that conventions should be defined, so that a standard nomenclature is used for these metadata. 
  • UNITS attribute
    • units in Level 2 CDF files shall be taken from the list above
    • The units shall be specified as a human-readable ASCII string, using the abbreviations listed above. 
    • guidelines for unit nomenclature are proposed, below.
  • SI_CONVERSION attribute
    • Gives the conversion from the MMS unit of measure to SI units
    • This attribute allows for plotting/analysis tools to combine MMS data with data from other missions which use different units. 
    • Guidelines for SI unit nomenclature are proposed, below.
    • Requires guidelines for syntax, which are also included below.

Proposed convention for Convention for unit nomenclature and SI conversion attribute (see table above):

  • SI unit symbols to be used for SI conversion (rather than SI unit names) without SI prefixes: e.g. T, rather than nT or Tesla; sr, rather than steradians.
    The SI_CONVERSION from nT would then be "1.0e-9>T".
  • SI prefixes are allowed in variable units, but not in the converted SI unit (units of [km] are required for distances, but the SI conversion must be to [m]).
  • Note that the SI unit for angles is radians [rad]. 
    The SI_CONVERSION for angles (in degrees as defined above) would be "pi/180>rad " (Alternative 1: uses division in unit conversion but preserves precision.)
    The SI_CONVERSION for angles (in degrees as defined above) would be "0.0174532925>rad" (Alternative 2: gives number in unit conversion but loses precision.)
  • Dimensionless variables are required (by ISTP standard) to be a blank character. For consistency the conversion should also be a blank character.
    The SI_CONVERSION for a dimensionless variable would be " > ".
  • Units that are already SI (e.g. Hz, V) will have a multiplicative factor of 1, so the SI_CONVERSION for spacecraft potential would be "1.0>V".

 

Proposed convention for compound units:  [Note: this is proposed for the sake of consistency to facilitate future automation using this metadata]

...

Convention for compound units (see table above): 

  • Only dimensional units should be used. For example, a number density would have units of [cm^{-3}] not [#/cm^{3}]. Similarly an electron number flux would have units of [cm^-2 s^-1 sr^-1 eV^-1], not [#/(cm^-2 s^-1 sr^-1 eV^-1)] or [e/(cm^-2 s^-1 sr^-1 eV^-1)].

...

  •  
  • LaTeX math notation is to be used exponents, so the units for acceleration would be [m/s^{

...

  • 2}]
    • This is usable through IDL with the graphics routines from "Coyote's guide" (David Fanning) or the TexToIDL package.
    • This is usable through MATLAB, which directly supports TeX markup in graphics by specifying an interpreter to the text object.
    • This is usable in Python through the graphics package matplotlib, which can use LaTeX to render the text in graphics output for several plotting backends.
    • LaTeX is directly supported by GNUplot, in case anyone still uses that!
    • Where this isn't currently supported is Autoplot, though it may not be difficult for Jeremy to support basic TeX-style markup for units.
    • If LaTeX markup is allowed here then there is no reason people can't use it to give equations in other attributes, which could be handy when defining calculated quantities.

...