Skip to content

Commit

Permalink
Fix UCD syntax errors in dp02_dc2 schema
Browse files Browse the repository at this point in the history
The 'stat.error' word needs to be primary and not secondary according
to UCD1+ syntax.
  • Loading branch information
JeremyMcCormick committed Oct 25, 2023
1 parent 7396851 commit 6f9ea47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6985,7 +6985,7 @@ tables:
mysql:datatype: DOUBLE
description: 1-sigma uncertainty on the background in an annulus around source
fits:tunit: count
ivoa:ucd: phot.count;stat.error
ivoa:ucd: stat.error;phot.count
tap:principal: 0
tap:column_index: 410
- name: localBackground_instFlux
Expand All @@ -7003,7 +7003,7 @@ tables:
mysql:datatype: DOUBLE
description: Error on the local approximation of the PhotoCalib calibration factor at the location of the src.
fits:tunit:
ivoa:ucd: phot.calib;stat.error
ivoa:ucd: stat.error;phot.calib
tap:principal: 0
tap:column_index: 430
- name: localPhotoCalib_flag
Expand Down Expand Up @@ -7165,7 +7165,7 @@ tables:
mysql:datatype: DOUBLE
description: Uncertainty on the flux derived from linear least-squares fit of psf model forced on the image difference
fits:tunit: nJy
ivoa:ucd: phot.flux;stat.error
ivoa:ucd: stat.error;phot.flux
tap:principal: 1
tap:column_index: 70
- name: psfDiffFlux_flag
Expand All @@ -7192,7 +7192,7 @@ tables:
mysql:datatype: DOUBLE
description: Uncertainty on the flux derived from linear least-squares fit of psf model forced on the calexp
fits:tunit: nJy
ivoa:ucd: phot.flux;stat.error
ivoa:ucd: stat.error;phot.flux
tap:principal: 1
tap:column_index: 40
- name: psfFlux_flag
Expand Down Expand Up @@ -8412,7 +8412,7 @@ tables:
mysql:datatype: DOUBLE
description: 1-sigma uncertainty on the background in an annulus around source
fits:tunit: count
ivoa:ucd: phot.count;stat.error
ivoa:ucd: stat.error;phot.count
tap:principal: 0
tap:column_index: 410
- name: localPhotoCalib
Expand All @@ -8430,7 +8430,7 @@ tables:
mysql:datatype: DOUBLE
description: Error on the local approximation of the PhotoCalib calibration factor at the location of the src.
fits:tunit:
ivoa:ucd: phot.calib;stat.error
ivoa:ucd: stat.error;phot.calib
tap:principal: 0
tap:column_index: 430
- name: localPhotoCalib_flag
Expand Down Expand Up @@ -8610,7 +8610,7 @@ tables:
mysql:datatype: DOUBLE
description: Uncertainty on the flux derived from linear least-squares fit of psf model forced on the image difference
fits:tunit: nJy
ivoa:ucd: phot.flux;stat.error
ivoa:ucd: stat.error;phot.flux
tap:principal: 1
tap:column_index: 70
- name: psfDiffFlux_flag
Expand All @@ -8637,7 +8637,7 @@ tables:
mysql:datatype: DOUBLE
description: Uncertainty on the flux derived from linear least-squares fit of psf model forced on the calexp
fits:tunit: nJy
ivoa:ucd: phot.flux;stat.error
ivoa:ucd: stat.error;phot.flux
tap:principal: 1
tap:column_index: 40
- name: psfFlux_flag
Expand Down

0 comments on commit 6f9ea47

Please sign in to comment.