Skip to content

Commit

Permalink
Merge pull request #77 from lsst/tickets/DM-35125-unused-ObsCore
Browse files Browse the repository at this point in the history
DM-35125: Remove columns from ObsCore default display that we do not fill
  • Loading branch information
fritzm authored Jun 27, 2022
2 parents fb5c37f + 5116c52 commit 6636fde
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions yml/dp02_obscore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tables:
ivoa:ucd: meta.id;src
votable:utype: Target.name
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 270
ivoa:unit:
datatype: char
Expand Down Expand Up @@ -98,7 +98,7 @@ tables:
ivoa:ucd: meta.ref.ivoid
votable:utype: Curation.publisherDID
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 260
ivoa:unit:
datatype: char
Expand Down Expand Up @@ -179,7 +179,7 @@ tables:
ivoa:ucd: pos.angResolution
votable:utype: Char.SpatialAxis.Resolution.Refval.value
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 280
ivoa:unit: arcsec
datatype: double
Expand All @@ -190,7 +190,7 @@ tables:
ivoa:ucd: meta.number
votable:utype: Char.SpatialAxis.numBins1
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 290
ivoa:unit:
datatype: long
Expand All @@ -201,7 +201,7 @@ tables:
ivoa:ucd: meta.number
votable:utype: Char.SpatialAxis.numBins2
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 300
ivoa:unit:
datatype: long
Expand All @@ -212,7 +212,7 @@ tables:
ivoa:ucd: meta.number
votable:utype: Char.TimeAxis.numBins
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 320
ivoa:unit:
datatype: long
Expand Down Expand Up @@ -256,7 +256,7 @@ tables:
ivoa:ucd: time.resolution
votable:utype: Char.TimeAxis.Resolution.Refval.value
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 310
ivoa:unit: s
datatype: double
Expand All @@ -267,7 +267,7 @@ tables:
ivoa:ucd: meta.number
votable:utype: Char.SpectralAxis.numBins
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 340
ivoa:unit:
datatype: long
Expand Down Expand Up @@ -300,7 +300,7 @@ tables:
ivoa:ucd: spect.resolution
votable:utype: Char.SpectralAxis.Resolution.ResolPower.refVal
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 350
ivoa:unit:
datatype: double
Expand All @@ -323,7 +323,7 @@ tables:
ivoa:ucd: meta.number
votable:utype: Char.PolarizationAxis.numBins
tap:std: 1
tap:principal: 1
tap:principal: 0
tap:column_index: 330
ivoa:unit:
datatype: long
Expand Down

0 comments on commit 6636fde

Please sign in to comment.