Changeset 24679
- Timestamp:
- Jul 6, 2009, 11:33:59 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/tools/ipp_apply_burntool.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/ipp_apply_burntool.pl
r24538 r24679 20 20 use Pod::Usage qw( pod2usage ); 21 21 22 my ( $class_id, $dateobs_begin, $dateobs_end, $skip_burned, $dbname, $ verbose, $save_temps);22 my ( $class_id, $dateobs_begin, $dateobs_end, $skip_burned, $dbname, $logfile, $verbose, $save_temps); 23 23 GetOptions( 24 24 'class_id=s' => \$class_id, # chip identifier … … 26 26 'dateobs_end=s' => \$dateobs_end, # exposure date/time range stop 27 27 'dbname|d=s' => \$dbname, # Database name 28 'logfile=s' => \$logfile, 28 29 'skip_burned' => \$skip_burned, # Print to stdout 29 30 'verbose' => \$verbose, # Print to stdout … … 86 87 # IPP configuration (including nebulous) 87 88 my $ipprc = PS::IPP::Config->new() or my_die("Unable to set up"); 89 90 $ipprc->redirect_output($logfile) if $logfile; 88 91 89 92 my $Nfiles = @files; … … 172 175 &my_die("failed to update imfile"); 173 176 } 177 print "\n"; 174 178 } 175 179 # save the artifact file for the next image … … 179 183 $prevFileOpt = "infits=$artImfileReal"; 180 184 } 181 print "\n";182 185 } 183 186
Note:
See TracChangeset
for help on using the changeset viewer.
