IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35498


Ignore:
Timestamp:
May 3, 2013, 10:20:46 AM (13 years ago)
Author:
bills
Message:

stop returning PSTAMP_GONE for RINGS.V0 warps

File:
1 edited

Legend:

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

    r34716 r35498  
    344344}
    345345
     346if (0) {
    346347    my $tess_id = $metadata->{tess_id};
    347348    if ($tess_id eq 'RINGS.V0') {
     
    349350        return $PSTAMP_GONE
    350351    }
     352}
    351353    if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop') or
    352354         ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop')) {
Note: See TracChangeset for help on using the changeset viewer.