Information about a selected source in the engine.

Hierarchy

  • Source

Properties

catalogLayer: CatalogLayerInfo

Information about the layer containing the source. Details depend on whether this is a spreadsheet/tabular layer (in which case it is SpreadSheetLayerInfo or a HiPS progressive catalog layer (in which case it is ImagesetInfo).

dec: number

The declination of the source, in radians.

layerData: {
    [field: string]: string | undefined;
}

All associated data for the source, as a key-value map. The contents here will depend on the contens of the catalog from which this source originated.

Type declaration

  • [field: string]: string | undefined
name: string

A user-facing name for he source

ra: number

The right ascension of the source, in radians.

zoomDeg?: number

If present, defines the FOV setting (in degrees) that WWT will use when moving to the source.

Generated using TypeDoc