Changeset 16563 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Feb 21, 2008, 11:56:44 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r16308 r16563 247 247 248 248 warn($msg); 249 if ( $warp_id and $skycell_id and $tess_id and not $no_update) {249 if (defined $warp_id and defined $skycell_id and defined $tess_id and not $no_update) { 250 250 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code"; 251 251 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
