Changeset 14511 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- Aug 15, 2007, 10:48:43 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r14184 r14511 109 109 110 110 # run the dvoImageOverlaps program to get the overlaps with this image 111 my $command = "$dvoImageOverlaps - D CATDIR $tess_dir " . $ipprc->file_resolve($psastroFile);111 my $command = "$dvoImageOverlaps -accept-astrom -D CATDIR $tess_dir " . $ipprc->file_resolve($psastroFile); 112 112 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 113 113 run(command => $command, verbose => 1); … … 118 118 my @matchlist = split ('\n', (join "", @$stdout_buf)); 119 119 120 # The command "dvoImageOverlaps - D CATDIR tessellation (megacam)" returns:120 # The command "dvoImageOverlaps -accept-astrom -D CATDIR tessellation (megacam)" returns: 121 121 # 729534pa.cmf[ccd00.hdr] : skycell.051.fits 122 122 # PSASTRO.OUTPUT[CMF.HEAD] : SKYCELL
Note:
See TracChangeset
for help on using the changeset viewer.
