Skip to content

Commit

Permalink
Added the injected flag information in the imsim schema
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSanchez committed Jan 17, 2024
1 parent beb0e17 commit af8bd27
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8054,6 +8054,7 @@ tables:
description: ID of visit, the identifier for an observation within a sequence of observations.
mysql:datatype: BIGINT
fits:tunit:

- name: ForcedSource
"@id": "#ForcedSource"
description: The forced source table contains forced-photometry source
Expand Down Expand Up @@ -8303,6 +8304,7 @@ tables:
mysql:datatype: DOUBLE
description: Flux derived from linear least-squares fit of psf model forced on the calexp
fits:tunit: nJy

- name: DiaObject
"@id": "#DiaObject"
description: this is diaObjectTable_tract in the butler repo
Expand Down Expand Up @@ -8997,6 +8999,7 @@ tables:
datatype: double
mysql:datatype: DOUBLE
description: Standard deviation of the PSF flux forced photometered at the diaSource position on the calibrated image

- name: DiaSource
"@id": "#DiaSource"
description: this is diaSourceTable_tract in the butler repo
Expand Down Expand Up @@ -9313,6 +9316,30 @@ tables:
mysql:datatype: BOOLEAN
description: Streak in the Source center.
fits:tunit:
- name: pixelFlags_injected
"@id": "#DiaSource.pixelFlags_injected"
datatype: boolean
mysql:datatype: BOOLEAN
description: Injection in the Source footprint.
fits:tunit:
- name: pixelFlags_injectedCenter
"@id": "#DiaSource.pixelFlags_injectedCenter"
datatype: boolean
mysql:datatype: BOOLEAN
description: Injection in the Source center.
fits:tunit:
- name: pixelFlags_injected
"@id": "#DiaSource.pixelFlags_injected_template"
datatype: boolean
mysql:datatype: BOOLEAN
description: Template injection in the Source footprint.
fits:tunit:
- name: pixelFlags_injected_templateCenter
"@id": "#DiaSource.pixelFlags_injectedCenter"
datatype: boolean
mysql:datatype: BOOLEAN
description: Template injection in the Source center.
fits:tunit:
- name: psfFlux
"@id": "#DiaSource.psfFlux"
datatype: double
Expand Down

0 comments on commit af8bd27

Please sign in to comment.