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 bec8b8a commit cb6151eCopy full SHA for cb6151e
1 file changed
project/SO/pISO/python/port2sacc.py
@@ -72,7 +72,7 @@
72
beams = {}
73
for survey in surveys:
74
# check whether we should do beam chromaticity for that survey and include it only in the sacc for that survey
75
- if d["include_beam_chromaticity_effect_in_best_fit"][survey]:
+ if d["include_beam_chromaticity_effect_in_sacc"][survey]:
76
log.info(f"include beam array accounting for beam chromaticity for {survey} \n")
77
map_set_sv = [map_set for map_set in map_set_list if survey in map_set]
78
0 commit comments