multiband_segmentation_map-1.2.0

Segmentation map generated from a Level 3 file by the Multiband 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.1.0
id: asdf://stsci.edu/datamodels/roman/schemas/multiband_segmentation_map-1.2.0

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

datamodel_name: MultibandSegmentationMapModel

archive_meta: Science WFI Level 4 Multiband Segmentation Map L3 Product
type: object
properties:
  meta:
    allOf:
      - $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_catalog_common-1.1.0
      - properties:
          image_metas:
            type: array
            items:
              $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/l3_common-1.1.0
          psf_match_reference_filter:
            allOf:
              - $ref: asdf://stsci.edu/datamodels/roman/schemas/enums/wfi_optical_element-1.1.0
            title: PSF-matched photometric filter
            description: |
              Reference band used to compute PSF-matched photometry.
        required: [image_metas, psf_match_reference_filter]
  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]