IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35793 for trunk/pstamp/scripts


Ignore:
Timestamp:
Jul 10, 2013, 1:15:27 PM (13 years ago)
Author:
bills
Message:

if updating a chip from LAP.ThreePi.20120706 -set_update_mode 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r35498 r35793  
    288288            my $command = "$chiptool -setimfiletoupdate -chip_id $chip_id -class_id $chip->{class_id}";
    289289            $command .= " -set_label $rlabel" if $rlabel;
     290
     291            # if this is one of the chipRuns from the PV1 LAP regenerate without using the ppImage configdump file
     292            if ($chip->{data_group} =~ /^LAP.ThreePi.20130706/) {
     293                $command .= ' -set_update_mode 1';
     294            }
    290295
    291296            if (!$no_update) {
Note: See TracChangeset for help on using the changeset viewer.