Stephen Bailey

Results 5 issues of Stephen Bailey

Does fitsio support the ability to read from memory instead of disk? This question is the inverse of #270, which documents how to *write* to memory instead of disk. e.g....

feature request

When the fill_value of a masked Table Column is equal to an unmasked value, the round-trip to a FITS format file is broken [EDIT taldcroft example changed]. Note that #7481...

table
io.fits
Bug
io.registry
Package-intermediate
Effort-medium

As reported by Lingfeng Cheng at Cornell, input data cannot have NaN values even if the corresponding values are masked with weights=0. Normally masked data (weights=0) are effectively ignored via...

We were recently studying slow import times in DESI code (desihub/desispec#2379) which was partially traced to specutils, which has a chain of imports that include things like dask and matplotlib....

performance

I'm trying to filter on a bitmask while reading a binary table, e.g. following https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/c_user/node102.html . It appears that (c)fitsio is treating my integer mask as a float, requiring it...