IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2010, 4:22:55 PM (16 years ago)
Author:
bills
Message:

check for existence of files before invoking ppstamp. Get astromety file from params
istead of args

File:
1 edited

Legend:

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

    r28145 r28628  
    277277    # if chipProcessedImfile.state is cleaned call check_states_chip
    278278
    279     # need to code warptool -setskyfiletoupdate
    280279    my $metadata = shift;
    281280    my $whole_run = shift;  # if true queue entire run for update
     
    287286    my $warp_id = $metadata->{warp_id};
    288287    my $state = $metadata->{state};
    289     if ($state =~ /error/) {
     288    if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop')) {
    290289        print STDERR "warpRun $warp_id has state $state faulting jobs\n";
    291290        faultJobs('stop', undef, undef, $PSTAMP_GONE);
Note: See TracChangeset for help on using the changeset viewer.