Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddImageSetLayerOptions

Hierarchy

  • AddImageSetLayerOptions

Index

Properties

Properties

goto

goto: boolean

Whether to seek the view to the positon of the FITS file on the sky, if/when it successfully loads.

mode

mode: "autodetect" | "fits" | "preloaded"

Indicates what type of layer you are adding.

If "fits", the url will be taken to point to a single FITS File that should be added. If "preloaded", it will be taken to match the URL associated with an imageset that has already been added to WWT's internal catalogs via WWTInstance.loadImageCollection. If "autodetect", WWT will guess: if the URL ends with a FITS-like extension, "fits" mode will be activated; otherwise it will use "preloaded" mode.

name

name: string

A name to use for the new layer.

url

url: string

The URL of the FITS file or the URL of the desired image set.

This should match an image set URL previously loaded with WWTInstance.loadImageCollection.

Generated using TypeDoc