Changeset 32484
- Timestamp:
- Oct 4, 2011, 5:06:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/nightly_science.pl
r31650 r32484 82 82 ) or pod2usage ( 2 ); 83 83 pod2usage( -msg => 84 "USAGE: automate_stacks.pl <options...> <mode>84 "USAGE: nightlyscience.pl <options...> <mode> 85 85 Options: 86 86 --help This help. … … 522 522 523 523 my $config_cmd = "$ppConfigDump -camera $camera -dump-camera - | grep BURNTOOL.STATE.GOOD | uniq"; 524 # my $config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD"; 524 525 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 525 526 run ( command => $config_cmd, verbose => $verbose); … … 1708 1709 $cmd .= "-input_label $label -template_label $label "; 1709 1710 $cmd .= "-set_workdir $workdir -set_dist_group $new_dist_group -set_data_group $new_data_group "; 1711 $cmd .= " -mintimediff 40000 "; 1710 1712 $cmd .= " -simple -set_label $label -filter $filter "; 1711 1713 $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.
