Skip to content

Commit

Permalink
add photometry to L2 catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Apr 3, 2024
1 parent 386e5f2 commit a5384b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rad/resources/schemas/source_catalog-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ properties:
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, program, visit]
required: [optical_element, exposure, photometry, program, visit]
source_catalog:
title: Source Catalog
description: |
Expand Down

0 comments on commit a5384b6

Please sign in to comment.