IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37972


Ignore:
Timestamp:
Mar 12, 2015, 3:39:51 PM (11 years ago)
Author:
eugene
Message:

WARNING: esoteric changes to ippScripts to support PV3 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl

    r35325 r37972  
    199199}
    200200
     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
    201206&my_die("Unable to identify template", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $template;
    202207&my_die("Unable to identify input", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless defined $input;
     
    382387
    383388        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);
    387393            check_output($outputSources, 1) if $do_photom;
    388394            check_output($jpeg1Name, 1);
    389395            check_output($jpeg2Name, 1);
    390396            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);
    394400                check_output($inverseSources, 1) if $do_photom;
    395401                if ($run_state eq 'new') {
Note: See TracChangeset for help on using the changeset viewer.