Skip to content

objectType ScienceSpectralWindow

A spectral window for science use.

classDiagram

        class ScienceSpectralWindow{

        }
        ScienceSpectralWindow *-- SpectralWindowSetup : spectralWindowSetup
ScienceSpectralWindow *-- ExpectedSpectralLine : expectedSpectralLine

link SpectralWindowSetup "../SpectralWindowSetup"
link ExpectedSpectralLine "../ExpectedSpectralLine"

Members

name type mult description
spectralWindowSetup SpectralWindowSetup optional
expectedSpectralLine ExpectedSpectralLine 0 or more