diff --git a/python/lsst/sdm/schemas/hsc.yaml b/python/lsst/sdm/schemas/hsc.yaml index fca1d830..6c937fd1 100644 --- a/python/lsst/sdm/schemas/hsc.yaml +++ b/python/lsst/sdm/schemas/hsc.yaml @@ -50,6 +50,10 @@ tables: datatype: int description: Number of peaks this parent footprint has (even if the deblender failed or skipped this blend) fits:tunit: + - name: deblend_depth + "@id": "#Object.deblend_depth" + datatype: int + description: Depth of a source in the hierarchy of parents where 0=top level. - name: deblend_failed "@id": "#Object.deblend_failed" datatype: boolean diff --git a/python/lsst/sdm/schemas/imsim.yaml b/python/lsst/sdm/schemas/imsim.yaml index fa76a0b4..3d881f99 100644 --- a/python/lsst/sdm/schemas/imsim.yaml +++ b/python/lsst/sdm/schemas/imsim.yaml @@ -58,6 +58,10 @@ tables: datatype: int description: Number of peaks this parent footprint has (even if the deblender failed or skipped this blend) fits:tunit: + - name: deblend_depth + "@id": "#Object.deblend_depth" + datatype: int + description: Depth of a source in the hierarchy of parents where 0=top level. - name: deblend_failed "@id": "#Object.deblend_failed" datatype: boolean