Warrick Ball

Results 132 comments of Warrick Ball

I thought I'd emerge from the shadows to voice my support for this proposal. Our specific use case is running the same code on _different_ architectures with _different_ compilers and...

I might be able to give this a try myself, mostly by mimicking the other readers in the `io` module.

@barentsen This isn't my core science but I don't see any reason not to return all three versions. I'd personally be satisfied if Lightkurve returned table entries with an author...

It seems the generic reader already knows about as much as I do. e.g. this works: ```python import lightkurve as lk lc = lk.io.generic.read_generic_lightcurve('https://archive.stsci.edu/hlsps/kepseismic/001200000/92147/55d-filter/hlsp_kepseismic_kepler_phot_kplr001292147-55d_kepler_v1_cor-filt-inp.fits', time_format='bkjd') lc.to_periodogram().smooth(filter_width=0.0013704).plot() ``` So the main...

Thanks for the pointers. I'd only done item one (i.e. a reader in `kepseismic.py`) but will work on the others and open a PR.

I just ran into this myself. I was poking around in the hope of possibly open a PR but I realised that I don't understand the autocorrelation well enough to...

> Only raising this as an issue to see if is possible to improve the clarity of the error message. Possible? Probably. Worth the effort? I don't think so. With...

I agree this should be an option but I doubt I'll have time to work on it for a week or so. As it is, ADIPLS doesn't appear to inherit...

> I agree that this appears to be triggered during the relaxation phase, which should be equivalent to phase_of_evolution = 1 (not 2). https://github.com/MESAHub/mesa/blob/680a2b9ef169732c05f9211ce9a761396171212e/star/private/star_utils.f90#L2794-L2800 I don't think that's what the...

Does this work if deuterium isn't in the net?