IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2014, 1:02:19 PM (12 years ago)
Author:
watersc1
Message:

Set max stack limit to 0 so all stacks get done locally while LANL is still messing around.

File:
1 edited

Legend:

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

    r37336 r37366  
    3434my $qstack_threshold     = 0.05; # Only make a quickstack if more than 5% of the exposures require it.
    3535my $minimum_stack_inputs = 2;    # We can avoid magicking stack inputs if we have more than this number.
    36 my $maximum_stack_inputs = 25;   # This is the place-holder guess on how big a stack we should process locally
     36my $maximum_stack_inputs = 0;   # This is the place-holder guess on how big a stack we should process locally.  25 is the best guess.
    3737my $do_updates_pv2       = 0;    # Do updates using the calls needed for PV2. 
    3838
Note: See TracChangeset for help on using the changeset viewer.