Skip to content

Commit b81184a

Browse files
committed
Enable color correction in Piff for ComCam.
1 parent 35818b6 commit b81184a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/comCam/finalize_characterization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
config.psf_determiner['piff'].piffPixelGridFitCenter = False
1818
# See DM-45569, but this is not enable but it was the config
1919
# used in the plots.
20-
config.psf_determiner['piff'].useColor = False
20+
config.psf_determiner['piff'].useColor = True
2121
config.psf_determiner['piff'].colorOrder = 1
2222
config.psf_determiner['piff'].color = {
2323
"u": "g-i",

0 commit comments

Comments
 (0)