Changeset 14383
- Timestamp:
- Jul 25, 2007, 12:38:50 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
diff_skycell.pl (modified) (1 diff)
-
warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r14354 r14383 243 243 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -code $exit_code"; 244 244 $command .= " -dbname $dbname" if defined $dbname; 245 system ($command);245 run(command => $command, verbose => 1); 246 246 } 247 247 exit $exit_code; -
trunk/ippScripts/scripts/warp_skycell.pl
r14261 r14383 196 196 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code"; 197 197 $command .= " -dbname $dbname" if defined $dbname; 198 ###system ($command);198 system ($command); 199 199 } 200 200 exit $exit_code;
Note:
See TracChangeset
for help on using the changeset viewer.
