Skip to content

Commit

Permalink
Merge pull request #832 from lnls-sirius/fix-bpms-data
Browse files Browse the repository at this point in the history
Fix bpms data
  • Loading branch information
fernandohds564 authored Aug 3, 2022
2 parents 2996142 + 3bab8a5 commit 8eb786d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.51.1
2.51.2
2 changes: 2 additions & 0 deletions siriuspy/siriuspy/optics/lattice_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def generate_bpm_static_table():

model = pymodels.tb
acc, *_ = model.create_accelerator()
idx = pyaccel.lattice.find_indices(acc, 'fam_name', 'Spect')[0]
acc = acc[idx+1:]
_append_bpm_data(filename, model, acc, 'BO Transport Line', 'TB')

model = pymodels.ts
Expand Down

0 comments on commit 8eb786d

Please sign in to comment.