meta/catalog_image-1.0.0
Catalog-related image metadata
Outline
Schema Definitions ¶
This type is an object with the following properties:
filename
string Required No length restrictionFilename of image used to generate this catalog
file_date
tag:stsci.edu:asdf/time/time-1.* Required Creation date of the image used to generate this catalog
forced_segmentation
string No length restrictionSegmentation map used for generation of this catalog
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/meta/catalog_image-1.0.0
title: Catalog-related image metadata
type: object
properties:
filename:
title: Filename of image used to generate this catalog
type: string
file_date:
title: Creation date of the image used to generate this catalog
tag: tag:stsci.edu:asdf/time/time-1.*
forced_segmentation:
title: Segmentation map used for generation of this catalog
type: string
required: [filename, file_date]