IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33083


Ignore:
Timestamp:
Jan 10, 2012, 5:18:45 PM (15 years ago)
Author:
watersc1
Message:

Change minimum number of inputs to a stack.

File:
1 edited

Legend:

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

    r33080 r33083  
    3333# Global configuration constants that probably should be read from elsewhere. 
    3434my $qstack_threshold     = 0.05; # Only make a quickstack if more than 5% of the exposures require it.
    35 my $minimum_stack_inputs = 2;    # We can avoid magicking stack inputs if we have more than this number.
     35my $minimum_stack_inputs = 4;    # We can avoid magicking stack inputs if we have more than this number.
    3636
    3737GetOptions(
Note: See TracChangeset for help on using the changeset viewer.