Closed prjemian closed 2 years ago
I have started writing a very naïve script xpcs_acquire_2.py
that aims to perform the detector acquisition in a modular manner. I have pushed the current version of the code onto QZ_Test
.
@prjemian How do I modify the mode specification part so that it actually does the staging? In particular, I'm thinking about calling adrigaku
and then modify its attributes, but I can't find where it is defined.
@sureshnaps At the end of the script, I will define something called Detector_Acq
that does the acquisition by pushing the Acquire
button on the EPICS IOC, which will be done via a bps.mv
command. I will work on the acquisition with trigger signals later. Does this look like a reasonable approach so far?
@prjemian Do you think this is an appropriate way to stage detectors (permalink attached)?
I also defined another Rigaku detector instance for this purpose so as not to affect the working version
@prjemian Another question: should I use a nested class (see attached) or define an EpicsSignal like DM_Workflow for staging/scanning parameters?
Closing this issue and continue working on it in #282
per the Teams chat yesterday