Skip to content

Commit cb6151e

Browse files
author
Serena Giardiello
committed
fix small bug in port2sacc (for beam chrom)
1 parent bec8b8a commit cb6151e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/SO/pISO/python/port2sacc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
beams = {}
7373
for survey in surveys:
7474
# 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]:
75+
if d["include_beam_chromaticity_effect_in_sacc"][survey]:
7676
log.info(f"include beam array accounting for beam chromaticity for {survey} \n")
7777
map_set_sv = [map_set for map_set in map_set_list if survey in map_set]
7878

0 commit comments

Comments
 (0)