source_detection-1.0.0

Source Detection Catalog

Outline

Schema Definitions

This type is an object with the following properties:

  • tweakreg_catalog_name

    string

    Source catalog generated by the source detection step for TweakReg.

    No length restriction

Original Schema

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

title: Source Detection Catalog
type: object
properties:
  tweakreg_catalog_name:
    title: TweakReg Catalog Name
    description: |
      Source catalog generated by the source detection step for TweakReg.
    type: string
flowStyle: block
...