Changeset 19138
- Timestamp:
- Aug 20, 2008, 11:47:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r19127 r19138 208 208 # $accept is set above based on the fraction of lit pixels 209 209 # XXX for some files, there may not be enough stars to find a good psf. these should be dropped as well 210 $accept &= $ipprc->file_exists($outputPSF); 210 if ($accept && !$ipprc->file_exists($outputPSF)) { 211 $accept = 0; 212 } 211 213 212 214 if ($accept) {
Note:
See TracChangeset
for help on using the changeset viewer.
