StepsForIngest data
From Tauwiki
[edit] The steps in the module UVS_ingest_data
- Get level0 binary file containing science(including fillers) and telemetry data.
- Check for the sync (science or telemetry)
#*If science - Start writing a new science o/p file
#*# Check for filler, StartLog, data and EndLog.
#*# Store StartLog, EndLog ( as 1 if present else 0 ) StartTime and EndTIme (obtained from time minor frame) into a text file.
#*# If not EOF and another StartLog is found then Start writing a new science file. Repeat steps a and b.
#*If telemetry - Start writing a new telemetry o/p file
#*#Only one telemetry file is written for entire input file.
3.The output text file format will be :
sci0 STARTLOG = 1 STARTTIME = 5.03316E7 ENDLOG = 0 ENDTIME = 5.0332023E7 sci1 STARTLOG = 0 STARTTIME = 5.0332086E7 ENDLOG = 0 ENDTIME = 5.0332147E7 sci2 STARTLOG = 0 STARTTIME = 5.0332148E7 ENDLOG = 1 ENDTIME = 5.0332162E7
