Changeset 13169 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- May 2, 2007, 3:33:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r13168 r13169 56 56 my $missing_tools; 57 57 my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1); 58 #my $overlap = can_run('overlap') or (warn "Can't find overlap" and $missing_tools = 1); 58 my $dvoImageOverlaps = can_run('dvoImageOverlaps') or (warp "Can't find dvoImageOverlaps" and $missing_tools = 1); 59 my $dvoImageExtract = can_run('dvoImageExtract') or (warp "Can't find dvoImageExtract" and $missing_tools = 1); 59 60 if ($missing_tools) { 60 61 warn("Can't find required tools."); … … 122 123 123 124 # run the dvoImageOverlaps program to get the overlaps with this image 124 my $command = " dvoImageOverlaps -D CATDIR $tess_dir $psastroFile";125 my $command = "$dvoImageOverlaps -D CATDIR $tess_dir $psastroFile"; 125 126 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 126 127 run(command => $command, verbose => 1); … … 178 179 system "mkdir -p $skyDir" unless -d $skyDir; 179 180 my $skyFile = File::Spec->catfile( $skyDir , $skycell_id ); 180 my $command = " dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $skyFile";181 my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $skyFile"; 181 182 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 182 183 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
