Skip to content

Commit

Permalink
rename source_detection to source_catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 20, 2024
1 parent 34d8324 commit deb9bc9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/rad/resources/manifests/datamodels-1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/rad/resources/schemas/individual_image_meta-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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]
...
8 changes: 4 additions & 4 deletions src/rad/resources/schemas/l2_cal_step-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
...
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%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
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
...
4 changes: 2 additions & 2 deletions src/rad/resources/schemas/wfi_image-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit deb9bc9

Please sign in to comment.