Changeset 40485 for trunk/ippScripts
- Timestamp:
- Jun 27, 2018, 3:41:23 PM (8 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 5 edited
-
detrend_norm_apply.pl (modified) (1 diff)
-
detrend_norm_calc.pl (modified) (4 diffs)
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_resid_imfile.pl (modified) (2 diffs)
-
detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r39505 r40485 88 88 'SKYFLATTEST_RAW' => 'FLAT', 89 89 'FLAT' => 'FLAT', 90 'FLATTEST' => 'FLAT', 90 91 'DOMEFLAT' => 'FLAT', 91 92 'SKYFLAT' => 'FLAT', -
trunk/ippScripts/scripts/detrend_norm_calc.pl
r40404 r40485 80 80 'SKYFLATTEST_RAW' => 1, 81 81 'FLAT' => 1, 82 'FLATTEST' => 1, 82 83 'DOMEFLAT' => 1, 83 84 'SKYFLAT' => 1, … … 199 200 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 200 201 warn("Class $className has bad normalisation: $normalisation"); 201 exit($PS_EXIT_SYS_ERROR);202 # exit($PS_EXIT_SYS_ERROR); 202 203 } 203 204 … … 212 213 if (not run \@command, \$stdin, \$stdout, \$stderr) { 213 214 warn("Unable to perform dettool -addnormstat for $className: $?"); 214 exit($PS_EXIT_SYS_ERROR);215 # exit($PS_EXIT_SYS_ERROR); 215 216 } 216 217 print $stdout . "\n" if $verbose; … … 225 226 if ($normalisation == 0.0 or lc($normalisation) eq 'nan') { 226 227 warn("Class $className has bad normalisation: $normalisation"); 227 exit($PS_EXIT_SYS_ERROR);228 # exit($PS_EXIT_SYS_ERROR); 228 229 } 229 230 print "$className : $normalisation\n"; -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r39707 r40485 97 97 'SKYFLATTEST_RAW' => 'PPIMAGE.OUTPUT.DETREND', 98 98 'FLAT' => 'PPIMAGE.OUTPUT.DETREND', 99 'FLATTEST' => 'PPIMAGE.OUTPUT.DETREND', 99 100 'DOMEFLAT' => 'PPIMAGE.OUTPUT.DETREND', 100 101 'SKYFLAT' => 'PPIMAGE.OUTPUT.DETREND', -
trunk/ippScripts/scripts/detrend_resid_imfile.pl
r33666 r40485 114 114 'SKYFLATTEST_RAW' => '-flat', # Specify the flat frame 115 115 'FLAT' => '-flat', # Specify the flat frame 116 'FLATTEST' => '-flat', # Specify the flat frame 116 117 'DOMEFLAT' => '-flat', # Specify the flat frame 117 118 'SKYFLAT' => '-flat', # Specify the flat frame … … 142 143 'SKYFLATTEST_RAW' => 'PPIMAGE.OUTPUT.DETREND', 143 144 'FLAT' => 'PPIMAGE.OUTPUT.DETREND', 145 'FLATTEST' => 'PPIMAGE.OUTPUT.DETREND', 144 146 'DOMEFLAT' => 'PPIMAGE.OUTPUT.DETREND', 145 147 'SKYFLAT' => 'PPIMAGE.OUTPUT.DETREND', -
trunk/ippScripts/scripts/detrend_stack.pl
r33666 r40485 92 92 'SKYFLATTEST_RAW' => 'PPMERGE.OUTPUT.FLAT', 93 93 'FLAT' => 'PPMERGE.OUTPUT.FLAT', 94 'FLATTEST' => 'PPMERGE.OUTPUT.FLAT', 94 95 'DOMEFLAT' => 'PPMERGE.OUTPUT.FLAT', 95 96 'SKYFLAT' => 'PPMERGE.OUTPUT.FLAT', … … 118 119 'SKYFLATTEST_RAW' => 'DETSTATS', 119 120 'FLAT' => 'DETSTATS', 121 'FLATTEST' => 'DETSTATS', 120 122 'DOMEFLAT' => 'DETSTATS', 121 123 'SKYFLAT' => 'DETSTATS',
Note:
See TracChangeset
for help on using the changeset viewer.
