You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2023-08-08 14:23:05] - ERROR - Failed to gather proper information from signal 'lm1k4_inj_dp2_tf1_wf1_wavefront' to initialize <PyDMChannel (sig://lm1k4_inj_dp2_tf1_wf1_wavefront)>
Traceback (most recent call last):
File "/cds/home/k/klauer/Repos/typhos/typhos/plugins/core.py", line 206, in add_listener
signal_val = self.signal.get()
File "/cds/group/pcds/pyps/conda/py39/envs/pcds-5.7.3/lib/python3.9/site-packages/ophyd/signal.py", line 705, in get
self._readback = self.inverse(value)
File "/cds/group/pcds/pyps/conda/py39/envs/pcds-5.7.3/lib/python3.9/site-packages/ophyd/areadetector/base.py", line 125, in inverse
raise RuntimeError(
RuntimeError: cannot reshape array of size 0 into shape (80, 80). Check IOC configuration.
Likely just due to gateway status, or an AD that has yet to be "primed" (no image yet seen), etc.
This doesn't really belong in typhos, nor pcdsdevices - perhaps ophyd, I suppose.
But what could be preferable? Raising a different exception that we can catch specially?
(Not really sure there is any better path forward; recording this for discussion / future reference at least)
The text was updated successfully, but these errors were encountered:
Current Behavior
Likely just due to gateway status, or an AD that has yet to be "primed" (no image yet seen), etc.
This doesn't really belong in typhos, nor pcdsdevices - perhaps ophyd, I suppose.
But what could be preferable? Raising a different exception that we can catch specially?
(Not really sure there is any better path forward; recording this for discussion / future reference at least)
The text was updated successfully, but these errors were encountered: