I’m looking to programmatically create a dataset and import some images into it. Ideally, I’d like to do this through Python. My impression is that the Gateway interface doesn’t currently have this functionality. (Is that accurate?) I’ve seen an example or two where people essentially called the Omero.CLI from within Python, though, for example, Popen(). But, I noticed in the Omero.CLI importer help:
“This is a Python wrapper around the Java importer”
This made me hopeful there might be a more direct route, from within my Python code, to call this functionality, a route that didn’t involve the external process. What is the recommended approach for me to take? (I suspect the answer is in the docs, but the complete picture hasn’t come together for me, yet.)
Thanks for any guidance.