Changeset 24046 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- May 3, 2009, 3:24:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r23716 r24046 81 81 { 82 82 # XXX change -tess_id to -tess_dir when db schema is updated 83 my $command = "$warptool -scmap -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_dir"; 83 my $command = "$warptool -scmap"; 84 $command .= " -warp_id $warp_id"; 85 $command .= " -skycell_id $skycell_id"; 86 # $command .= " -tess_id $tess_dir"; XXX I don't think this is necessary or useful 84 87 $command .= " -dbname $dbname" if defined $dbname; 85 88 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
