Changeset 35464
- Timestamp:
- May 1, 2013, 3:45:51 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/whichimage (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/whichimage
r32820 r35464 94 94 my $cmd = "dvoImagesAtCoords -chipcoords $coord_file"; 95 95 $cmd .= " -listchipcoords" if $listchipcoords; 96 97 $tess_id = uc($tess_id) if $tess_id; 96 98 97 99 my $status = 0; … … 125 127 # next if $tess_name eq 'FIXNS'; 126 128 # next if $tess_name eq 'ALLSKY'; 129 next if $tess_name eq 'RINGS.V0'; 127 130 push @tess_ids_to_check, $tess_name; 128 131 }
Note:
See TracChangeset
for help on using the changeset viewer.
