-
Notifications
You must be signed in to change notification settings - Fork 2
/
wl_options.dat
22 lines (22 loc) · 909 Bytes
/
wl_options.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Folder and file where pickle file is (folder/file.pkl); both
# names are important (folder saves the target name; HAS TO BE THE SAME AS THE
# TARGET NAME IN THE PICKLE FILE and file the filename):
datafile: WASP19/w19_140322.pkl
# Limb-darkening law to use:
ld_law: squareroot
# Time indexes you want for the fit in pythonic-language. If times are in a variable t
# the times to be fitted will be t[idx_time]
idx_time: [:]
# Which comparison stars to use. Same ordering as in pickle file:
comps: 0,1,2,3,4,6
# Priors (assumed gaussian):
Pmean,Psd: 0.788839316,0.000000017
amean,asd: 3.50,0.1
pmean,psd: 0.14,0.01
bmean,bsd: 0.6,0.1
t0mean,t0sd: 2456739.547178,0.1
# Fix the eccentricity? If True, pass only eccmean and omegamean.
# Those will be fixed in the fit.
fixed_eccentricity: True
eccmean: 0.0046
omegamean: 3.0