Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Add grashopper tomcat

appel_c requested to merge feat/add_grashopper_tomcat into master

Description

Introduce grashopper camera from tomcat

Related Issues

Relates to #28 (closed)

Type of Change

  • new device, parent class psi_detector_base

Potential side effects

None, but to start a simulation with the device, you will need to be in PSI network and specify the EPICs env variables to find the IOC.

os.environ["EPICS_CA_AUTO_ADDR_LIST"] = "No"
os.environ["EPICS_CA_ADDR_LIST"] = "129.129.208.143"

Screenshots / GIFs (if applicable)

...

Additional Comments

...

Definition of Done

  • Documentation is up-to-date.
Edited by appel_c

Merge request reports