From a0c9eb8576205ef3ecac5b986c4b05dd15ac5bc4 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 20 Nov 2024 17:24:15 -0500 Subject: [PATCH] rename source_detection to source_catalog --- src/rad/resources/manifests/datamodels-1.0.yaml | 4 ++-- .../resources/schemas/individual_image_meta-1.0.0.yaml | 6 +++--- src/rad/resources/schemas/l2_cal_step-1.0.0.yaml | 8 ++++---- ...rce_detection-1.0.0.yaml => source_catalog-1.0.0.yaml} | 4 ++-- src/rad/resources/schemas/wfi_image-1.0.0.yaml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) rename src/rad/resources/schemas/{source_detection-1.0.0.yaml => source_catalog-1.0.0.yaml} (64%) diff --git a/src/rad/resources/manifests/datamodels-1.0.yaml b/src/rad/resources/manifests/datamodels-1.0.yaml index d2c59b20..7929747f 100644 --- a/src/rad/resources/manifests/datamodels-1.0.yaml +++ b/src/rad/resources/manifests/datamodels-1.0.yaml @@ -75,8 +75,8 @@ tags: title: Photometry information description: |- Photometry information -- tag_uri: asdf://stsci.edu/datamodels/roman/tags/source_detection-1.0.0 - schema_uri: asdf://stsci.edu/datamodels/roman/schemas/source_detection-1.0.0 +- tag_uri: asdf://stsci.edu/datamodels/roman/tags/source_catalog-1.0.0 + schema_uri: asdf://stsci.edu/datamodels/roman/schemas/source_catalog-1.0.0 title: Source catalog for TweakReg description: |- Source catalog for TweakReg diff --git a/src/rad/resources/schemas/individual_image_meta-1.0.0.yaml b/src/rad/resources/schemas/individual_image_meta-1.0.0.yaml index 6fb7db66..71fb8882 100644 --- a/src/rad/resources/schemas/individual_image_meta-1.0.0.yaml +++ b/src/rad/resources/schemas/individual_image_meta-1.0.0.yaml @@ -71,9 +71,9 @@ properties: description: | Table of ref_file level 2 metadata. tag: tag:astropy.org:astropy/table/table-1.* - source_detection: + source_catalog: description: | - Table of source_detection level 2 metadata. + Table of source_catalog level 2 metadata. tag: tag:astropy.org:astropy/table/table-1.* velocity_aberration: description: | @@ -90,6 +90,6 @@ properties: flowStyle: block propertyOrder: [basic, background, cal_step, cal_logs, coordinates, ephemeris, exposure, guide_star, instrument, observation, outlier_detection, photometry, - pointing, program, rcs, ref_file, source_detection, velocity_aberration, + pointing, program, rcs, ref_file, source_catalog, velocity_aberration, visit, wcsinfo] ... diff --git a/src/rad/resources/schemas/l2_cal_step-1.0.0.yaml b/src/rad/resources/schemas/l2_cal_step-1.0.0.yaml index 83063202..e2f4a5b8 100644 --- a/src/rad/resources/schemas/l2_cal_step-1.0.0.yaml +++ b/src/rad/resources/schemas/l2_cal_step-1.0.0.yaml @@ -86,8 +86,8 @@ properties: archive_catalog: datatype: nvarchar(15) destination: [ScienceRefData.s_photom] - source_detection: - title: Source Detection Step + source_catalog: + title: Source Catalog Step description: | Step in romancal that detects point sources in an image for use in astrometric alignment. @@ -166,9 +166,9 @@ properties: datatype: nvarchar(15) destination: [ScienceRefData.s_skymatch] propertyOrder: [dq_init, saturation, refpix, linearity, dark, ramp_fit, assign_wcs, - flat_field, photom, source_detection, tweakreg, flux, skymatch, outlier_detection] + flat_field, photom, source_catalog, tweakreg, flux, skymatch, outlier_detection] flowStyle: block required: [assign_wcs, dark, dq_init, flat_field, flux, linearity, outlier_detection, photom, - source_detection, ramp_fit, refpix, saturation, skymatch, tweakreg] + source_catalog, ramp_fit, refpix, saturation, skymatch, tweakreg] additionalProperties: true ... diff --git a/src/rad/resources/schemas/source_detection-1.0.0.yaml b/src/rad/resources/schemas/source_catalog-1.0.0.yaml similarity index 64% rename from src/rad/resources/schemas/source_detection-1.0.0.yaml rename to src/rad/resources/schemas/source_catalog-1.0.0.yaml index 102fa4d6..80a68850 100644 --- a/src/rad/resources/schemas/source_detection-1.0.0.yaml +++ b/src/rad/resources/schemas/source_catalog-1.0.0.yaml @@ -1,7 +1,7 @@ %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 +id: asdf://stsci.edu/datamodels/roman/schemas/source_catalog-1.0.0 title: Source Detection Catalog type: object @@ -9,7 +9,7 @@ properties: tweakreg_catalog_name: title: TweakReg Catalog Name description: | - Source catalog generated by the source detection step for TweakReg. + Source catalog generated by the source catalog step for TweakReg. type: string flowStyle: block ... diff --git a/src/rad/resources/schemas/wfi_image-1.0.0.yaml b/src/rad/resources/schemas/wfi_image-1.0.0.yaml index f631c13e..f40d06e7 100644 --- a/src/rad/resources/schemas/wfi_image-1.0.0.yaml +++ b/src/rad/resources/schemas/wfi_image-1.0.0.yaml @@ -25,8 +25,8 @@ properties: tag: asdf://stsci.edu/datamodels/roman/tags/outlier_detection-1.0.0 photometry: tag: asdf://stsci.edu/datamodels/roman/tags/photometry-1.0.0 - source_detection: - tag: asdf://stsci.edu/datamodels/roman/tags/source_detection-1.0.0 + source_catalog: + tag: asdf://stsci.edu/datamodels/roman/tags/source_catalog-1.0.0 statistics: tag: asdf://stsci.edu/datamodels/roman/tags/statistics-1.0.0 wcs: