Skip to content

objectType ScienceSpectralWindow

A spectral window for science use.

classDiagram

        class ScienceSpectralWindow{
        proposal:SpectralWindowSetup spectralWindowSetup

        }
        ScienceSpectralWindow *-- "0..*" ExpectedSpectralLine : expectedSpectralLine

link ExpectedSpectralLine "../ExpectedSpectralLine"

Members

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

Containment

This is contained by TechnicalGoal