image_source_catalog-1.4.0

Source catalog generated from a Level 2 file by the Source Catalog Step.

Outline

Schema Definitions

This type is an object with the following properties:

Original Schema

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

title: Source catalog generated from a Level 2 file by the Source Catalog Step.

datamodel_name: ImageSourceCatalogModel

archive_meta: Science WFI Level 4 Source Catalog L2 Product
type: object
properties:
  meta:
    $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l2_catalog_common-1.0.0
  source_catalog:
    title: Source Catalog
    description: |
      Photometry and astrometry computed in the Source Catalog Step.
    allOf:
      - tag: tag:astropy.org:astropy/table/table-1.*
      - $ref: asdf://stsci.edu/datamodels/roman/schemas/tables/prompt_catalog_table-1.0.0

required: [meta, source_catalog]
flowStyle: block
propertyOrder: [meta, source_catalog]