IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39947


Ignore:
Timestamp:
Jan 16, 2017, 12:27:26 AM (10 years ago)
Author:
mhuber
Message:

adding fix to broken hack for not saving intermediate in/refConv files and missing stack .cmf for SSdiff...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/diff_skycell.pl

    r38709 r39947  
    217217}
    218218
     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...
     225undef $saveInConv;
     226undef $saveRefConv;
     227
    219228&my_die("Unable to identify template", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $template;
    220229&my_die("Unable to identify input", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $input;
     
    274283#&my_die("Couldn't find input: $templateSources", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($templateSources);
    275284
    276 if ($diff_type eq 'WS') {
     285## MEH -- needs to be for both kinds of diffs using stacks...
     286if ($diff_type eq 'WS' || $diff_type eq 'SS') {
    277287    # LANL processed stack images do not have a set of sources transferred back, so we need to choose a different source list.
    278288    unless($ipprc->file_exists($templateSources)) {
Note: See TracChangeset for help on using the changeset viewer.