Changeset 41593
- Timestamp:
- May 17, 2021, 1:12:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/ippScripts/scripts/warp_overlap.pl
r41539 r41593 212 212 213 213 my $command = "$dvoImageOverlaps -D CATDIR $tess_dir_abs " . $filename; 214 $command .= ' -accept-astrom'if $accept;215 $command .= ' -D OVERLAPS_MAX_CERROR $maxCerror'; # skip poorly calibrated images from warps214 $command .= " -accept-astrom" if $accept; 215 $command .= " -D OVERLAPS_MAX_CERROR $maxCerror"; # skip poorly calibrated images from warps 216 216 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 217 217 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
