Packages

  • package root
    Definition Classes
    root
  • package lucuma
    Definition Classes
    root
  • package core
    Definition Classes
    lucuma
  • package data
    Definition Classes
    core
  • package enum
    Definition Classes
    core
  • package geom
    Definition Classes
    core
  • package jts
  • package syntax
  • Area
  • GmosOiwfsProbeArm
  • GmosScienceAreaGeometry
  • Shape
  • ShapeExpression
  • ShapeInterpreter
  • 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
    core
  • package math

    Mathematical data types for general use, not specific to the Gem model.

    Mathematical data types for general use, not specific to the Gem model.

    Definition Classes
    core
  • package model
    Definition Classes
    core
  • package optics
    Definition Classes
    core
  • package parser
    Definition Classes
    core
  • package syntax

    Syntax classes for extension methods, organized à la cats.

    Syntax classes for extension methods, organized à la cats. Each syntax class has an associated conversion trait and module that extends it; and the all module which extends all conversions traits.

    Definition Classes
    core
  • package util
    Definition Classes
    core

package geom

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package jts
  2. package syntax

Type Members

  1. sealed class Area extends AnyRef

    Shape area is useful for comparison, for example to determine which area resulting from the intersection of a guide probe arm with the science FOV is smaller.

  2. trait Shape extends AnyRef

    Shape description usable for testing point inclusion and calculating the area.

    Shape description usable for testing point inclusion and calculating the area. Point inclusion is used to determine, for instance, guide star reachability for a probe range. Comparative area is usable when calculating which guide star options produce the minimum vignetting (probe arm shadow intersected with science area).

  3. sealed trait ShapeExpression extends AnyRef

    Describes a Shape, which is produced by evaluating the expression using the JVM or JavaScript specific interpreter.

  4. trait ShapeInterpreter extends AnyRef

    Interprets a ShapeExpression to a Shape.

Value Members

  1. object Area
  2. object GmosOiwfsProbeArm

    Description of the GMOS OIWFS probe arm geometry.

  3. object GmosScienceAreaGeometry

    GMOS science area geometry.

  4. object ShapeExpression

Ungrouped