Skip to content

Commit 43c5369

Browse files
committed
Enable color correction in Piff for ComCam.
1 parent a134076 commit 43c5369

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/comCam/finalize_characterization.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# See DM-49673 for u-band.
55
config.psf_determiner['piff'].spatialOrderPerBand = {
66
"u": 2,
7-
"g": 4,
8-
"r": 4,
9-
"i": 4,
10-
"z": 4,
11-
"y": 4,
7+
"g": 3,
8+
"r": 3,
9+
"i": 3,
10+
"z": 3,
11+
"y": 3,
1212
}
1313
# See DM-48887 & DM-49688 for more detail.
1414
config.psf_determiner['piff'].zerothOrderInterpNotEnoughStars = False
@@ -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)