IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2013, 2:24:54 PM (13 years ago)
Author:
watersc1
Message:

Changes to remove stacks from LAP processing.

File:
1 edited

Legend:

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

    r35809 r35810  
    777777#           $can_qstack ++;
    778778            $can_diff ++;
    779             $exposure->{data_state} = 'to_diff';
     779            ## BEGIN These two disable LAP stacks
     780            $are_magicked = $total_exposures;
     781            $have_diff ++;
     782            ## END
     783#           $exposure->{data_state} = 'to_diff';
     784            $exposure->{data_state} = 'full';
    780785        }
    781786        if (($exposure->{diff_id})&&
     
    858863                    }
    859864                }
    860                 elsif ($are_magicked == $total_exposures) { # We have made all of the diffs, and propagated through magic
     865                elsif ($are_magicked >= $total_exposures) { # We have made all of the diffs, and propagated through magic
    861866                    print "STATUS: We would create all remaining stacks possible, but no longer require magic.\n";
    862867#                   my $Nstacks_made = -1;
Note: See TracChangeset for help on using the changeset viewer.