refraction_index_from_prism-1.0.0

Computes the refraction index for the NIRSpec prism.

Description

Given the prism angle and the incident and refracted angles, compute the index of refraction.

Outline

Schema Definitions

This node must validate against all of the following:

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/jwst_pipeline/refraction_index_from_prism-1.0.0"
title: >
  Computes the refraction index for the NIRSpec prism.

description: |
  Given the prism angle and the incident and refracted angles, compute the
  index of refraction.

allOf:
  - $ref: "http://stsci.edu/schemas/asdf/transform/transform-1.2.0"
  - type: object
    properties:
      prism_angle:
        description: |
          The angle of the prism in deg.
        type: number
    required: [prism_angle]