IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34716 for trunk/pstamp


Ignore:
Timestamp:
Nov 27, 2012, 11:52:42 AM (14 years ago)
Author:
bills
Message:

better handling of the fact that we currently do not update RINGS.V0 warps

File:
1 edited

Legend:

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

    r34595 r34716  
    343343    }
    344344}
     345
     346    my $tess_id = $metadata->{tess_id};
     347    if ($tess_id eq 'RINGS.V0') {
     348        # we have stopped updating data from RINGS.V0
     349        return $PSTAMP_GONE
     350    }
    345351    if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop') or
    346352         ($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.