From 0b57e274e0ecdda45c46c55c31854c7461c7f23f Mon Sep 17 00:00:00 2001 From: Jeremy McCormick Date: Thu, 19 Oct 2023 12:27:43 -0500 Subject: [PATCH] Fix invalid fits:tunit values by changing asec^2 to arcsec2 This conforms to the astropy v5.3.3 syntax for unit specification. --- yml/dp02_dc2.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yml/dp02_dc2.yaml b/yml/dp02_dc2.yaml index 22b6a532..bb974fdb 100644 --- a/yml/dp02_dc2.yaml +++ b/yml/dp02_dc2.yaml @@ -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