Skip to content

Commit 4ee76a7

Browse files
committed
Add metric for background lumpiness
1 parent 9456814 commit 4ee76a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lsst/analysis/tools/atools/calexpMetrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class CalexpSummaryMetrics(AnalysisTool):
5858
"zeroPoint": "mag",
5959
"skyBg": "electron",
6060
"skyNoise": "electron",
61+
"skyBgLumpiness": "", # unitless
6162
"meanVar": "", # electron**2
6263
"astromOffsetMean": "arcsec",
6364
"astromOffsetStd": "arcsec",

0 commit comments

Comments
 (0)