Geert Barentsen

Results 37 issues of Geert Barentsen

## Summary Using `asdf` v2.12.0, it does not appear possible for `asdf` to work with file handles which have been opened using `fsspec`. (See reproducible example and traceback appended below.)...

feature request

## Summary This PR would enable users to seamlessly extract data from FITS files stored on a web server or in the cloud without downloading the entire file to local...

Upstream Fix Required
Docs
io.fits
nddata
utils
installation
whatsnew-needed
Extra CI

## Summary When opening the WCS of a JWST/NIRCam image, I encountering two `FITSFixedWarning` warnings (see full example further below): ```python WARNING: FITSFixedWarning: 'datfix' made the change 'Set DATE-BEG to...

wcs
Bug
Downstream Fix Required

When using `astroquery.mast`, it is currently very slow to download multiple data products in cloud-enabled mode. The main reason for the poor performance is that the `Observations.get_cloud_uris()` helper method is...

mast

This PR attempts to address #967 by ensuring KEPSEISMIC data products show up in `search_lightcurve`.

I find that TESS Sector 6 data of TIC 123835353 near BTJD=1477.015 contains all-zero flux in TESSCut data, even though the Target Pixel File appears fine. **Target Pixel File flux...

:closed_book: closeme?

It looks like AstroPy v4.3 is adding support for masking `Quantity` objects (and other ndarray subclasses) via work performed in https://github.com/astropy/astropy/pull/11127. This may open the door to allow `LightCurve` objects...

:diving_mask: masked array problems

Lightkurve v2 added support for Kepler and TESS times (i.e. BTJD and BKJD) by registering "btjd" and "bkjd" as AstroPy time formats in `src/lightkurve/time.py`. This allows for the following convenient...

:flying_disc: discussion
:closed_book: closeme?

I temporarily skipped the tests `test_bin` and `test_bin_quality` over in `test_lightcurve.py`. These tests pass fine (locally) using SciPy v1.3.x and earlier, but the newly-released SciPy v1.4.0 has a change which...

We could look into using the `diskcache` package to cache MAST search operations: https://pypi.org/project/diskcache/ The package is a disk-based key-value store which makes it easy to specify an expiration time...

help wanted
good first issue