Changeset 21309 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Feb 5, 2009, 9:36:52 AM (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
r21179 r21309 51 51 ) unless defined $warp_id 52 52 and defined $skycell_id 53 ###and defined $warp_skyfile_id53 and defined $warp_skyfile_id 54 54 and defined $tess_dir 55 55 and defined $camera … … 64 64 $ipprc->redirect_output($logDest) if $redirect; 65 65 66 my $image_id = $warp_skyfile_id;67 66 my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_WARP); 68 67 … … 196 195 $command .= " -threads $threads" if defined $threads; 197 196 $command .= " -dbname $dbname" if defined $dbname; 198 # $command .= " -image_id $image_id" if defined $image_id;199 #$command .= " -source_id $source_id" if defined $source_id;197 $command .= " -image_id $warp_skyfile_id" if defined $warp_skyfile_id; 198 $command .= " -source_id $source_id" if defined $source_id; 200 199 if ($run_state eq 'new') { 201 200 $command .= " -dumpconfig $configuration";
Note:
See TracChangeset
for help on using the changeset viewer.
