Skip to content

Commit

Permalink
Update to match the Gen3 version
Browse files Browse the repository at this point in the history
Keep a Gen2 copy for ci_hsc_gen2 for the time being
  • Loading branch information
hsinfang committed May 25, 2021
1 parent 80f14cd commit b2dec42
Show file tree
Hide file tree
Showing 2 changed files with 3,995 additions and 19 deletions.
48 changes: 29 additions & 19 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,31 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.dec
- name: skymap
"@id": "#Object.skymap"
datatype: char
length: 6
mysql:datatype: CHAR(6)
- name: tractId
"@id": "#Object.tractId"
datatype: long
description: tract ID
mysql:datatype: BIGINT
- name: patchId
"@id": "#Object.patchId"
datatype: text
length: 3
datatype: long
description: patch ID
mysql:datatype: TEXT
mysql:datatype: BIGINT
- name: tract
"@id": "#Object.tract"
datatype: long
description: Same as Tract ID
mysql:datatype: BIGINT
- name: patch
"@id": "#Object.patch"
datatype: text
length: 3
datatype: long
description: Same as Patch ID
mysql:datatype: TEXT
mysql:datatype: BIGINT
- name: x
"@id": "#Object.x"
datatype: double
Expand Down Expand Up @@ -3225,23 +3228,30 @@ tables:
datatype: long
description:
mysql:datatype: BIGINT
- name: ccd
"@id": "#Source.ccd"
- name: detector
"@id": "#Source.detector"
datatype: long
description:
mysql:datatype: BIGINT
- name: pointing
"@id": "#Source.pointing"
- name: band
"@id": "#Source.band"
datatype: char
length: 1
description: Name of the band used to take the exposure where this source was measured.
mysql:datatype: CHAR(1)
- name: physical_filter
"@id": "#Source.physical_filter"
datatype: char
length: 5
mysql:datatype: CHAR(5)
- name: instrument
"@id": "#Source.instrument"
datatype: char
length: 3
mysql:datatype: CHAR(3)
- name: visit_system
"@id": "#Source.visit_system"
datatype: long
description:
mysql:datatype: BIGINT
- name: filter
"@id": "#Source.filter"
datatype: string
length: 1
description: Name of the filter used to take the exposure where this source was measured.
mysql:datatype: VARCHAR
ivoa:ucd: meta.id;instr.filter
- name: x
"@id": "#Source.x"
datatype: double
Expand Down

0 comments on commit b2dec42

Please sign in to comment.