martindevora
martindevora
Hello, Just a newcomer to the ML world and have been trying some simple algorithms. I wanted to step further and reached your great examples under the `deep_learning` section. After...
Hi, I'd like to know whether it would be feasible to let Eleanor customize the `eleanorpath` variable which is used in several places of the project (for instance, in the...
star.ini content: ``` Teff = 3446.0, 344.6 logg = 4.897069999999999, 0.00280431 [first] J = 11.47, 0.018000000000000002 H = 10.89, 0.015 K = 10.673, 0.016 ``` isochrones version: **2.1** Fit mode:...
Hi, I'm having trouble when using TRICERATOPS for a TESS target conaining one or more of the sectors data with 200s cadence. This is consistently happening for several targets under...
in watson call: ``` metrics_df = metrics_df.append({'metric': 'snr_p2_score', 'score': np.abs(snr_p2_t0 - snr_p2_t02) / snr_p_t0, 'passed': snr_p2_t0 < 3 and snr_p2_t02 < 3}, ignore_index=True) /home/mdevora/anaconda3/envs/sherlockenv/lib/python3.10/site-packages/watson/watson.py:280: FutureWarning: In a future version, object-dtype...
Long cadence curves can't be obtained by cadence. Eleanor doesn't support retrieving by cadence and we might need to find some way to do it.
Right now auto-detrend only works for one period. It would be a great addition to do a detrend or subtraction of pulsations from pulsating stars. For this we can follow...
It is only logged in standard output.
We could have a long-living script able to work as a service: Every minute it could poll the given user defined YAML or CSV files and keep a copy of...
That way we can change the aperture instead of generating outside from sherlock a csv and then manipulating it.