From 572af2371cf2e67cb884408ae5710c16b2945e62 Mon Sep 17 00:00:00 2001 From: Yusra AlSayyad Date: Mon, 10 Nov 2025 15:31:38 -0800 Subject: [PATCH] Increase minObjectForFit for stellar locus Plots were failing with 3 points in ci_lsstcam --- python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py b/python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py index d97873a9f..9cfd5b96b 100644 --- a/python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py +++ b/python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py @@ -328,7 +328,7 @@ class StellarLocusFitAction(KeyedDataAction): "bHW": 0.0, "nSigmaToClip1": 3.5, "nSigmaToClip2": 5.0, - "minObjectForFit": 3, + "minObjectForFit": 4, }, )