Changeset 26725
- Timestamp:
- Jan 29, 2010, 10:53:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippScripts/scripts/warp_skycell.pl
r25518 r26725 48 48 'threads=s' => \$threads, # Number of threads to use for pswarp 49 49 'run-state=s' => \$run_state, # 'new' or 'update' 50 'magicked '=> \$magicked, # input run has been magicked already?50 'magicked=s' => \$magicked, # input run has been magicked already? 51 51 'verbose' => \$verbose, # Print to stdout 52 52 'no-update' => \$no_update, # Don't update the database? … … 276 276 $command .= " -tess_id $tess_dir"; 277 277 $command .= " -path_base $outroot"; # needed for logfile lookups 278 $command .= " -magicked " if $magicked;278 $command .= " -magicked $magicked" if $magicked; 279 279 280 280 $command .= " -uri $outputImage" if !$quality;
Note:
See TracChangeset
for help on using the changeset viewer.
