mosaic_segmentation_map-1.4.0

Segmentation map generated from a Level 3 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/mosaic_segmentation_map-1.4.0

title: Segmentation map generated from a Level 3 file by the Source Catalog Step.

datamodel_name: MosaicSegmentationMapModel

archive_meta: Science WFI Level 4 Segmentation Map L3 Product
type: object
properties:
  meta:
    allOf:
      - $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_catalog_common-1.0.0
      - properties:
          association:
            $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_association-1.0.0
          cal_step:
            $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_cal_step-1.0.0
          resample:
            $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_resample-1.0.0
        required: [association, cal_step, resample]
  data:
    title: Segmentation map
    description: |
      Segmentation map of an image model, zeros correspond to background.
    tag: tag:stsci.edu:asdf/core/ndarray-1.*
    ndim: 2
    datatype: uint32
    exact_datatype: true

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