-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename source_detection to source_catalog (#513)
- Loading branch information
Showing
9 changed files
with
65 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Rename source_detection to source_catalog to match step name in romancal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
%YAML 1.1 | ||
--- | ||
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0 | ||
id: asdf://stsci.edu/datamodels/roman/schemas/image_source_catalog-1.0.0 | ||
|
||
title: Source catalog generated from a Level 2 file by the Source Catalog Step. | ||
|
||
datamodel_name: ImageSourceCatalogModel | ||
|
||
archive_meta: None | ||
type: object | ||
properties: | ||
meta: | ||
allOf: | ||
- $ref: basic-1.0.0 | ||
- type: object | ||
properties: | ||
optical_element: | ||
$ref: wfi_optical_element-1.0.0 | ||
exposure: | ||
title: Exposure Information | ||
tag: asdf://stsci.edu/datamodels/roman/tags/exposure-1.0.0 | ||
photometry: | ||
title: Photometry Information | ||
tag: asdf://stsci.edu/datamodels/roman/tags/photometry-1.0.0 | ||
program: | ||
title: Program Information | ||
tag: asdf://stsci.edu/datamodels/roman/tags/program-1.0.0 | ||
visit: | ||
title: Visit Information | ||
tag: asdf://stsci.edu/datamodels/roman/tags/visit-1.0.0 | ||
required: [optical_element, exposure, photometry, program, visit] | ||
source_catalog: | ||
title: Source Catalog | ||
description: | | ||
Photometry and astrometry computed in the Source Catalog Step. | ||
tag: tag:astropy.org:astropy/table/table-1.* | ||
|
||
required: [meta, source_catalog] | ||
flowStyle: block | ||
propertyOrder: [meta, source_catalog] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters