Hi Max,
I'm trying to understand where the OME Instrument element comes into play. I looked over the Schema documentation and noticed that an Instrument (ex. Microscope) element can be referenced by an Image element. As an example I uploaded a random jpeg to OMERO.insight. Then under the 'Metadata view > Acquisition tab' I was hoping to find a place to insert the metadata that describes the microscope. However, you can see below that all of these fields are left blank with no option to update them.
The OMERO.web and OMERO.insight do not show all data from the OME Data Model and allow editing even less of it.
Where exactly does one create an Instrument element, must the metadata already be included in a Tiff file
Indeed, XML elements related to the image acquisition may be included in the OME-TIFF - see
this dataset for an example of 5D image with some acquisition metadata specified in the OME-XML header. At import time they should be imported into OMERO and much of that information is displayed in OMERO.web's metadata pane. Other image formats, such as SVS and Zeiss LSM, or MIAS plates, may also create Instrument instances upon import - see
https://docs.openmicroscopy.org/bio-for ... mmary.html for a detailed listing of all metadata fields populated per file format reader.
can I add Instruments to the OME Data Model that can be referenced later on?
Our training examples at
https://github.com/openmicroscopy/openm ... /Training/ include various uses of OMERO.blitz's update service to adjust model objects on the server. This offers client-side scripts much freedom in allowing creation and editing of imported images' instruments. More developer-oriented reading on the topic is available at
https://docs.openmicroscopy.org/latest/ ... data-model. Instruments may exist independently from images and be shared among images.
Note that OME-TIFF export from OMERO does not yet include much of the acquisition-related metadata that exists on the server.
Best,
Sebastien