IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37062


Ignore:
Timestamp:
Jul 17, 2014, 11:54:53 AM (12 years ago)
Author:
eugene
Message:

better handling of exceptional case in update mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/pstamp/scripts/pstamp_checkdependent.pl

    r36780 r37062  
    318318            $command .= " -set_label $rlabel" if $rlabel;
    319319
    320             # if this is one of the chipRuns from the PV1 LAP regenerate without using the ppImage configdump file
     320            my $update_mode;
    321321            if ($chip->{data_group} =~ /^LAP.ThreePi.20120706/) {
    322                 $command .= ' -set_update_mode 1';
     322                # if this is one of the chipRuns from the PV1 LAP regenerate without using the ppImage configdump file.
     323                # XXX: PV2 processing is complete. Don't do this anymore
     324                # $update_mode = 1;
     325            } elsif ($chip->{data_group} =~ /^M31.rp.2013/) {
     326                # Version of M31 processed with recipes and auxiliary masks incompatible with the
     327                # current code. Run from scratch which will use compatible versions of the same masks..
     328                $update_mode = 1;
    323329            }
     330            $command .= " -set_update_mode $update_mode" if $update_mode;
    324331
    325332            if (!$no_update) {
Note: See TracChangeset for help on using the changeset viewer.