-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml~
58 lines (50 loc) · 1.46 KB
/
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
58
# YAML configuration script for Eniric
# Paths to locations used by eniric
paths:
phoenix_raw: ["data", "test_data", "phoenix-raw"]
btsettl_raw: ["data", "test_data", "btsettl-raw"]
test_data: ["data","test_data"]
atmmodel: ["data", "atmmodel"]
precision: ["precision"]
# Obsolete paths for testing only
phoenix_dat: ["data", "test_data","obsolete","PHOENIX-ACES_spectra"]
results: ["data","test_data","obsolete","results"]
resampled: ["data","test_data","obsolete", "resampled"]
cache:
# location: None # Disables cache
location: [".joblib"]
atmmodel:
# Base name of telluric model
base: "Average_TAPAS_2014"
# Wavelength bands.
bands:
all: ["K", "H", "J", "Y", "Z", "TEST"]
# Add your custom band limits here
custom_bands:
TEST: [2.1,2.2]
## Starfish Keywords
# These keywords are necessary to exist in the config.yaml (to enable Starfish to run)
# but are not used by and have no affect on Eniric and the loading of the phoenix spectral libraries.
# As such they are all set to nothing.
#
# To configure the path to the phoenix libraries use
# paths:
# phoenix_raw:
# btsettl_raw:
# above.
# If you are wanting to use "Eniric" with the other features "Starfish" good luck!
# (or open an issue github issue).
name: ""
outdir: ""
plotdir: ""
grid:
raw_path: ""
hdf5_path: ""
key_name: ""
parname: []
parrange: []
wl_range: []
buffer: 0
data:
grid_name: ""
instruments: []