Skip to content

Commit

Permalink
Fix invalid fits:tunit values by changing asec^2 to arcsec2
Browse files Browse the repository at this point in the history
This conforms to the astropy v5.3.3 syntax for unit specification.
  • Loading branch information
JeremyMcCormick committed Oct 25, 2023
1 parent 6f9ea47 commit 0b57e27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8092,37 +8092,37 @@ tables:
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: asec^2
fits:tunit: arcsec2
- name: ixxPSF
"@id": "#DiaSource.ixxPSF"
datatype: double
mysql:datatype: DOUBLE
description: Adaptive moments of the PSF model at the object position
fits:tunit: asec^2
fits:tunit: arcsec2
- name: ixy
"@id": "#DiaSource.ixy"
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: asec^2
fits:tunit: arcsec2
- name: ixyPSF
"@id": "#DiaSource.ixyPSF"
datatype: double
mysql:datatype: DOUBLE
description: Adaptive moments of the PSF model at the object position
fits:tunit: asec^2
fits:tunit: arcsec2
- name: iyy
"@id": "#DiaSource.iyy"
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: asec^2
fits:tunit: arcsec2
- name: iyyPSF
"@id": "#DiaSource.iyyPSF"
datatype: double
mysql:datatype: DOUBLE
description: Adaptive moments of the PSF model at the object position
fits:tunit: asec^2
fits:tunit: arcsec2
- name: midPointTai
"@id": "#DiaSource.midPointTai"
datatype: double
Expand Down

0 comments on commit 0b57e27

Please sign in to comment.