-
'''
In [117]: ascan.settle_time = 30
In [118]: ascan.user_detectors
Out[118]:
[EpicsSignal(name='quadem_sumall', read_pv='XF:11IDA-BI{AH401B}AH401B:SumAll:MeanValue_RBV', rw=False, string=False, lim…
-
Yong Chu at HXN would like a way to instruct a detector (1-D or 2-D) to save only rois or stats from the detector so as to not take up unnecessary disk space
-
I'm trying to setup a Prosilica camera to be the detector and I'm facing the following error:
``` python
In [4]: gs.DETS = [cam05]
-------------------------------------------------------------------…
-
@brunoseivam and I both have been burned by the following:
```
virtual ChannelProvider::shared_pointer getProvider(std::string const & providerName) = 0;
//i.e. line 923 pvAccess.h for reference
```
…
ghost updated
8 years ago
-
So this is a fun one...
I'm trying to use the test cam 1 sim detector on `xf23id1-ioc3`. Instantiating `XF:23ID1-ES{Tst-Cam:1}` as a `SimDetector` and calling its `read()` function causes a seg faul…
-
It is now possible to instantiate plug-ins and drivers without requiring a full IOC build with dbd, database, channel access server, etc. See for example [simDetectorNoIOC](https://github.com/areaDete…
-
On CHX,
(1) Count and DeltaScan don't work well when we use two detectors, (there is no problem for using one detector now.)
``` python
In [63]: det = [xray_cam, xray_cam_img ]
In [64]: myscan = …
-
There are a number of EPICS modules that are useful but not required for areaDetector IOCs. An example of this is devIocStats, which was proposed in issue #103. These optional modules should be adde…
-
As per the discussion started on PR #109: The idea is to split the example IOCs out of the ADCore repo, keeping ADCore as a fairly clean and lean library build with minimal external dependencies and o…
-
I think it would be very useful to add devIocStats to the iocs built in areaDetector.
Advantages:
- CA clients can see CPU load (SYS_CPU_LOAD, IOC_CPU_LOAD) and memory usage (MEM_FREE, MEM_USED), whic…