Changeset 26736
- Timestamp:
- Jan 29, 2010, 11:01:09 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/gpc1_find_images.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/gpc1_find_images.pl
r26709 r26736 489 489 return(0); # Not a fits 490 490 } 491 elsif ($key =~ /refConv/) { 492 return(0); 493 } 494 elsif ($key =~ /inConv/) { 495 return(0); 496 } 497 elsif ($key =~ /inv/) { 498 return(0); 499 } 491 500 elsif ($key =~ /wt.fits/) { 492 501 return(0); # No handler for weight right now. 493 502 } 503 494 504 elsif ($key =~ /mask/) { 495 505 if ($opt{M}) {
Note:
See TracChangeset
for help on using the changeset viewer.
