THEMIS Particle Moments (Ground): Difference between revisions
(→Contamination: adding contamination removal section) |
mNo edit summary |
||
Line 13: | Line 13: | ||
==Overview== | ==Overview== | ||
Particle moments are produced by thm_part_products from [[Level 0 particle data|raw particle data]]. All data products are calculated simultaneously for a particular data type. | Particle moments are produced by thm_part_products from [[Level 0 particle data|raw particle data]]. All data products are calculated simultaneously for a particular data type. | ||
<div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 2px 10px; margin-left: 5px; overflow:hidden"> | <div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 2px 10px; margin-left: 5px; overflow:hidden"> | ||
Line 19: | Line 19: | ||
</div> | </div> | ||
Support data will be used automatically if it is present. By default the software will use "th?_fgs" as the magnetic field and "th?_pxxm_pot" as the spacecraft potential ("?" denoting probe designation). If no support data is found it will | Support data will be used automatically if it is present. By default the software will use "th?_fgs" as the magnetic field and "th?_pxxm_pot" as the spacecraft potential ("?" denoting probe designation). If no support data is found it will be ignored; any derived quantities will not be calculated. Keywords may be used to specify support data: | ||
<div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 2px 10px; margin-left: 5px; overflow:hidden"> | <div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 2px 10px; margin-left: 5px; overflow:hidden"> | ||
Line 112: | Line 112: | ||
|scalar | |scalar | ||
|} | |} | ||
==Contamination== | ==Contamination== | ||
====Spacecraft potential==== | ====Spacecraft potential==== | ||
Increased spacecraft potential may affect the lower energy bins for ESA data. A tplot variable containing spacecraft potential can be specified when | [[File:pot_dens_compare.png|200px|thumb|right|Spacecraft potential plotted with corrected and uncorrected ESA density data]] | ||
Increased spacecraft potential may affect the lower energy bins for ESA data. A tplot variable containing spacecraft potential can be specified when generating particle data products. If no variable is specified then '''"th?_pxxm_pot"''' will be used, if present. | |||
Spacecraft potential must be loaded separately: | Spacecraft potential must be loaded separately: | ||
<div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 2px 10px; margin-left: 5px; overflow:hidden;"> | <div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 2px 10px; margin-left: 5px; overflow:hidden;"> | ||
Line 134: | Line 136: | ||
SPEDAS> thm_part_products, probe='a', datatype='psif', trange=[t0,t1], '''sst_sun_bins=[0,8,16,24,32,33,34,40,47,48,49,50,55,56,57]''' | SPEDAS> thm_part_products, probe='a', datatype='psif', trange=[t0,t1], '''sst_sun_bins=[0,8,16,24,32,33,34,40,47,48,49,50,55,56,57]''' | ||
</div> | </div> | ||
==Uncertainty estimates== | ==Uncertainty estimates== | ||
==Resources== | ==Resources== |
Revision as of 22:09, 21 May 2015
Moments of the particle distribution may be calculated manually. This allows for manual calibration and specification of input parameters. Moments may be produced after selecting a spacecraft, particle data type, and time range. Some products also require magnetic field data to be present.
For command line usage see:
For spacecraft processed moments see on-board moments.
Overview
Particle moments are produced by thm_part_products from raw particle data. All data products are calculated simultaneously for a particular data type.
Support data will be used automatically if it is present. By default the software will use "th?_fgs" as the magnetic field and "th?_pxxm_pot" as the spacecraft potential ("?" denoting probe designation). If no support data is found it will be ignored; any derived quantities will not be calculated. Keywords may be used to specify support data:
Data Products
Products marked with a * require magnetic field data to be loaded.
All "vector" data types are 3-vectors. Symmetric tensors are stored in six dimensions: xx, yy, zz, xy, xz, yz.
Variable Name | Description | Units | Data type |
density | Density | 1/cm3 | scalar |
current | Current | scalar | |
flux | Number flux | 1/(s·cm2) | vector |
eflux | Energy flux | eV/(s·cm2) | vector |
velocity | Velocity | km/s | vector |
t3 | Diagonalized temperature | eV | vector |
magt3 | Magnetic field aligned temperature* | eV | vector |
avgtemp | Average temperature | eV | scalar |
vthermal | Thermal velocity | km/s | vector |
mftens | Momentum flux tensor | eV/cm3 | symmetric tensor |
ptens | Pressure tensor | eV/cm3 | symmetric tensor |
symm | Direction of pressure tensor symmetry | n/a | vector |
symm_phi | Phi (longitude) direction of symmetry vector | ° | scalar |
symm_theta | Theta (latitude) direction of symmetry vector | ° | scalar |
symm_ang | Angle between symmetry vector and magnetic field* | ° | scalar |
Contamination
Spacecraft potential
Increased spacecraft potential may affect the lower energy bins for ESA data. A tplot variable containing spacecraft potential can be specified when generating particle data products. If no variable is specified then "th?_pxxm_pot" will be used, if present. Spacecraft potential must be loaded separately:
ESA background subtraction
Background subtraction for ESA data is enabled by default when producing spectra. For background removal options see ESA Background Removal. For example usage see:
SST contamination
In most cases, contaminated SST bins should be masked and interpolated over automatically. If the default set of bins is inadequate then a list may be specified instead. For more information see SST Contamination Removal.