finesse.detectors.workspace.OutputInformation

Overview

class finesse.detectors.workspace.OutputInformation(name, detector_type, nodes, dtype, unit, shape, label, needs_fields, needs_trace)

Bases: object

Properties

OutputInformation.detector_type

The type of the detector that has generated this output information.

OutputInformation.dtype

OutputInformation.dtype_shape

OutputInformation.dtype_size

Size of the output in terms of number of elements.

OutputInformation.label

OutputInformation.needs_fields

Flag indicating whether the detector requires light fields (i.e.

OutputInformation.needs_trace

Flag indicating whether the detector requires beam traces.

OutputInformation.nodes

The nodes this detector observes.

OutputInformation.unit