We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a134076 commit 43c5369Copy full SHA for 43c5369
config/comCam/finalize_characterization.py
@@ -4,11 +4,11 @@
4
# See DM-49673 for u-band.
5
config.psf_determiner['piff'].spatialOrderPerBand = {
6
"u": 2,
7
- "g": 4,
8
- "r": 4,
9
- "i": 4,
10
- "z": 4,
11
- "y": 4,
+ "g": 3,
+ "r": 3,
+ "i": 3,
+ "z": 3,
+ "y": 3,
12
}
13
# See DM-48887 & DM-49688 for more detail.
14
config.psf_determiner['piff'].zerothOrderInterpNotEnoughStars = False
@@ -17,7 +17,7 @@
17
config.psf_determiner['piff'].piffPixelGridFitCenter = False
18
# See DM-45569, but this is not enable but it was the config
19
# used in the plots.
20
-config.psf_determiner['piff'].useColor = False
+config.psf_determiner['piff'].useColor = True
21
config.psf_determiner['piff'].colorOrder = 1
22
config.psf_determiner['piff'].color = {
23
"u": "g-i",
0 commit comments