Skip to content

Commit

Permalink
Use arcsec**2 instead of arcsec2 in unit definition
Browse files Browse the repository at this point in the history
This follows the standard in the VOAUnits recommendation.
  • Loading branch information
JeremyMcCormick committed Oct 25, 2023
1 parent 6a24072 commit 3431dee
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: arcsec2
fits:tunit: arcsec**2
- name: ixxPSF
"@id": "#DiaSource.ixxPSF"
datatype: double
mysql:datatype: DOUBLE
description: Adaptive moments of the PSF model at the object position
fits:tunit: arcsec2
fits:tunit: arcsec**2
- name: ixy
"@id": "#DiaSource.ixy"
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: arcsec2
fits:tunit: arcsec**2
- name: ixyPSF
"@id": "#DiaSource.ixyPSF"
datatype: double
mysql:datatype: DOUBLE
description: Adaptive moments of the PSF model at the object position
fits:tunit: arcsec2
fits:tunit: arcsec**2
- name: iyy
"@id": "#DiaSource.iyy"
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: arcsec2
fits:tunit: arcsec**2
- name: iyyPSF
"@id": "#DiaSource.iyyPSF"
datatype: double
mysql:datatype: DOUBLE
description: Adaptive moments of the PSF model at the object position
fits:tunit: arcsec2
fits:tunit: arcsec**2
- name: midPointTai
"@id": "#DiaSource.midPointTai"
datatype: double
Expand Down

0 comments on commit 3431dee

Please sign in to comment.