Changeset 14571
- Timestamp:
- Aug 20, 2007, 3:26:08 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
r14569 r14571 125 125 my $astromFile = $ipprc->filename($astromSource, $camRoot); # Astrometry file 126 126 127 my @matchlist = get_overlaps($astromFile, $tess_dir ); # List of overlaps127 my @matchlist = get_overlaps($astromFile, $tess_dir, 0); # List of overlaps 128 128 129 129 # Match each of the imfiles to this list … … 135 135 foreach my $imfile (@$imfiles) { 136 136 my $astromFile = $imfile->{chip_uri}; # Astrometry file 137 my @matchlist = get_overlaps($astromFile, $tess_dir ); # List of overlaps137 my @matchlist = get_overlaps($astromFile, $tess_dir, 1); # List of overlaps 138 138 extract_overlaps(\@matchlist, $imfile, $astromFile, $tess_id, \@overlaps, \%unique_skycells); 139 139 } … … 217 217 my $filename = shift; # Filename on which to run dvoImageOverlaps 218 218 my $tess_dir = shift; # Tessellation directory 219 my $flag = shift; # Do we use the -accept-astrom flag? 219 220 220 221 my $command = "$dvoImageOverlaps -D CATDIR $tess_dir " . $ipprc->file_resolve($filename); 222 $command .= ' -accept-astrom' if $flag; 221 223 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 222 224 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
