Importing MATLAB/NumPy arrays into OMERO
Posted: Mon Jul 24, 2017 7:40 am
Hello,
I would like to import raw sensor data and metadata acquired in MATLAB into OMERO. What is the best procedure for this? What I've gathered thus far:
Convert my raw data (2-d or 3-d vector) to a Java array and then use OMERO.tables for import. This is then associated with an image (how?). My metadata for the raw data would then just serve as the metadata for some dummy image. Am I on the right track?
I would like to import raw sensor data and metadata acquired in MATLAB into OMERO. What is the best procedure for this? What I've gathered thus far:
Convert my raw data (2-d or 3-d vector) to a Java array and then use OMERO.tables for import. This is then associated with an image (how?). My metadata for the raw data would then just serve as the metadata for some dummy image. Am I on the right track?