-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample_config.yaml
58 lines (52 loc) · 2.27 KB
/
example_config.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
# odi-tools configuration file
basic:
object: M53 # the name of your object
filters: [odi_g, odi_r, odi_i] # correct filter strings required
instrument: podi # podi | 5odi | mosaic; script will verify using image header info
processing: # optional steps performed in odi_process.py
illumination_correction: yes # if yes, set dark sky flat source below
dark_sky_flat_source: object # object | master
wcs_correction: no
reproject: yes
scale_images: yes
stack_images: yes
align_images: yes
get_gaia: yes
cluster_field: no #if yes, provide cluster ra and dec
ra_center: '198.230033' #cluster center ra deg
dec_center: '18.168394' #cluster center dec deg
min_radius: '1.5' #min radius (") away from cluster center
# list the images you want to process
# be sure to associate the filename with the correct dither pointing!
# OBSID and image header are NOT always an accurate reflection of the absolute dither position
# so you must use your notes / observing log to define them here
# sections must be named according to the filter names
odi_g:
1: 20130510T002928.1_m13-9_odi_g.5869.fits
3: 20130510T002928.3_m13-9_odi_g.5869.fits
4: 20130510T002928.4_m13-9_odi_g.5869.fits
5: 20130510T002928.5_m13-9_odi_g.5869.fits
6: 20130510T002928.6_m13-9_odi_g.5869.fits
7: 20130510T002928.7_m13-9_odi_g.5869.fits
8: 20130510T002928.8_m13-9_odi_g.5869.fits
9: 20130510T002928.9_m13-9_odi_g.5869.fits
ref: 4
odi_r:
1: 20130510T002928.1_m13-9_odi_r.5869.fits
2: 20130510T002928.2_m13-9_odi_r.5869.fits
3: 20130510T002928.3_m13-9_odi_r.5869.fits
4: 20130510T002922.1_m13-9_odi_r.5869.fits
6: 20130510T002922.3_m13-9_odi_r.5869.fits
7: 20130510T002921.1_m13-9_odi_r.5869.fits
8: 20130510T002921.2_m13-9_odi_r.5869.fits
9: 20130510T002921.3_m13-9_odi_r.5869.fits
ref: 9
odi_i:
1: 20130510T002924.1_m13-9_odi_i.5869.fits
2: 20130510T002928.1_m13-9_odi_i.5869.fits
3: 20130510T002928.2_m13-9_odi_i.5869.fits
4: 20130510T002928.3_m13-9_odi_i.5869.fits
5: 20130510T002928.4_m13-9_odi_i.5869.fits
6: 20130510T002928.5_m13-9_odi_i.5869.fits
7: 20130510T002926.1_m13-9_odi_i.5869.fits
10: 20130510T002927.1_m13-9_odi_i.5869.fits