ecl-logo Documentation

Object[Data, Appearance]

Image representing the physical appearance of a sample.

Organizational Information

    Name

    Name of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: A string.

    ID

    ID of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: The ID of this object.

    Object

    Object of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Data, Appearance, _String]
    Pattern Description: The object reference of this object.

    Type

    Type of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Data, Appearance]
    Pattern Description: Object[Data, Appearance]

    Notebook

    Notebook this object belongs to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Pattern Description: An object of that matches ObjectP[Object[LaboratoryNotebook]].

    Replicates

    Data acquired under replicated experimental conditions to this data.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

General

Method Information

    ContainersIn

    The containers that were imaged to generate this data.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link
    Relation: Alternatives[Object[Container]]

    Camera

    The camera used to capture this image.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    DateAcquired

    The date on which the image was acquired.
    Format: Single
    Class: Date
    Programmatic Pattern: _?DateObjectQ

    Software

    The acquisition software on the instrument used to acquire the images.
    Format: Single
    Class: String
    Programmatic Pattern: _String

    SoftwareVersion

    Indicates the version of the acquisition software on the instrument used to acquire the images.
    Format: Single
    Class: String
    Programmatic Pattern: _String

Imaging Specifications

    FieldOfView

    The horizontal length of the uncropped image.
    Format: Single
    Class: Expression
    Programmatic Pattern: CameraFieldOfViewP

    ImagingDirection

    The direction from which the sample image was captured.
    Format: Single
    Class: Expression
    Programmatic Pattern: ImagingDirectionP

    IlluminationDirection

    The direction(s) from which the sample was illuminated.
    Format: Multiple
    Class: Expression
    Programmatic Pattern: IlluminationDirectionP

    ExposureTime

    The length of time for which a camera shutter stayed open while taking this image.
    Format: Single
    Class: Real
    Unit: 1 millisecond
    Programmatic Pattern: GreaterP[0 Second]

Data Processing

    DataType

    Indicates if this data contains images of the ruler used as a scale reference or analyte images of the sample.
    Format: Single
    Class: Expression
    Programmatic Pattern: AppearanceTypeP

    RulerData

    A relation to ruler data used as a scale reference for this analyte sample.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    AnalyteData

    A list of all sample images that use this ruler data as a scale refrence.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    ImageFile

    A cropped image file containing only the sample.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    UncroppedImageFile

    A raw and unprocessed image file of the sample.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Scale

    The scale in pixels/distance relating pixels of the image to real world distance.
    Format: Single
    Class: Real
    Unit: 1 Pixels per centimeter
    Programmatic Pattern: 0 Pixel Hold[GreaterEqualP[-----------]] Centi Meter

Experimental Results

    Image

    Returns the cropped image of the sample.
    Format: Computable
    Programmatic Pattern: _Image
    Expression: SafeEvaluate[{Field[UncroppedImageFile]}, ImportCloudFile[Field[UncroppedImageFile]]]
Last modified on Mon 26 Sep 2022 15:43:44