Changeset 19127 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Aug 19, 2008, 12:30:55 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r19113 r19127 25 25 my $ipprc = PS::IPP::Config->new(); # IPP configuration 26 26 27 my ($warp_id, $skycell_id, $tess_dir, $camera, $dbname, $outroot, $ verbose, $no_update, $no_op, $redirect, $save_temps);27 my ($warp_id, $skycell_id, $tess_dir, $camera, $dbname, $outroot, $threads, $verbose, $no_update, $no_op, $redirect, $save_temps); 28 28 GetOptions( 29 29 'warp_id|i=s' => \$warp_id, # Warp identifier … … 33 33 'dbname|d=s' => \$dbname, # Database name 34 34 'outroot=s' => \$outroot, # Output root name 35 'threads=s' => \$threads, # Number of threads to use for ppImage 35 36 'verbose' => \$verbose, # Print to stdout 36 37 'no-update' => \$no_update, # Don't update the database? … … 171 172 my $command = "$pswarp"; 172 173 $command .= " -list $imageName"; 173 # $command .= " -threads 4";174 174 $command .= " -masklist $maskName"; 175 175 $command .= " -weightlist $weightName"; … … 183 183 $command .= " -psf"; # Turn on PSF determination 184 184 $command .= " -tracedest $traceDest -log $logDest"; 185 $command .= " -threads $threads" if defined $threads; 185 186 $command .= " -dbname $dbname" if defined $dbname; 186 187
Note:
See TracChangeset
for help on using the changeset viewer.
