You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a FITS-IDI file. According to the file standard (see §3.1), the first HDU block must be a "random-groups FITS data set that contains no data." However, this is not an HDU type supported by FITSIO.jl.
When loading the example file from the registered FITS conventions page, FITSIO.jl reads the first block in as an Image HDU. Attempting to read the data leads to an error (CFITSIO has encountered an error. Error code 320: illegal number of dimensions).
If I attempt to save a file, I cannot get NAXIS to set to zero, and if I try to set GCOUNT or PCOUNT values in a FITSHeader object, they seem to disappear upon file write.
I am trying to write a FITS-IDI file. According to the file standard (see §3.1), the first HDU block must be a "random-groups FITS data set that contains no data." However, this is not an HDU type supported by FITSIO.jl.
When loading the example file from the registered FITS conventions page, FITSIO.jl reads the first block in as an Image HDU. Attempting to read the data leads to an error (CFITSIO has encountered an error. Error code 320: illegal number of dimensions).
If I attempt to save a file, I cannot get
NAXIS
to set to zero, and if I try to setGCOUNT
orPCOUNT
values in aFITSHeader
object, they seem to disappear upon file write.Related: #111
The text was updated successfully, but these errors were encountered: