forked from mfouesneau/ezmist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmist.json
48 lines (48 loc) · 1.44 KB
/
mist.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
41
42
43
44
45
46
47
48
{
"version": [1.0],
"url": "http://waps.cfa.harvard.edu/MIST/interp_isos.html",
"request_url": "http://waps.cfa.harvard.edu/MIST/iso_form.php",
"download_url": "http://waps.cfa.harvard.edu/MIST/",
"query_options": ["version", "age_scale", "age_value", "age_range_low",
"age_range_high", "age_range_delta", "age_list", "age_type",
"FeH_value", "output_option", "theory_output", "output", "Av_value"],
"age_scale": ["linear", "log10"],
"age_type": ["single", "range", "list", "standard"],
"age_value": "1.0",
"age_range_low": 5,
"age_range_high": 10.3,
"age_range_delta": 0.1,
"age_list": "",
"FeH_value": 0,
"output_option": ["theory", "photometry"],
"theory_output": ["basic", "full"],
"output": [
["UBVRIJHKsKp", "UBVRI + 2MASS JHKs + Kepler"],
["WashDDOuvby", "Washington + Strömgren + DDO51"],
["HST_WFC3", "HST WFC3/UVIS+IR"],
["HST_ACS_HR", "HST ACS/HRC"],
["HST_ACS_WF", "HST ACS/WFC"],
["HST_WFPC2", "HST WFPC2"],
["SDSSugriz", "SDSS"],
["CFHTugriz", "CFHT/MegaCam"],
["DECam", "DECam"],
["PanSTARRS", "PanSTARRS"],
["SkyMapper", "SkyMapper"],
["SPITZER", "Spitzer IRAC "],
["WISE", "WISE"],
["Swift", "Swift"],
["GALEX", "GALEX"],
["UKIDSS", "UKIDSS"]
],
"Av_value": 0,
"defaults": {
"version": 1.0,
"age_scale": "log10",
"age_type": "standard",
"output_option": "theory",
"theory_output": "basic",
"output": "UBVRIJHKsKp",
"FeH_value": 0,
"Av_value": 0
}
}