python-microscopy / pyme-plugin

Template for making plug-ins for the Python-Microscopy Environment (PYME)
http://www.python-microscopy.org/
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

add support for i/o #6

Open barentine opened 3 years ago

barentine commented 3 years ago

Localizations, voxel data, and generally anything that might end up in PYME.recipes.base.loadInput would be nice to let people plug. See this issue on main specific to localizations in PYMEVis.

zacsimile commented 3 years ago

Aha. Did not see this when I commented on python-microscopy/python-microscopy#655. I was trying to get this discussion going.

csoeller commented 3 years ago

I also think that PYME should enable such functionality for plugins. PYME could well take the view that this is too inelegant for core PYME but allow external plugins to explore io plugins. I regularly am trying to import CSVs in various flavours and also picasso HDFs etc. While I have made converters it feels really clunky and my observation is that unless something is easy to do, I (and others) just don't do it on a regular basis.