IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2010, 10:35:03 AM (15 years ago)
Author:
eugene
Message:

merge updates from trunk

Location:
branches/eam_branches/ipp-20101103/ippScripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/ippScripts

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20101103/ippScripts/scripts/automate_stacks.pl

    r29656 r29839  
    7979    'check_dqstats'        => \$check_dqstats,
    8080    'queue_dqstats'        => \$queue_dqstats,
    81     'check_diffs'          => \$check_diffs,
    82     'queue_diffs'          => \$queue_diffs,
     81    'check_diffs'          => \$check_stacks,
     82    'queue_diffs'          => \$queue_stacks,
    8383    'clean_old'            => \$clean_old,
    8484    ) or pod2usage ( 2 );
     
    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                if ($Nexposures == 0) {
     1210                    if ($debug == 1) {
     1211                        print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n";
     1212                    }
     1213                    next;
     1214                }                   
     1215                else {
     1216                    do_extra_processing($date,$target,$filter,$pretend);
     1217                }
     1218
    12061219            }
    12071220            if ($stackable_list{$target} == 1) {
Note: See TracChangeset for help on using the changeset viewer.