Changeset 708
- Timestamp:
- 11/18/08 12:49:15 (2 months ago)
- Files:
-
- trunk/pysynphot/test/commissioning/log2cases/cleanup_copyfiles.csh (added)
- trunk/pysynphot/test/commissioning/log2cases/process_all.csh (modified) (1 diff)
- trunk/pysynphot/test/commissioning/log2cases/process_nicmos.csh (modified) (2 diffs)
- trunk/pysynphot/test/commissioning/log2cases/process_wfc3.csh (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pysynphot/test/commissioning/log2cases/process_all.csh
r707 r708 2 2 set inst = (acs stis nicmos wfc3) 3 3 foreach k ($inst) 4 echo "" 4 5 echo "####### $k ########" 5 6 process_{$k}.csh >& process_{$k}.log trunk/pysynphot/test/commissioning/log2cases/process_nicmos.csh
r707 r708 15 15 ln -s nicmos_etc_cases.pickle nicmos_etc_cases_parsed.pickle 16 16 #Generate from the new logfile 17 echo "" 17 18 echo "# New non-thermback" 18 19 python ../gencases.py nicmos_etc_cases_parsed.txt nicmos_etc_cases_subset.txt … … 28 29 #Generate from the new logfile. 29 30 #Subset info is in the same main subset file. 31 echo "" 30 32 echo "# New thermback" 31 33 python ../gencases.py nicmos_etc_thermback_cases_parsed.txt nicmos_etc_cases_subset.txt trunk/pysynphot/test/commissioning/log2cases/process_wfc3.csh
r707 r708 12 12 ln -s wfc3_uvis1_imaging_61_cases.pickle wfc3_uvis1_imaging_61_cases_parsed.pickle 13 13 #Generate from the new logfile 14 echo "" 14 15 echo "# New" 15 16 python ../gencases.py wfc3_uvis1_imaging_61_cases_parsed.txt wfc3_uvis1_imaging_61_cases_subset.txt … … 28 29 ln -s wfc3_uvis2_imaging_18_cases.pickle wfc3_uvis2_imaging_18_cases_parsed.pickle 29 30 #Generate from the new logfile 31 echo "" 30 32 echo "# New" 31 33 python ../gencases.py wfc3_uvis2_imaging_18_cases_parsed.txt wfc3_uvis2_imaging_18_cases_subset.txt … … 43 45 ln -s wfc3_uvis1_spec_62_cases.pickle wfc3_uvis1_spec_62_cases_parsed.pickle 44 46 #Generate from the new logfile 47 echo "" 45 48 echo "# New" 46 49 python ../gencases.py wfc3_uvis1_spec_62_cases_parsed.txt wfc3_uvis1_spec_62_cases_subset.txt … … 58 61 ln -s wfc3_uvis2_spec_18_cases.pickle wfc3_uvis2_spec_18_cases_parsed.pickle 59 62 #Generate from the new logfile 63 echo "" 60 64 echo "# New" 61 65 python ../gencases.py wfc3_uvis2_spec_18_cases_parsed.txt wfc3_uvis2_spec_18_cases_subset.txt … … 81 85 ln -s wfc3_irim_cases_parsed.pickle wfc3_ir_imaging_78_cases_parsed.pickle 82 86 #Generate from the new logfile 87 echo "" 83 88 echo "# New non-thermback" 84 89 python ../gencases.py wfc3_ir_imaging_78_cases_parsed.txt wfc3_ir_imaging_78_cases_subset.txt … … 94 99 ln -s wfc3_irim_thermback_parsed.pickle wfc3_ir_imaging_80_thermback_parsed.pickle 95 100 #Generate from the new logfile. 101 echo "" 96 102 echo "# New thermback" 97 103 python ../gencases.py wfc3_ir_imaging_80_thermback_parsed.txt wfc3_ir_imaging_80_thermback_subset.txt … … 117 123 ln -s wfc3_irsp_cases_parsed.pickle wfc3_ir_spec_61_cases_parsed.pickle 118 124 #Generate from the new logfile 125 echo "" 119 126 echo "# New non-thermback" 120 127 python ../gencases.py wfc3_ir_spec_61_cases_parsed.txt wfc3_ir_spec_61_cases_subset.txt … … 130 137 ln -s wfc3_irsp_thermback_parsed.pickle wfc3_ir_spec_62_thermback_parsed.pickle 131 138 #Generate from the new logfile. There are no subsets for this class. 139 echo "" 132 140 echo "# New thermback" 133 141 python ../gencases.py wfc3_ir_spec_62_thermback_parsed.txt
