individual_image_meta-1.0.0

Combined level 2 metadata

Outline

Schema Definitions

This type is an object with the following properties:

  • basic

    tag:astropy.org:astropy/table/table-1.*

    Table of basic level 2 metadata.

  • aperture

    tag:astropy.org:astropy/table/table-1.*

    Table of aperture level 2 metadata.

  • cal_step

    tag:astropy.org:astropy/table/table-1.*

    Table of cal_step level 2 metadata.

  • coordinates

    tag:astropy.org:astropy/table/table-1.*

    Table of coordinates level 2 metadata.

  • ephemeris

    tag:astropy.org:astropy/table/table-1.*

    Table of ephemeris level 2 metadata.

  • exposure

    tag:astropy.org:astropy/table/table-1.*

    Table of exposure level 2 metadata.

  • guidestar

    tag:astropy.org:astropy/table/table-1.*

    Table of guidestar level 2 metadata.

  • instrument

    tag:astropy.org:astropy/table/table-1.*

    Table of instrument level 2 metadata.

  • observation

    tag:astropy.org:astropy/table/table-1.*

    Table of observation level 2 metadata.

  • photometry

    tag:astropy.org:astropy/table/table-1.*

    Table of photometry level 2 metadata.

  • pointing

    tag:astropy.org:astropy/table/table-1.*

    Table of pointing level 2 metadata.

  • program

    tag:astropy.org:astropy/table/table-1.*

    Table of program level 2 metadata.

  • ref_file

    tag:astropy.org:astropy/table/table-1.*

    Table of ref_file level 2 metadata.

  • target

    tag:astropy.org:astropy/table/table-1.*

    Table of target level 2 metadata.

  • velocity_aberration

    tag:astropy.org:astropy/table/table-1.*

    Table of velocity_aberration level 2 metadata.

  • visit

    tag:astropy.org:astropy/table/table-1.*

    Table of visit level 2 metadata.

  • wcsinfo

    tag:astropy.org:astropy/table/table-1.*

    Table of wcsinfo level 2 metadata.

Original Schema

%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/individual_image_meta-1.0.0

title: Combined level 2 metadata

type: object
properties:
  basic:
    description: |
      Table of basic level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  aperture:
    description: |
      Table of aperture level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  cal_step:
    description: |
      Table of cal_step level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  coordinates:
    description: |
      Table of coordinates level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  ephemeris:
    description: |
      Table of ephemeris level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  exposure:
    description: |
      Table of exposure level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  guidestar:
    description: |
      Table of guidestar level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  instrument:
    description: |
      Table of instrument level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  observation:
    description: |
      Table of observation level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  photometry:
    description: |
      Table of photometry level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  pointing:
    description: |
      Table of pointing level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  program:
    description: |
      Table of program level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  ref_file:
    description: |
      Table of ref_file level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  target:
    description: |
      Table of target level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  velocity_aberration:
    description: |
      Table of velocity_aberration level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  visit:
    description: |
      Table of visit level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
  wcsinfo:
    description: |
      Table of wcsinfo level 2 metadata.
    tag: tag:astropy.org:astropy/table/table-1.*
flowStyle: block
propertyOrder: [basic, aperture, cal_step, coordinates, ephemeris,
exposure, guidestar, instrument, observation, photometry,
pointing, program, ref_file, target, velocity_aberration,
visit, wcsinfo]
...