Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ratt-ru/Stimela
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulan-94 committed Dec 16, 2022
2 parents 40e346a + 653d0ad commit 525ab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimela/cargo/cab/simulator/src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def compute_vis_noise(msname, sefd, spw_id=0):
NANT)*rms_perr, numpy.random.randn(NANT)*rms_perr
ll, mm = " ".join(map(str, perr[0])), " ".join(map(str, perr[-1]))
options['oms_pointing_errors.pe_l.values_str'] = "'%s'" % ll
options['oms_pointing_errors.pe_l.values_str'] = "'%s'" % mm
options['oms_pointing_errors.pe_m.values_str'] = "'%s'" % mm

field_center = params.pop("field-center", None)
if field_center and skymodel:
Expand Down

0 comments on commit 525ab86

Please sign in to comment.