Skip to content

Commit

Permalink
Use hhm.enc.pulses_per_deg for gen_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Luvizotto authored and xf07bm committed Jan 16, 2018
1 parent d62ab4d commit 3277c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isstools/widgets/widget_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self,
self.hhm = hhm
self.db = db
self.det_dict = det_dict
self.gen_parser = xasdata.XASdataGeneric(self.hhm.pulses_per_deg, self.db)
self.gen_parser = xasdata.XASdataGeneric(self.hhm.enc.pulses_per_deg, self.db)

self.settings = QSettings('ISS Beamline', 'XLive')
self.edit_E0_2.setText(self.settings.value('e0_processing', defaultValue='11470', type=str))
Expand Down

0 comments on commit 3277c50

Please sign in to comment.