forked from lsst-uk/obs_vista
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForcedSource.yaml
92 lines (92 loc) · 2.61 KB
/
ForcedSource.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
funcs:
forcedSourceId:
functor: Column
args: id
dataset: calexp
parentObjectId:
functor: Column
args: parent
dataset: calexp
coord_ra:
# reference position required by database. Not in DPDD
functor: CoordColumn
dataset: calexp
args: coord_ra
coord_dec:
# reference position required by database. Not in DPDD
functor: CoordColumn
dataset: calexp
args: coord_dec
ccdVisitId:
functor: Column
dataset: calexp
args: ccdVisitId
band:
functor: Column
dataset: calexp
args: band
psfFlux:
functor: LocalNanojansky
dataset: calexp
args:
- base_PsfFlux_instFlux
- base_PsfFlux_instFluxErr
- base_LocalPhotoCalib
- base_LocalPhotoCalibErr
psfFluxErr:
functor: LocalNanojanskyErr
dataset: calexp
args:
- base_PsfFlux_instFlux
- base_PsfFlux_instFluxErr
- base_LocalPhotoCalib
- base_LocalPhotoCalibErr
psfFlux_flag:
functor: Column
dataset: calexp
args: base_PsfFlux_flag
psfDiffFlux:
functor: LocalNanojansky
dataset: diff
args:
- base_PsfFlux_instFlux
- base_PsfFlux_instFluxErr
- base_LocalPhotoCalib
- base_LocalPhotoCalibErr
psfDiffFluxErr:
functor: LocalNanojanskyErr
dataset: diff
args:
- base_PsfFlux_instFlux
- base_PsfFlux_instFluxErr
- base_LocalPhotoCalib
- base_LocalPhotoCalibErr
psfDiffFlux_flag:
functor: Column
dataset: diff
args: base_PsfFlux_flag
# PixelFlags exist in forced_src and forced_diff dataset, but they're all False
calexpFlags:
- base_LocalPhotoCalib
- base_LocalPhotoCalib_flag
- base_LocalPhotoCalibErr
- base_LocalWcs_flag
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_2
- base_LocalBackground_instFlux
- base_LocalBackground_instFluxErr
- base_PixelFlags_flag_edge
- base_PixelFlags_flag_interpolated
- base_PixelFlags_flag_saturated
- base_PixelFlags_flag_cr
- base_PixelFlags_flag_bad
- base_PixelFlags_flag_suspect
- base_PixelFlags_flag_interpolatedCenter
- base_PixelFlags_flag_saturatedCenter
- base_PixelFlags_flag_crCenter
- base_PixelFlags_flag_suspectCenter
flag_rename_rules:
- ['base_PixelFlags_flag', 'pixelFlags']
- ['base_Local', 'local']