IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35464


Ignore:
Timestamp:
May 1, 2013, 3:45:51 PM (13 years ago)
Author:
bills
Message:

skip RINGS.V0 if found in tessellations list. It is still accessible
if explicitly requested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/whichimage

    r32820 r35464  
    9494my $cmd = "dvoImagesAtCoords -chipcoords $coord_file";
    9595$cmd .= " -listchipcoords" if $listchipcoords;
     96
     97$tess_id = uc($tess_id) if $tess_id;
    9698
    9799my $status = 0;
     
    125127            # next if $tess_name eq 'FIXNS';
    126128            # next if $tess_name eq 'ALLSKY';
     129            next if $tess_name eq 'RINGS.V0';
    127130            push @tess_ids_to_check, $tess_name;
    128131        }
Note: See TracChangeset for help on using the changeset viewer.