Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33909-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Mar 24, 2022
2 parents b1fd410 + c78b740 commit e137769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion browser/dp02.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: Data Preview 0.2 Schema (Preliminary)
schema: dp02_dc2
sort-index: 11
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Preliminary schema for Data Preview 0.2, including only catalog tables for now.
16 changes: 7 additions & 9 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: dp02_test_PREOPS863_00
"@id": dp02_dc2_catalogs
description: Preliminary schema for Data Preview 0.2, including only catalog tables for now
description: Preliminary schema for Data Preview 0.2, including only catalog tables for now.
tables:
- name: object
- name: Object
"@id": "#Object"
description: The object table contains descriptions of the multi-epoch static astronomical
objects, in particular their astrophysical properties as derived from analysis
Expand Down Expand Up @@ -5959,9 +5959,7 @@ tables:
description:
mysql:datatype: DOUBLE
fits.tunit: deg


- name: source
- name: Source
"@id": "#Source"
description: Table to store high signal-to-noise sources;. A source is
a measurement of Object's properties from a single image that contains its footprint
Expand Down Expand Up @@ -6817,7 +6815,7 @@ tables:
description:
mysql:datatype: BIGINT
fits.tunit:
- name: forcedSource
- name: ForcedSource
"@id": "#ForcedSource"
description: The forced source table contains forced-photometry source
measurement on an individual Exposure based on a Multifit shape model
Expand Down Expand Up @@ -7020,7 +7018,7 @@ tables:
datatype: double
mysql:datatype: DOUBLE
description:
- name: diaObject
- name: DiaObject
"@id": "#DiaObject"
description: this is diaObjectTable_tract in the butler repo
columns:
Expand Down Expand Up @@ -7714,7 +7712,7 @@ tables:
datatype: double
mysql:datatype: DOUBLE
description:
- name: diaSource
- name: DiaSource
"@id": "#DiaSource"
description: this is diaSourceTable_tract in the butler repo
columns:
Expand Down Expand Up @@ -8053,7 +8051,7 @@ tables:
datatype: float
mysql:datatype: FLOAT
description:
- name: forcedSourceOnDiaObject
- name: ForcedSourceOnDiaObject
"@id": "#ForcedSourceOnDiaObject"
description: this is forcedSourceOnDiaObjectTable_tract in the butler repo
columns:
Expand Down

0 comments on commit e137769

Please sign in to comment.