projects/themis/common/
thm_write_probe_timing_tables.pro
Procedure: thm_write_probe_timing_tables.pro Purpose: This routine takes two string file names as input arguments, reads all 'phases_???.txt' files present in the WD, determines the primary (statistically significant) apid sampling times in terms on one-second-mark 'ticks' and spin 'sectors', writes 'ticks' and 'sectors' found to probe timing table files, and generates png images of the timelines per apid. Inputs: Parameters: ticks_table_file, sectors_table_file (to be generated by the routine) Non-Parameters: phases_xxx.txt files in PWD (ASCII files containing apid:xxx header times, one second mark phases, spin phases, and delta_phi timeline) These ASCII files need to be generated by write_probe_timing_phases.bash Keywords: NO_PNG: If set, png images are not produced TEST: If set, ALL tick counts are recorded and written to file (except for apid:410) Otherwise, only tick counts = 1,2,8,16 and 32 are recorded and written to file Outputs: ticks_table_file, sectors_table_file and png images of phases per apid (default) Examples: thm_write_probe_timing_tables,'ticks_table.txt','sectors_table.txt' thm_write_probe_timing_tables,'ticks_table.txt','sectors_table.txt',/no_png thm_write_probe_timing_tables,'ticks_table.txt','sectors_table.txt',/no_png,/test See Also: ${TMTOOLS_ROOT}/src/scripts/write_probe_timing_phases.bash $LastChangedBy: $ $LastChangedDate: $ $LastChangedRevision: $ $URL: $
Routines
top source thm_write_probe_timing_tables
thm_write_probe_timing_tables, ticks_table_file, sectors_table_file, TEST=TEST, NO_PNG=NO_PNG
Parameters
- ticks_table_file
- sectors_table_file
Keywords
- TEST
- NO_PNG
File attributes
Modification date: | Thu Feb 13 16:42:33 2014 |
Lines: | 59 |