Changes implemented during the second month of BDP work at POLAR. Main changes:
More involved set_experiment function that helps setting up the use of data management.
Adds support for the Vortex.
Devices that write files are now expected to have a setup_images function that will prepare the device, in particular setting up the folder location and file name. These will be tied to the master file by Bluesky.
Softglue now generates pulses. So both frequency and time width of trigger is controlled by softglue.
Workflow plan was moved to a separate file.
Workflow plan can take in an yml file, and examples are given in src/instrument/configs. But it still takes these parameters as kwargs, which will take precedent over the ones in the yml file.
Changes implemented during the second month of BDP work at POLAR. Main changes:
set_experiment
function that helps setting up the use of data management.setup_images
function that will prepare the device, in particular setting up the folder location and file name. These will be tied to the master file by Bluesky.src/instrument/configs
. But it still takes these parameters askwargs
, which will take precedent over the ones in the yml file.