IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30875


Ignore:
Timestamp:
Mar 10, 2011, 6:18:52 PM (15 years ago)
Author:
watersc1
Message:

We should be dropping exposures if they have the fault of 110, as that corresponds to 'gone forever'.

File:
1 edited

Legend:

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

    r25418 r30875  
    246246
    247247        system ($command);
     248
     249        if ($exit_code == 110) {
     250            $command = "$pztool -updatepzexp";
     251            $command .= " -exp_name $exp_name";
     252            $command .= " -camera $inst";
     253            $command .= " -telescope $telescope";
     254            $command .= " -set_state drop";
     255            $command .= " -dbname $dbname" if defined $dbname;
     256
     257            system ($command);
     258        }
     259
    248260    }
    249261
Note: See TracChangeset for help on using the changeset viewer.