Skip to content

Commit

Permalink
Update the schema to follow the current master
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfang committed Nov 16, 2021
1 parent b03db55 commit 6d787bd
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7258,11 +7258,6 @@ tables:
datatype: long
mysql:datatype: BIGINT
description:
- name: pixelId
"@id": "#DiaObject.pixelId"
datatype: double
mysql:datatype: DOUBLE
description:
- name: rPSFluxChi2
"@id": "#DiaObject.rPSFluxChi2"
datatype: double
Expand Down Expand Up @@ -7947,11 +7942,6 @@ tables:
datatype: boolean
mysql:datatype: BOOLEAN
description:
- name: pixelId
"@id": "#DiaSource.pixelId"
datatype: long
mysql:datatype: BIGINT
description:
- name: psFlux
"@id": "#DiaSource.psFlux"
datatype: double
Expand Down Expand Up @@ -8052,6 +8042,36 @@ tables:
datatype: float
mysql:datatype: FLOAT
description:
- name: psChi2
"@id": "#DiaSource.psChi2"
datatype: float
mysql:datatype: FLOAT
description:
- name: psNdata
"@id": "#DiaSource.psNdata"
datatype: int
mysql:datatype: INTEGER
description:
- name: trailAngle
"@id": "#DiaSource.trailAngle"
datatype: double
mysql:datatype: DOUBLE
description:
- name: trailDecl
"@id": "#DiaSource.trailDecl"
datatype: double
mysql:datatype: DOUBLE
description:
- name: trailLength
"@id": "#DiaSource.trailLength"
datatype: double
mysql:datatype: DOUBLE
description:
- name: trailRa
"@id": "#DiaSource.trailRa"
datatype: double
mysql:datatype: DOUBLE
description:
- name: forcedSourceOnDiaObject
"@id": "#ForcedSourceOnDiaObject"
description: this is forcedSourceOnDiaObjectTable_tract in the butler repo
Expand Down

0 comments on commit 6d787bd

Please sign in to comment.