- Timestamp:
- Jan 16, 2017, 12:27:26 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r38709 r39947 217 217 } 218 218 219 ## 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 220 ## values in filerules or recipe... 221 $saveInConv = 0; 222 $saveRefConv = 0; 223 ## MEH adding above from ipptest:ipp-20150312 hack.. 224 ## -- of course this wont work because of the poor code doing a defined check rather than value check.. so fix... 225 undef $saveInConv; 226 undef $saveRefConv; 227 219 228 &my_die("Unable to identify template", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $template; 220 229 &my_die("Unable to identify input", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $input; … … 274 283 #&my_die("Couldn't find input: $templateSources", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($templateSources); 275 284 276 if ($diff_type eq 'WS') { 285 ## MEH -- needs to be for both kinds of diffs using stacks... 286 if ($diff_type eq 'WS' || $diff_type eq 'SS') { 277 287 # LANL processed stack images do not have a set of sources transferred back, so we need to choose a different source list. 278 288 unless($ipprc->file_exists($templateSources)) {
Note:
See TracChangeset
for help on using the changeset viewer.
