IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2011, 12:05:48 PM (15 years ago)
Author:
watersc1
Message:

Dropped exposures were not being fully ignored, causing the run to hang in a waiting state for something that could not happen. This seems to be resolved now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/lap_science.pl

    r31945 r31998  
    483483            }
    484484        }
     485
     486        if  ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.
     487            $are_warped++;
     488#           $can_qstack ++;
     489            $can_diff ++;
     490            $have_diff ++;
     491            $are_magicked ++;
     492#           $can_fstack ++;         
     493            next;
     494        }
    485495       
    486496        if ($exposure->{private}) { # I've declared this exposure private to this lapRun.
     
    541551        }
    542552       
    543         if  ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.
    544             $are_warped++;
    545 #           $can_qstack ++;
    546             $can_diff ++;
    547             $have_diff ++;
    548             $are_magicked ++;
    549 #           $can_fstack ++;         
    550             next;
    551         }
    552553
    553554        if (($exposure->{warpRun_state})&&  # This exposure has a warp
Note: See TracChangeset for help on using the changeset viewer.