changes for new CSAXS experiment
This commit is contained in:
@ -26,7 +26,7 @@ class BECAdapter:
|
|||||||
self.scan_nr = None
|
self.scan_nr = None
|
||||||
self.scan_running = False
|
self.scan_running = False
|
||||||
|
|
||||||
self.eaccount = "e20642"
|
self.eaccount = "e20642" # for jeff: 20633
|
||||||
|
|
||||||
# To decide what should be plotted
|
# To decide what should be plotted
|
||||||
self.monitor = monitor
|
self.monitor = monitor
|
||||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ if __name__ == "__main__":
|
|||||||
# subprocess.run(f"pip install -e {bec_utils}", shell=True, check=True)
|
# subprocess.run(f"pip install -e {bec_utils}", shell=True, check=True)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
install_requires=["pyqt5", "pyqtgraph", "h5py", "PyQtWebEngine"],
|
install_requires=["pyqt5==5.12", "pyqtgraph", "h5py", "PyQtWebEngine==5.12"], #this version works for comp1 CSAXS, no later version
|
||||||
entry_points={"console_scripts": ["grum=grum:main"]},
|
entry_points={"console_scripts": ["grum=grum:main"]},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user