Coverage for python/lsst/meas/algorithms/crLib.py : 50%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Find cosmic rays in an image.""" if isinstance(ps, pexPolicy.Policy): warnings.warn("findCosmicRays acceptance of Policy is deprecated. Use PropertySet " "(support will be removed after v19.0)", category=FutureWarning, stacklevel=2) ps = ps.asPropertySet() return _findCosmicRays(image, psf, bkgd, ps, keep)
|