============================================================================== The information contained in this file is OBSOLETE!!! For updated information see the HOW_TO_PROCESS_IPF.DOC help file. 11/29/99 ps ============================================================================== HOW_TO_KEEP_TRACK_OF_COUNTS.LIS Wendy Sweet, LASP April 22, 1997 Updated July 2, 1998 In the final file directory, GLLUVS2:[GLL_RAW.UVS_P2], there are two list file. UVS_RTS_(ORBIT)_STATUS.LIS and UVS_PB_(ORBIT)_STATUS.LIS The rts file holds the uvs_formated_data.lis files for each observation. The pb file holds the uvs_pb.lis files for each observation. To make these files, run the idl program TORUS1:[GLL_RAW.SOFTWARE]CREATE_LIST_FILES.PRO idl> .run TORUS1:[GLL_RAW.SOFTWARE]CREATE_LIST_FILES idl> CREATE_LIST_FILES At the end of both the UVS_RTS_(ORBIT)_STATUS.LIS and UVS_PB_(ORBIT)_STATUS.LIS files, there is a section called "Orbit total tube exposure." The outputs from "Orbit total tube exposure" section are manually placed in a file called GLLUVS2:[GLL_RAW.UVS_P2]TOTAL_COUNTS_AT_JUPITER.LIS Then the program TORUS1:[GLL_RAW.SOFTWARE]ADD_ORBIT_TOTALS.PRO can be run on TOTAL_COUNTS_AT_JUPITER.LIS to get the total counts at Jupiter. A section called Total Jupiter Counts to Date is appended to TOTAL_COUNTS_AT_JUPITER.LIS. Remember to delete the old "Total Jupiter Counts to Date" section before running ADD_ORBIT_TOTALS.PRO. ----------------------------------------------------------------------------- Old method It is made with the program TORUS1:[GLL_RAW.SOFTWARE]CREATE_URT_LIST_FILES.PRO where the parameters are CREATE_URT_LIST_FILES, orbit, observation.lis. Orbit = XX, i.e. G7 observation.lis = file of the observations in time order. This file can be made with the program TORUS1:[GLL_RAW.SOFTWARE]SORTED_UVS_FINAL.PRO where the parameters are SORTED_UVS_FINAL, search_string, out_put_file_name. search_string = something like glluvs2:[gll_raw.uvs_p2]g07*_urt_*.dat The pb list file hold the uvs_pb.lis files for each oberservation. There is a similar program TORUS1:[GLL_RAW.SOFTWARE]CREATE_PB_LIST_FILES.PRO, that works in the same way. At the end of both the pb and rts files, there is a section called Orbit total tube exposure The output from this section are manually placed in a file called GLLUVS2:[GLL_RAW.UVS_P2]TOTAL_COUNTS_AT_JUPITER.LIS Then the program TORUS1:[GLL_RAW.SOFTWARE]ADD_ORBIT_TOTALS.PRO can be run on TOTAL_COUNTS_AT_JUPITER.LIS to get the total counts at Jupiter. A section called Total Jupiter Counts to Date is appended to TOTAL_COUNTS_AT_JUPITER.LIS. Remember to delete the old "Total Jupiter Counts to Date" section before running ADD_ORBIT_TOTALS.PRO.