Geert Barentsen
Geert Barentsen
> Why is this an error? I suppose it ought to be a warning. It looks like the FITS standard *strongly recommends* a CHECKSUM in every extension, but does not...
> But still, you should grab GWCS instead if it is JWST data. Should we introduce a warning when users attempt to use the traditional `WCS` class with JWST data?
Thanks for the suggestion and example @AllenDowney!! :+1: I wish there was a mechanism to embed a `requirements.txt` file of some sort in the metadata of a Jupyter notebook, or...
Those are excellent questions we need to investigate! I haven't had the time to verify this yet.
Oops, you're right, this shouldn't have been a surprise! In Lightkurve v1, every LightCurve object had a pre-defined set of columns. In Lightkurve v2, we should bring this function in...
I'm in favor of keeping the column names lower case because it benefits backward compatibility with Lightkurve v1 (where all column i.e. array names were lowercase) and the conversion to...
This is a legit bug that we should fix! Just for completeness, anyone who encounters this bug can work around it by explicitly opening it using the right class, i.e....
Thank you for reporting this behavior @MichalZG! Investigate we shall.
@texadactyl Many thanks for trying to see if `del frame` etc would provide an easy fix!! I'm sorry to hear it didn't. I worry this relates directly to the internals...
This should now have been fixed by #829, thanks to @dhomeier! (PS: @dhomeier Can you give me a pointer to how you plotted memory use vs time? I love the...