IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31959


Ignore:
Timestamp:
Aug 1, 2011, 2:03:02 PM (15 years ago)
Author:
watersc1
Message:

SVN merge didn't work correctly, so I'm directly copying my trunk copy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippScripts/scripts/lap_science.pl

    r31958 r31959  
    463463#     my $can_fstack = 0;
    464464    my $total_exposures = 0;
    465 
    466465    my @lonely_exposures = ();
    467466
     
    472471        $total_exposures++;
    473472        my $companion;
    474 
    475         if  ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.
    476             $can_qstack ++;
    477             $can_diff ++;
    478             $have_diff ++;
    479             $can_fstack ++;         
    480             next;
    481         }
    482473
    483474        if ($exposure->{pairwise}) {
     
    503494            $exposure = remake_this_exposure($exposure);
    504495        }
    505 
    506 
    507496        # Do quality checks here
    508497        my $is_bad_quality = 0;
     
    597586    print "\n";
    598587    if ($do_nothing) {
    599         print "STATUS: Doing nothing.\n";
    600588        exit(0);
    601589    }
     
    669657    }
    670658
    671     print "STATUS: Exiting\n";
    672659    print "\n";
    673660    return(0);
Note: See TracChangeset for help on using the changeset viewer.