From 92c8f1ee04b406c7d674569dec3a2cb5ae521bff Mon Sep 17 00:00:00 2001 From: jrmullaney Date: Fri, 4 Oct 2024 01:33:08 -0700 Subject: [PATCH] Add evaluateMaskFraction to __all__ in utils.py --- python/lsst/ip/diffim/utils.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python/lsst/ip/diffim/utils.py b/python/lsst/ip/diffim/utils.py index b64cc014..0dc9a454 100644 --- a/python/lsst/ip/diffim/utils.py +++ b/python/lsst/ip/diffim/utils.py @@ -22,7 +22,13 @@ """Support utilities for Measuring sources""" # Export DipoleTestImage to expose fake image generating funcs -__all__ = ["DipoleTestImage", "evaluateMeanPsfFwhm", "getPsfFwhm", "getKernelCenterDisplacement"] +__all__ = [ + "DipoleTestImage", + "evaluateMaskFraction", + "evaluateMeanPsfFwhm", + "getPsfFwhm", + "getKernelCenterDisplacement", +] import itertools import numpy as np