Packages

  • package root
    Definition Classes
    root
  • package gem

    The Gem science model.

    The Gem science model.

    Definition Classes
    root
  • package config

    Data types that define sequences of instructions consumed and executed by the SeqExec.

    Data types that define sequences of instructions consumed and executed by the SeqExec.

    Definition Classes
    gem
  • DynamicConfig
  • F2Config
  • GcalConfig
  • GcalConfigOptics
  • GmosConfig
  • SmartGcalDefinitionKey
  • SmartGcalKey
  • SmartGcalSearchKey
  • StaticConfig
  • TelescopeConfig
  • TelescopeConfigOptics
  • package enum

    Enumerated types (normally generated from database tables) and related syntactic enrichments.

    Enumerated types (normally generated from database tables) and related syntactic enrichments.

    Definition Classes
    gem
  • package instances

    Implicit instances for types defined outside of Gen.

    Implicit instances for types defined outside of Gen. Each set of instances is provided as a trait that can be extended and as a module whose members can be imported (preferred).

    Definition Classes
    gem
  • package math
    Definition Classes
    gem
  • package parser

    Package of atto parsers, for parsing things in the science model.

    Package of atto parsers, for parsing things in the science model. The idea here is that parsers compose, so for internal use it's nice to have them together and so we can share implementations. In end-user code we normally want to expose something weaker like String => Option[A] that delegates to a parser, rather than exposing Parser[A] directly. Each set of parsers is provided as a trait that can be extended and as a module whose members can be imported (preferred).

    Definition Classes
    gem
  • package syntax
    Definition Classes
    gem
  • package util
    Definition Classes
    gem
p

gem

config

package config

Data types that define sequences of instructions consumed and executed by the SeqExec.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DynamicConfig extends AnyRef

    Instrument configuration that is specified for each Step.

  2. final case class GcalConfig(lamp: GcalLamp, filter: GcalFilter, diffuser: GcalDiffuser, shutter: GcalShutter, exposureTime: Duration, coadds: CoAdds) extends Product with Serializable

    Additional configuration information for Gcal steps.

  3. trait GcalConfigOptics extends AnyRef
  4. sealed trait SmartGcalDefinitionKey extends AnyRef

    Marker trait for smart gcal definition keys used to register entries in a smart gcal lookup table.

  5. sealed trait SmartGcalSearchKey extends AnyRef

    Marker trait for smart gcal search keys used to lookup corresponding gcal configurations.

  6. sealed trait StaticConfig extends AnyRef

    Instrument configuration that is specified once per Observation and is thus the same for every Step.

  7. final case class TelescopeConfig(p: P, q: Q) extends Product with Serializable

    Additional configuration information for Science steps.

  8. trait TelescopeConfigOptics extends AnyRef

Value Members

  1. object DynamicConfig
  2. object F2Config

    Additional type hierarchy over the low-level F2 enums.

  3. object GcalConfig extends GcalConfigOptics with Serializable
  4. object GmosConfig

    Additional type hierarchy over the low-level GMOS enums.

  5. object SmartGcalKey
  6. object StaticConfig
  7. object TelescopeConfig extends (P, Q) ⇒ TelescopeConfig with TelescopeConfigOptics with Serializable

Inherited from AnyRef

Inherited from Any

Configurations

Instrument-Specific Models

Ungrouped