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
Fips should open compressed files such as .fits.gz, .fits.zip, etc.
Qt has very limited support of uncompression that is used for its internal media data:
Note: If you want to use this function to uncompress external data that was compressed using zlib, you first need to prepend a four byte header to the byte array containing the data. The header must contain the expected length (in bytes) of the uncompressed data, expressed as an unsigned, big-endian, 32-bit integer. https://doc.qt.io/qt-5/qbytearray.html#qUncompress
Fips should open compressed files such as
.fits.gz
,.fits.zip
, etc.Qt has very limited support of uncompression that is used for its internal media data:
The text was updated successfully, but these errors were encountered: