- Timestamp:
- Jun 27, 2018, 3:45:20 PM (8 years ago)
- Location:
- branches/czw_branch/20170908
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_norm_calc.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908
- Property svn:mergeinfo changed
/trunk merged: 40484-40485
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/ippScripts/scripts/detrend_norm_calc.pl
r33666 r40486 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";
Note:
See TracChangeset
for help on using the changeset viewer.
