Skip to content

Commit

Permalink
fixing meta and binary block order
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Mar 4, 2024
1 parent 26ea4dd commit 6bf137c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions src/rad/resources/schemas/segmentation_map-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ datamodel_name: SegmentationMapModel
archive_meta: None
type: object
properties:
meta:
allOf:
- $ref: basic-1.0.0
- $ref: coordinates-1.0.0
- $ref: wfi_optical_element-1.0.0
- $ref: program-1.0.0
- $ref: visit-1.0.0
data:
title: Segmentation map
description: |
Expand All @@ -18,13 +25,6 @@ properties:
ndim: 2
datatype: uint32
exact_datatype: true
meta:
allOf:
- $ref: basic-1.0.0
- $ref: coordinates-1.0.0
- $ref: wfi_optical_element-1.0.0
- $ref: program-1.0.0
- $ref: visit-1.0.0

required: [meta, data]
flowStyle: block
Expand Down
10 changes: 5 additions & 5 deletions src/rad/resources/schemas/source_catalog-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ datamodel_name: SourceCatalogModel
archive_meta: None
type: object
properties:
source_catalog:
title: Source Catalog
description: |
Photometry and astrometry computed in the Source Catalog Step.
tag: tag:astropy.org:astropy/table/table-1.*
meta:
allOf:
- $ref: basic-1.0.0
- $ref: coordinates-1.0.0
- $ref: wfi_optical_element-1.0.0
- $ref: program-1.0.0
- $ref: visit-1.0.0
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
Expand Down

0 comments on commit 6bf137c

Please sign in to comment.