projects/themis/spacecraft/particles/
thm_part_get_config.pro
Routines
Routines from thm_part_get_config.pro
result = thm_part_get_config_mask(config_word, is_esa, apid)
result = thm_part_get_config_esawind(apid, cw)
result = thm_part_get_config_sstspins(cw, burst=burst, reduced=reduced, full=full)
thm_part_get_config_setvalue, u, _extra=_extra
thm_part_get_config_454, u
thm_part_get_config_455, u
thm_part_get_config_456, u
thm_part_get_config_457, u
thm_part_get_config_458, u
thm_part_get_config_459, u
thm_part_get_config_45A, u
thm_part_get_config_45B, u
thm_part_get_config_45C, u
thm_part_get_config_45D, u
thm_part_get_config_45E, u
thm_part_get_config_45F, u
result = thm_part_get_config(apid0, config_word0, config_word1)
NAME: thm_part_get_config.proPURPOSE: Returns structure containing particle distribution attributes based on APID and config word.
Routine details
top source thm_part_get_config_mask
result = thm_part_get_config_mask(config_word, is_esa, apid)
Parameters
- config_word
- is_esa
- apid
top source thm_part_get_config_esawind
result = thm_part_get_config_esawind(apid, cw)
Parameters
- apid
- cw
top source thm_part_get_config_sstspins
result = thm_part_get_config_sstspins(cw, burst=burst, reduced=reduced, full=full)
Parameters
- cw
Keywords
- burst
- reduced
- full
top source thm_part_get_config_setvalue
thm_part_get_config_setvalue, u, _extra=_extra
Parameters
- u
Keywords
- _extra
top source thm_part_get_config
result = thm_part_get_config(apid0, config_word0, config_word1)
NAME: thm_part_get_config.pro PURPOSE: Returns structure containing particle distribution attributes based on APID and config word. INPUT: APID: Numerical APID (e.g. '045A'xu) config_word: Two-byte config word Can be passed in as: -single element variable (e.g. '1234'xu) -two element array (e.g. ['12'xu,'34'xu]) -two separate arguments (e.g. '12'xu, '34'xu) config_word2: (optional) see above EXAMPLES struct = thm_part_get_config( '454'xu, '0101'xu) struct = thm_part_get_config( '454'xu, ['01'xu,01'xu]) struct = thm_part_get_config( '454'xu, '01'xu, '01'xu) OUTPUT: Returns anonymous structure containing distribution attributes: { apid: APID from input config_word: Config word from input is_esa: Flag denoting esa data is_sst: Flag denoting sst data valid: Flag for valid data (1b=valid) nspins: Number of spins per distribution angle_bins: Number of angle bins energy_bins: Number of energy bins sweep_mode: Integer denoting ESA sweep mode index (thm_read_esa_sweep_*) angle_mode: Integer denoting ESA angle mode index (thm_read_esa_angle_*) esa_solar_wind: Solar wind flag for ESA } NOTES
Parameters
- apid0
- config_word0
- config_word1
File attributes
Modification date: | Thu Feb 13 16:42:52 2014 |
Lines: | 394 |