Changeset 23430 for trunk/ippScripts/scripts
- Timestamp:
- Mar 19, 2009, 12:01:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r23295 r23430 36 36 } 37 37 38 my ($warp_id, $skycell_id, $warp_skyfile_id, $tess_dir, $camera, $dbname, $outroot, $threads, $run_state, $ verbose, $no_update, $no_op, $redirect, $save_temps);38 my ($warp_id, $skycell_id, $warp_skyfile_id, $tess_dir, $camera, $dbname, $outroot, $threads, $run_state, $magicked, $verbose, $no_update, $no_op, $redirect, $save_temps); 39 39 GetOptions( 40 40 'warp_id|i=s' => \$warp_id, # Warp identifier … … 47 47 'threads=s' => \$threads, # Number of threads to use for pswarp 48 48 'run-state=s' => \$run_state, # 'new' or 'update' 49 'magicked' => \$magicked, # input run has been magicked already? 49 50 'verbose' => \$verbose, # Print to stdout 50 51 'no-update' => \$no_update, # Don't update the database? … … 246 247 $command .= " -tess_id $tess_dir"; 247 248 $command .= " -path_base $outroot"; # needed for logfile lookups 249 $command .= " -magicked" if $magicked; 248 250 249 251 $command .= " -uri $outputImage" if $accept;
Note:
See TracChangeset
for help on using the changeset viewer.
