IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 1, 2010, 3:27:25 PM (16 years ago)
Author:
bills
Message:

queue dependent if run state is goto_cleaned

File:
1 edited

Legend:

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

    r28228 r28583  
    877877            $$r_newState = 'stop';
    878878            $$r_fault = $PSTAMP_GONE;
    879         } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0))) {
     879        } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0)) or ($run_state eq 'goto_cleaned')) {
    880880   
    881881            if ($stage eq 'stack') {
Note: See TracChangeset for help on using the changeset viewer.