- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/nightly_science.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/ippScripts/scripts/nightly_science.pl
r31906 r33098 996 996 $cmd .= " -min_num 4"; 997 997 $cmd .= " -select_good_frac_min 0.05"; 998 $cmd .= " -set_reduction NIGHTLY_STACK "; 998 if (defined($reduction)) { 999 $cmd .= " -set_reduction $reduction "; 1000 } 1001 else { 1002 $cmd .= " -set_reduction NIGHTLY_STACK "; 1003 } 999 1004 $cmd .= " $select "; 1000 1005 if ($debug == 1) { … … 1708 1713 $cmd .= "-input_label $label -template_label $label "; 1709 1714 $cmd .= "-set_workdir $workdir -set_dist_group $new_dist_group -set_data_group $new_data_group "; 1715 $cmd .= " -mintimediff 40000 "; 1710 1716 $cmd .= " -simple -set_label $label -filter $filter "; 1711 1717 $cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
Note:
See TracChangeset
for help on using the changeset viewer.
