IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25808


Ignore:
Timestamp:
Oct 8, 2009, 7:29:57 AM (17 years ago)
Author:
bills
Message:

account for the fact that stacks don't have data_state

File:
1 edited

Legend:

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

    r25796 r25808  
    403403            my $run_state = $image->{state};
    404404            my $data_state = $image->{data_state};
     405            $data_state = $run_state if $stage eq "stack";
    405406            if (($run_state eq 'goto_purged') or ($data_state eq 'purged') or
    406407                ($run_state eq 'goto_scrubbed') or ($data_state eq 'scrubbed')) {
Note: See TracChangeset for help on using the changeset viewer.