-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample_phot_config.yaml
More file actions
25 lines (21 loc) · 937 Bytes
/
example_phot_config.yaml
File metadata and controls
25 lines (21 loc) · 937 Bytes
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
# odi-tools configuration file
basic:
object: GCPair-F1 # the name of your object
filters: [odi_g, odi_r] # correct filter strings required
instrument: podi # podi | 5odi | mosaic; script will verify using image header info
processing: # optional steps performed in odi_process.py
remove_tpv: yes
trim_image: yes
wcs_correction: yes
trim_section: [2936, 14936, 2787, 14787]
airmasses: [1.150461833,1.079062424] #same order as filters
new_extension: .trim-nopv.fits
# 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: GCPair-F1_odi_g.fits
odi_r:
1: GCPair-F1_odi_r.fits