multiband_source_catalog-1.1.0
Multiband source catalog generated from a Level 3 file by the Multiband Catalog Step.
Outline
Schema Definitions ¶
This type is an object with the following properties:
meta
object Required This node must validate against all of the following:
This type is an object with the following properties:
image_metas
No length restrictionarray Required Items in the array are restricted to the following types:
source_catalog
object Required Source Catalog
Photometry and astrometry computed in the Source Catalog Step.
This node must validate against all of the following:
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/multiband_source_catalog-1.1.0
title: Multiband source catalog generated from a Level 3 file by the Multiband Catalog Step.
datamodel_name: MultibandSourceCatalogModel
type: object
properties:
meta:
allOf:
- $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_catalog_common-1.0.0
- properties:
image_metas:
type: array
items:
$ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_common-1.0.0
required: [image_metas]
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/multiband_catalog_table-1.0.0
required: [meta, source_catalog]
flowStyle: block
propertyOrder: [meta, source_catalog]