IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:30:54 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/ippScripts/scripts/whichimage

    r32820 r35550  
    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.