henrypinkard / Pygellan

[DEPREACATED] Python interface for data-driven microscopy with Micro-manager/Micro-Magellan
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Commands for deleting acquisitions and surfaces and grids #24

Closed kdmarchuk closed 4 years ago

kdmarchuk commented 4 years ago

It seems necessary for ensuring you're working with a fresh slate.

Thanks

henrypinkard commented 4 years ago

done.

https://github.com/nicost/micro-manager/pull/84

https://github.com/henrypinkard/Pygellan/blob/master/examples/grids_and_surfaces.py

henrypinkard commented 4 years ago

Adding something besides delete_acquisition(index) is a little weird because technically there needs to be one active acquisition at all times.

But if there's a better behavior I'm open to suggestions