Skip to content

Commit

Permalink
Merge pull request #62 from lsst/tickets/DM-35221
Browse files Browse the repository at this point in the history
DM-35221: Mark single-character columns as variable-length strings in VOTable output
  • Loading branch information
gpdf committed Jun 15, 2022
2 parents b69f2b9 + 6dd9ce9 commit d9e1a4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ tables:
description: Reference band - parameters measured on coadds of this band were used for multi-band forced photometry
mysql:datatype: CHAR(1)
fits:tunit:
votable:arraysize: "*"
- name: refExtendedness
"@id": "#Object.refExtendedness"
datatype: double
Expand Down Expand Up @@ -6802,6 +6803,7 @@ tables:
description: Name of the band used to take the exposure where this source was measured. Abstract filter that is not associated with a particular instrument
mysql:datatype: CHAR(1)
fits:tunit:
votable:arraysize: "*"
- name: instrument
"@id": "#Source.instrument"
datatype: char
Expand Down Expand Up @@ -6896,6 +6898,7 @@ tables:
mysql:datatype: CHAR(1)
description: Abstract filter that is not associated with a particular instrument
fits:tunit:
votable:arraysize: "*"
- name: ccdVisitId
"@id": "#ForcedSource.ccdVisitId"
datatype: long
Expand Down Expand Up @@ -8183,9 +8186,11 @@ tables:
- name: band
"@id": "#ForcedSourceOnDiaObject.band"
datatype: char
length: 1
mysql:datatype: CHAR(1)
description: Abstract filter that is not associated with a particular instrument
fits:tunit:
votable:arraysize: "*"
- name: ccdVisitId
"@id": "#ForcedSourceOnDiaObject.ccdVisitId"
datatype: long
Expand Down Expand Up @@ -8490,6 +8495,7 @@ tables:
datatype: char
length: 1
description: ''
votable:arraysize: "*"
- name: ra
'@id': '#Visit.ra'
datatype: double
Expand Down Expand Up @@ -8564,6 +8570,7 @@ tables:
datatype: char
length: 1
description: ''
votable:arraysize: "*"
- name: ra
'@id': '#CcdVisit.ra'
datatype: double
Expand Down
7 changes: 7 additions & 0 deletions yml/dp02_dc2_preops-863.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ tables:
description:
mysql:datatype: CHAR(1)
fits:tunit:
votable:arraysize: "*"
- name: refExtendedness
"@id": "#Object.refExtendedness"
datatype: double
Expand Down Expand Up @@ -6783,6 +6784,7 @@ tables:
description: Name of the band used to take the exposure where this source was measured.
mysql:datatype: CHAR(1)
fits:tunit:
votable:arraysize: "*"
- name: instrument
"@id": "#Source.instrument"
datatype: char
Expand Down Expand Up @@ -6868,6 +6870,7 @@ tables:
length: 1
mysql:datatype: CHAR(1)
description:
votable:arraysize: "*"
- name: ccdVisitId
"@id": "#ForcedSource.ccdVisitId"
datatype: long
Expand Down Expand Up @@ -7826,6 +7829,7 @@ tables:
datatype: char
mysql:datatype: CHAR(1)
description:
votable:arraysize: "*"
- name: forced_PsfFlux_flag
"@id": "#DiaSource.forced_PsfFlux_flag"
datatype: boolean
Expand Down Expand Up @@ -8060,6 +8064,7 @@ tables:
datatype: char
mysql:datatype: CHAR(1)
description:
votable:arraysize: "*"
- name: ccdVisitId
"@id": "#ForcedSourceOnDiaObject.ccdVisitId"
datatype: long
Expand Down Expand Up @@ -8254,6 +8259,7 @@ tables:
datatype: char
length: 1
description: ''
votable:arraysize: "*"
- name: ra
'@id': '#Visit.ra'
datatype: double
Expand Down Expand Up @@ -8310,6 +8316,7 @@ tables:
datatype: char
length: 1
description: ''
votable:arraysize: "*"
- name: ra
'@id': '#CcdVisit.ra'
datatype: double
Expand Down

0 comments on commit d9e1a4a

Please sign in to comment.