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

Python Grid Setup #14

Closed kdmarchuk closed 4 years ago

kdmarchuk commented 4 years ago

Hi Henry,

Thanks for the GUI access. It seems very straightforward.

I'd like to be able to create Magellan grids using predefined positions. For example, new_grid_1 = create_magellan_grid(xPos, yPos, nRows, nColumns)

This will be essential for the randomized ROI acquisition interface I'm making.

Thanks for the help! Kyle

henrypinkard commented 4 years ago

Forgot to add the example of this before:

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

There's just create right now, but let me know what other functionality you want in the API, it's straightforward to add

kdmarchuk commented 4 years ago

You work fast. Awesome!