Closed sourestdeeds closed 3 years ago
The same with HATS-60 b. As both of these have fixed w and gaussian eccentricity I'm assuming this is a priors input issue. I'm not sure on the physics here, but I'm guessing w and ecc both need to be fixed or vary, not one or the other?
Traceback (most recent call last):
File "/data/anaconda3/lib/python3.7/site-packages/firefly-0.7.9-py3.7.egg/firefly/auto_retrieval.py", line 375, in firefly
binned_color=binned_color,
File "/data/anaconda3/lib/python3.7/site-packages/firefly-0.7.9-py3.7.egg/firefly/_utils.py", line 424, in _retrieval
binned_color=binned_color,
File "/data/anaconda3/lib/python3.7/site-packages/transitfit/_pipeline.py", line 330, in run_retrieval
walks, slices)
File "/data/anaconda3/lib/python3.7/site-packages/transitfit/retriever.py", line 589, in run_retrieval
plot_folder, marker_color, line_color, max_parameters, overlap, bound, walks, slices, print_progress)
File "/data/anaconda3/lib/python3.7/site-packages/transitfit/retriever.py", line 420, in _run_folded_retrieval
print_progress=print_progress)
File "/data/anaconda3/lib/python3.7/site-packages/transitfit/retriever.py", line 345, in _run_batched_retrieval
dlogz, bound, plot_folder, walks, slices, print_progress)
File "/data/anaconda3/lib/python3.7/site-packages/transitfit/retriever.py", line 208, in _run_dynesty
print_progress=print_progress)
File "/data/anaconda3/lib/python3.7/site-packages/dynesty/dynesty.py", line 523, in NestedSampler
live_points[1][i]))
ValueError: The log-likelihood (nan) of live point 0 located at u=[0.4215001 0.53368608 0.48690309 0.13712363 0.88628777 0.13391538
0.57118715 0.63662522 0.78290812 0.27298726 0.52304579 0.51161499
0.04587589 0.81050014 0.3868567 0.32176076 0.65468109 0.30810274
0.88649533 0.36272118 0.1563729 0.64205369 0.77058521] v=[ 3.56075848e+00 2.45801572e+06 6.93177381e+00 8.53366716e+01
3.06270406e-01 7.52124939e-02 5.71187148e-01 6.36625222e-01
5.65816246e+00 -4.54025477e+00 4.60915878e-01 2.32299739e-01
-9.08248227e+00 6.21000281e+00 -2.26286598e+00 -3.56478481e+00
3.09362182e+00 -3.83794527e+00 2.85643484e-04 2.82682791e-04
2.81257106e-04 2.83882904e-04 2.84222871e-04] is invalid.
Priors generated from the NASA Archive for HATS-60 b (TIC 145750719).
+-------------+----------------+----------------+---------------------+----------+
| Parameter | Distribution | Input A | Input B | Filter |
|-------------+----------------+----------------+---------------------+----------|
| P | gaussian | 3.56083 | 0.0003560829 | |
| t0 | gaussian | 2.45802e+06 | 0.007 | |
| a | gaussian | 0.04708 | 0.0004708 | |
| inc | gaussian | 86.28 | 0.8628 | |
| w | fixed | 90 | | |
| ecc | gaussian | 0.191 | 0.0955 | |
| rp | uniform | 0.0730389 | 0.08926980377556851 | 0 |
| t14 | | 231.552 | | |
| host_T | | 5688 | 113.76 | |
| host_z | | 0.335 | 0.028 | |
| host_r | | 1.46 | 0.073 | |
| host_logg | | 4.15 | 0.083 | |
+-------------+----------------+----------------+---------------------+----------+
Searching MAST for HATS-60 b (TIC 145750719).
Query from MAST returned 1 data products for HATS-60 b (TIC 145750719).
+-------------------------------------------------+-----------+-----------+--------+-----------+
| Product | TIC ID | Cadence | HLSP | Mission |
|-------------------------------------------------+-----------+-----------+--------+-----------|
| tess2020238165205-s0029-0000000145750719-0193-s | 145750719 | 120 | SPOC | TESS |
+-------------------------------------------------+-----------+-----------+--------+-----------+
Tested with fixing both w and ecc yet the same error.
Priors generated from the NASA Archive for HATS-60 b (TIC 145750719).
+-------------+----------------+----------------+---------------------+----------+
| Parameter | Distribution | Input A | Input B | Filter |
|-------------+----------------+----------------+---------------------+----------|
| P | gaussian | 3.56083 | 0.0003560829 | |
| t0 | gaussian | 2.45802e+06 | 0.007 | |
| a | gaussian | 0.04708 | 0.0004708 | |
| inc | gaussian | 86.28 | 0.8628 | |
| w | fixed | 90 | | |
| ecc | fixed | 0 | | |
| rp | uniform | 0.0730389 | 0.08926980377556851 | 0 |
| t14 | | 231.552 | | |
| host_T | | 5688 | 113.76 | |
| host_z | | 0.335 | 0.028 | |
| host_r | | 1.46 | 0.073 | |
| host_logg | | 4.15 | 0.083 | |
+-------------+----------------+----------------+---------------------+----------+
Searching MAST for HATS-60 b (TIC 145750719).
Query from MAST returned 1 data products for HATS-60 b (TIC 145750719).
+-------------------------------------------------+-----------+-----------+--------+-----------+
| Product | TIC ID | Cadence | HLSP | Mission |
|-------------------------------------------------+-----------+-----------+--------+-----------|
| tess2020238165205-s0029-0000000145750719-0193-s | 145750719 | 120 | SPOC | TESS |
+-------------------------------------------------+-----------+-----------+--------+-----------+
I'm not totally sure if this is a TransitFit
or dynesty
issue, but you should be fitting either both ecc
and w
or neither.