forked from LSSTDESC/gcr-catalogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_dc2_source_meta.yaml
31 lines (31 loc) · 2.27 KB
/
_dc2_source_meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ra: ['Right Ascension', 'degree', true, true]
dec: ['Declination', 'degree', true, true]
ra_err: ['Error value for Right Ascension', 'degree', true, true]
dec_err: ['Error value for Declination', 'degree', true, true]
x: ['2D centroid location (x coordinate)', 'pixels', false, true]
y: ['2D centroid location (y coordinate)', 'pixels', false, true]
xErr: ['Error value for x', 'pixels', false, true]
yErr: ['Error value for y', 'pixels', false, true]
xy_flag: ['Flag for issues with `x` and `y`.', 'none', false , true]
psFlux: ['Point source model flux.', 'nmgy', false, true]
psFluxErr: ['Error value for `psFlux`.', 'nmgy', false, true]
psFlux_flag: ['Flag for issues with `psFlux`.', 'none', false, true]
Ixx: ['Adaptive second moment of the source intensity.', 'asec2', false, true]
Iyy: ['Adaptive second moment of the source intensity.', 'asec2', false, true]
Ixy: ['Adaptive second moment of the source intensity.', 'asec2', false, true]
IxxPSF: ['Adaptive second moment of the PSF.', 'asec2', false, true]
IyyPSF: ['Adaptive second moment of the PSF.', 'asec2', false, true]
IxyPSF: ['Adaptive second moment of the PSF.', 'asec2', false, true]
I_flag: ['Flag for issues with `Ixx` `Ixx` and `Ixx.`', 'asec2', false, true]
psf_fwhm_: ['PSF FWHM calculated from `base_SdssShape`', 'pixels', false, false]
good: ['True if the source has no flagged pixels.', 'none', false, false]
clean: ['True if the source has no flagged pixels and is not deblended (`good && deblend_skipped`).', 'none', false, false]
Ixx: ['Adaptive second moment of the source intensity.', 'asec2', false, true]
Iyy: ['Adaptive second moment of the source intensity.', 'asec2', false, true]
Ixy: ['Adaptive second moment of the source intensity.', 'asec2', false, true]
IxxPSF: ['Adaptive second moment of the PSF.', 'asec2', false, true]
IyyPSF: ['Adaptive second moment of the PSF.', 'asec2', false, true]
IxyPSF: ['Adaptive second moment of the PSF.', 'asec2', false, true]
I_flag: ['Flag for issues with `Ixx`, `Iyy`, and `Ixy`.', 'none', false, true]
blendedness: ['measure of how flux is affected by neighbors (1 - flux.child/flux.parent) (see 4.9.11 of [1705.06766](https://arxiv.org/abs/1705.06766))', 'none', false, false]
extendedness: ['0:star, 1:extended. DM Stack `base_ClassificationExtendedness_value`', 'none', false, false]