Changeset 19461 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Sep 10, 2008, 9:34:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r19396 r19461 25 25 use Pod::Usage qw( pod2usage ); 26 26 27 my ($diff_id, $dbname, $ outroot, $verbose, $no_update, $no_op);27 my ($diff_id, $dbname, $threads, $outroot, $verbose, $no_update, $no_op); 28 28 GetOptions( 29 29 'diff_id|d=s' => \$diff_id, # Diff identifier 30 30 'dbname|d=s' => \$dbname, # Database name 31 'threads=d' => \$threads, # Number of threads to use 31 32 'outroot=s' => \$outroot, # Output root name 32 33 'verbose' => \$verbose, # Print to stdout … … 100 101 $templateWeight = "PPSTACK.OUTPUT.WEIGHT"; 101 102 $templateSources = "PSPHOT.OUT.CMF.MEF"; ## this must be consistent with the value in stack_skycell.pl:161 102 ## use an explicit stack name for psphot output objects103 ## use an explicit stack name for psphot output objects 103 104 } else { 104 105 $templateMask = "PSWARP.OUTPUT.MASK"; … … 192 193 $command .= " -refweight $templateWeight"; 193 194 $command .= " -stats $outputStats"; 195 $command .= " -threads $threads" if defined $threads; 194 196 $command .= " -recipe PPSTATS WARPSTATS"; 195 197 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
Note:
See TracChangeset
for help on using the changeset viewer.
