Skip to content

Commit

Permalink
Add ra and dec for fitted WCS to quicklook
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Aug 22, 2024
1 parent cc2ceb5 commit 4e34aeb
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
16 changes: 16 additions & 0 deletions yml/cdb_startrackerfast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,22 @@ tables:
datatype: long
nullable: false
description: Unique identifier.
- name: ra
"@id": "#exposure_quicklook.ra"
datatype: double
description: Central Spatial Position in ICRS; Right ascension of fitted WCS.
tap:std: 1
ivoa:ucd: pos.eq.ra
votable:utype: Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1
ivoa:unit: deg
- name: dec
"@id": "#exposure_quicklook.dec"
datatype: double
description: Central Spatial Position in ICRS; Declination of fitted WCS.
tap:std: 1
ivoa:ucd: pos.eq.dec
votable:utype: Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1
ivoa:unit: deg
- name: astrom_offset_mean
"@id": "#exposure_quicklook.astrom_offset_mean"
datatype: float
Expand Down
16 changes: 16 additions & 0 deletions yml/cdb_startrackernarrow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,22 @@ tables:
datatype: long
nullable: false
description: Unique identifier.
- name: ra
"@id": "#exposure_quicklook.ra"
datatype: double
description: Central Spatial Position in ICRS; Right ascension of fitted WCS.
tap:std: 1
ivoa:ucd: pos.eq.ra
votable:utype: Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1
ivoa:unit: deg
- name: dec
"@id": "#exposure_quicklook.dec"
datatype: double
description: Central Spatial Position in ICRS; Declination of fitted WCS.
tap:std: 1
ivoa:ucd: pos.eq.dec
votable:utype: Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1
ivoa:unit: deg
- name: astrom_offset_mean
"@id": "#exposure_quicklook.astrom_offset_mean"
datatype: float
Expand Down
16 changes: 16 additions & 0 deletions yml/cdb_startrackerwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,22 @@ tables:
datatype: long
nullable: false
description: Unique identifier.
- name: ra
"@id": "#exposure_quicklook.ra"
datatype: double
description: Central Spatial Position in ICRS; Right ascension of fitted WCS.
tap:std: 1
ivoa:ucd: pos.eq.ra
votable:utype: Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1
ivoa:unit: deg
- name: dec
"@id": "#exposure_quicklook.dec"
datatype: double
description: Central Spatial Position in ICRS; Declination of fitted WCS.
tap:std: 1
ivoa:ucd: pos.eq.dec
votable:utype: Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1
ivoa:unit: deg
- name: astrom_offset_mean
"@id": "#exposure_quicklook.astrom_offset_mean"
datatype: float
Expand Down

0 comments on commit 4e34aeb

Please sign in to comment.