IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32169


Ignore:
Timestamp:
Aug 22, 2011, 4:55:09 PM (15 years ago)
Author:
watersc1
Message:

Diff unpaired exposures against the muggle stacks to ensure that they can get destreaked

File:
1 edited

Legend:

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

    r32100 r32169  
    606606                        ($have_diff < $can_diff)) {       # and we haven't made them all yet, either.
    607607                        print "STATUS: Dropping unpaired exposures and making pairwise diffs.\n";
    608                         foreach my $exposure (@lonely_exposures) {
    609                             $exposure->{data_state} = 'drop';
    610                             &update_this_exposure($exposure);
    611                         }
     608#                       foreach my $exposure (@lonely_exposures) {
     609#                           $exposure->{data_state} = 'drop';
     610#                           &update_this_exposure($exposure);
     611#                       }
    612612                        &queue_diffs($exposures);
    613613                        exit(0);
     
    964964        }
    965965        else { # warp-qstack
    966             next; # We no longer wish to make these, and should never get here.
    967             $command .= '-pretend';
    968 #           $command .= " -definewarpstack -set_reduction NOCONVDIFF -available -good_frac 0.2 ";
    969 #           $command .= " -warp_id $exposure->{warp_id} -stack_label ${label}.quick ";
    970 #           $already_queued{$exposure->{warp_id}} = 1;
     966            next;
     967#           $command .= '-pretend';
     968            $command .= " -definewarpstack -available -good_frac 0.2 ";
     969            $command .= " -warp_id $exposure->{warp_id} -stack_label ${label} ";
     970            $already_queued{$exposure->{warp_id}} = 1;
    971971        }
    972972       
Note: See TracChangeset for help on using the changeset viewer.