Stephen Bailey
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....
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...
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....
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...