Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added warning

Overview

...


Warning
titleAPI Warning

The Pandeia Engine API may change at any time. The following information and examples are for Pandeia Engine 1.6.x only, and are not guaranteed to be accurate or functional for previous or future releases. Updates (and information about planned pending API changes) can be found on the Pandeia Engine News page.

Pandeia Engine outputs are, like the inputs, a heirarchical dictionary. They contain:

  • "scalar": 0-dimensional extracted values from the extraction aperture, at the wavelength of interest (if a spectroscopic calculation)
  • "1d": 1-dimensional spectral outputs (single-valued arrays, if the calculation is an imaging-type calculation)
  • "2d": 2-dimensional detector images
  • "3d": 3-dimensional flux cubes of the input scene, created from the scene definition. For IFU modes only, also includes reconstructed 3-dimensional reconstructed data cube cubes of the output fluxesextracted data.
  • "input": A complete copy of the input dictionary
  • "information": The configured exposure properties of the calculation
  • "warnings": all warnings produced by the Engine
  • "transform": WCS information about the 2D output products.
  • "debugarrays": (optional)

...

The scalar outputs are a superset of the values the Webapp produces in the Results tab.

...