IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26736


Ignore:
Timestamp:
Jan 29, 2010, 11:01:09 AM (16 years ago)
Author:
watersc1
Message:

Limit diff stage results for the moment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/gpc1_find_images.pl

    r26709 r26736  
    489489            return(0); # Not a fits
    490490        }
     491        elsif ($key =~ /refConv/) {
     492            return(0);
     493        }
     494        elsif ($key =~ /inConv/) {
     495            return(0);
     496        }
     497        elsif ($key =~ /inv/) {
     498            return(0);
     499        }
    491500        elsif ($key =~ /wt.fits/) {
    492501            return(0); # No handler for weight right now.
    493502        }
     503
    494504        elsif ($key =~ /mask/) {
    495505            if ($opt{M}) {
Note: See TracChangeset for help on using the changeset viewer.