Closed adamkglaser closed 1 year ago
Being called here now. https://github.com/AllenNeuralDynamics/exaSpim-UI/blob/4eb0671f0b64bedc372780e044cdebea3dd0c474/widgets/volumeteric_acquisition.py#L105
Add instrument_type
and instrument_id
Implement in run
in spim_base
Updates to folder naming. Input spim name into run() function. Impacted variables are:
self.cfg.local_storage_dir self.cfg.ext_storage_dir self.img_storage_dir
A cleaner way to do this would be to not insert the variable to run() but instead define it in the spim-core config?