-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
40 lines (40 loc) · 1.02 KB
/
config.json
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
{
"marcs": {
"data_dir": "/DATA/MARCS"
},
"claret2000": {
"file": "claret2000.fits",
"star_intensities": "geom"
},
"synthetic": {
"snr": 2000,
"fwhm": 0.5,
"n_exposures": 1000,
"wavelength_minimum": 5000,
"wavelength_maximum": 30000,
"resolution": 500
},
"telluricmodel": {
"source": "Evangelos/CRIRES+ wiki",
"data_directory": "{fileDir}/../../data",
"data_files": [
{
"airmass": 1,
"filename": "stdAtmos_crires_airmass1.fits"
},
{
"airmass": 2,
"filename": "stdAtmos_crires_airmass2.fits"
}
]
},
"psg": {
"dir": "~/documents/vscode/CATS/data/{star}{planet}/input",
"file_obs": "radiance_*.csv",
"file_phase": "phases.txt",
"file_star": "flux.csv",
"file_atm": "planet.csv",
"file_tell": "tell.csv",
"file_config": "psg_config.txt"
}
}