Class InstrumentData


  • public class InstrumentData
    extends DataObject
    Hosts the instrument used to capture an image.
    Since:
    3.0-Beta4
    • Constructor Detail

      • InstrumentData

        public InstrumentData​(omero.model.Instrument instrument)
        Creates a new instance.
        Parameters:
        instrument - The instrument used to capture an image.
    • Method Detail

      • getMicroscopeType

        public java.lang.String getMicroscopeType()
        Returns the type of microscope.
        Returns:
        See above.
      • getMicroscopeModel

        public java.lang.String getMicroscopeModel()
        Returns the model of the microscope.
        Returns:
        See above.
      • getMicroscopeSerialNumber

        public java.lang.String getMicroscopeSerialNumber()
        Returns the serial number of the microscope.
        Returns:
        See above.
      • getMicroscopeLotNumber

        public java.lang.String getMicroscopeLotNumber()
        Returns the lot number of the microscope.
        Returns:
        See above.
      • getMicroscopeManufacturer

        public java.lang.String getMicroscopeManufacturer()
        Returns the model of the microscope.
        Returns:
        See above.
      • getOTF

        public java.util.List<OTFData> getOTF()
        Returns the collection of OTFs.
        Returns:
        See above.
      • getObjectives

        public java.util.List<ObjectiveData> getObjectives()
        Returns the collection of objectives.
        Returns:
        See above.
      • getFilters

        public java.util.List<FilterData> getFilters()
        Returns the collection of filters.
        Returns:
        See above.
      • getFilterSets

        public java.util.List<FilterSetData> getFilterSets()
        Returns the collection of filter sets.
        Returns:
        See above.
      • getLightSources

        public java.util.List<LightSourceData> getLightSources()
        Returns the collection of light sources.
        Returns:
        See above.
      • getDetectors

        public java.util.List<DetectorData> getDetectors()
        Returns the collection of detectors.
        Returns:
        See above.
      • getDichroics

        public java.util.List<DichroicData> getDichroics()
        Returns the collection of dichroics.
        Returns:
        See above.