IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2010, 12:54:14 PM (16 years ago)
Author:
watersc1
Message:

OSS diffs could be queued wrong because I forgot to check that Nchips = Nwarps. Using the same algorithm as for the stacks should fix this.

File:
1 edited

Legend:

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

    r29656 r29698  
    12031203        foreach my $filter (@filter_list) {
    12041204            if (exists($extra_processing{$target})) {
    1205                 do_extra_processing($date,$target,$filter,$pretend);
     1205                my ($Nexposures,$NprocChips,$NprocWarps,$Nalready) = pre_stack_queue($date,$target,$filter);
     1206                if ((!defined($force_stack_count))&&($NprocChips != $NprocWarps)) { # This makes me sad. :(
     1207                    next;
     1208                }
     1209                else {
     1210                    do_extra_processing($date,$target,$filter,$pretend);
     1211                }
     1212
    12061213            }
    12071214            if ($stackable_list{$target} == 1) {
Note: See TracChangeset for help on using the changeset viewer.