Changeset 37972
- Timestamp:
- Mar 12, 2015, 3:39:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl
r35325 r37972 199 199 } 200 200 201 # EAM 2015.03.12 : for the PV3 3pi diffs, we do NOT want to save these images. here i am hacking this value to 0, but it should depend on the 202 # values in filerules or recipe... 203 $saveInConv = 0; 204 $saveRefConv = 0; 205 201 206 &my_die("Unable to identify template", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $template; 202 207 &my_die("Unable to identify input", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $input; … … 382 387 383 388 if (!$quality) { 384 check_output($outputName, 0); 385 check_output($outputMask, 0); 386 check_output($outputVariance, 0); 389 # EAM 2015.03.12 : for PV3 3pi diffs, we do not save these. do not check for them... 390 # check_output($outputName, 0); 391 # check_output($outputMask, 0); 392 # check_output($outputVariance, 0); 387 393 check_output($outputSources, 1) if $do_photom; 388 394 check_output($jpeg1Name, 1); 389 395 check_output($jpeg2Name, 1); 390 396 if ($inverse) { 391 check_output($inverseName, 0);392 check_output($inverseMask, 0);393 check_output($inverseVariance, 0);397 # check_output($inverseName, 0); 398 # check_output($inverseMask, 0); 399 # check_output($inverseVariance, 0); 394 400 check_output($inverseSources, 1) if $do_photom; 395 401 if ($run_state eq 'new') {
Note:
See TracChangeset
for help on using the changeset viewer.
