Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-41219: Fix errors in dp02 and dp02 schemas #145

Merged
merged 3 commits into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 14 additions & 14 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6985,7 +6985,7 @@
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 @@
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 @@
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 @@
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 @@ -8092,37 +8092,37 @@
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: asec^2
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: asec^2
fits:tunit: arcsec**2
- name: ixy
"@id": "#DiaSource.ixy"
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: asec^2
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: asec^2
fits:tunit: arcsec**2
- name: iyy
"@id": "#DiaSource.iyy"
datatype: double
mysql:datatype: DOUBLE
description: Elliptical Gaussian adaptive moments
fits:tunit: asec^2
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: asec^2
fits:tunit: arcsec**2
- name: midPointTai
"@id": "#DiaSource.midPointTai"
datatype: double
Expand Down Expand Up @@ -8412,7 +8412,7 @@
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 @@
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 @@
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 @@
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 @@ -9031,7 +9031,7 @@
description: Match information for TruthSummary objects.
tap:table_index: 11
columns:
# Index refers to the the position in a per-tract parquet file, and has no use in SQL.

Check warning on line 9034 in yml/dp02_dc2.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

9034:1 [comments-indentation] comment not indented like content
# - name: index
# '@id': '#MatchesTruth.index'
# datatype: long
Expand All @@ -9042,7 +9042,7 @@
datatype: boolean
mysql:datatype: BOOLEAN
description: True for sources that were selected for matching
# match_row refers to the the position in a per-tract Object parquet file.

Check warning on line 9045 in yml/dp02_dc2.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

9045:1 [comments-indentation] comment not indented like content
# - name: match_row
# '@id': '#MatchesTruth.match_row'
# datatype: long
Expand Down