STEREO LET Data Analysis using IDL
SRL people do not need to start with the Level 0 telemetry packet data for LET data analysis. Bob Radocinski has written software that transforms the LET Level 0 data into IDL-structured data files. He has also written IDL-code to read these files that is platform-independent.
LET Level 0 data in daily IDL-structured files are at
- /home/stereo/IDLData/ahead/ (for the ahead spacecraft)
- /home/stereo/IDLData/behind/ (for the behind spacecraft)
- /home/stereo/IDLData/examples/
For each day of the mission, 6 IDL-files are created, as follows:
let_ahead_YYYY_DDD_1_XX_counters.std
let_ahead_YYYY_DDD_1_XX_dribble.std let_ahead_YYYY_DDD_1_XX_events.std sep_ahead_YYYY_DDD_1_XX_cmdresp.std sep_ahead_YYYY_DDD_1_XX_dribble.std sep_ahead_YYYY_DDD_1_XX_hskp.std |
- LET Rate Counters
- LET Dribbled status data - LET Events - SEP Command responses - SEP Dribbled status data - SEP Housekeeping data |
The 1_XX in the filename is the version number carried forward from the original Level 0 telemetry file. The file with the largest version number contains the most complete data. See Telemetry data documentation for more version number info.
Documentation of the IDL structures found in each of these files is at
- /home/stereo/Software/idl/rgrapps/include