-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_settings.yaml
More file actions
40 lines (38 loc) · 1.12 KB
/
sample_settings.yaml
File metadata and controls
40 lines (38 loc) · 1.12 KB
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
inputs:
# string: path to data
datadir:
# string: path to output directory
outdir:
# string: path to target list. use an empty string for X1DSUM filetype
targets:
parameters:
# string: ion
ion:
# string: instrument
instrument:
# string: filetype
filetype:
# int: minimum number for velocity window in km/s
vel_min:
# int: maximum number for velocity window in km/s
vel_max:
# string: grating
grating:
# will need to deal with situations where there are no gratings in the future
# float: redshift in z. use 0.0 for MW
redshift:
defaults:
# string: path to your batch table
batch_table: ""
# string: target name. only required for ASCII filetypes
target: ""
# list[int, int]: specify continuum windows to measure from, velocity (km/s)
continuum_left: [-450, -300]
continuum_right: [300, 450]
# bool: show_plot=True displays visualization before being saved
show_plot: False
# bool: galactic=True assumes target list coordinates are galactic instead
# of equatorial (default)
galactic: False
# string: path to ions file if not using default ions list
all_ions: "mini_ions.csv"