Changeset 19352 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Sep 4, 2008, 8:34:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19303 r19352 28 28 use Pod::Usage qw( pod2usage ); 29 29 30 my ($stack_id, $dbname, $outroot, $debug, $ verbose, $no_update, $no_op, $save_temps);30 my ($stack_id, $dbname, $outroot, $debug, $threads, $verbose, $no_update, $no_op, $save_temps); 31 31 GetOptions( 32 32 'stack_id|d=s' => \$stack_id, # Stack identifier … … 34 34 'outroot=s' => \$outroot, # Output root name 35 35 'debug' => \$debug, # Print to stdout 36 'threads=s' => \$threads, # Number of threads to use for ppStack 36 37 'verbose' => \$verbose, # Print to stdout 37 38 'no-update' => \$no_update, # Don't update the database? … … 177 178 $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF"; 178 179 $command .= " -photometry"; 180 $command .= " -threads $threads" if defined $threads; 179 181 $command .= " -debug-stack" if defined $debug; 180 182 $command .= " -tracedest $traceDest -log $logDest";
Note:
See TracChangeset
for help on using the changeset viewer.
