decompress_image_data_section#

astropy.io.fits.hdu.compressed._tiled_compression.decompress_image_data_section(compressed_data, compression_type, compressed_header, bintable, first_tile_index, last_tile_index)[源代码]#

将数据解压缩到 CompImageHDU

参数:
compressed_dataFITS_recFITS_rec

压缩后的数据

compression_type : strPython :字符串

压缩算法

compressed_headerHeader标题

压缩二进制表的头

bintableBinTableHDUBinTable硬盘

二进制表HDU,用于访问原始堆数据

first_tile_index : iterablePython:可迭代

要沿每个维度解压缩的第一个切片的索引

last_tile_index : iterablePython:可迭代

沿每个维度解压的最后一个切片的索引

返回:
datanumpy.ndarraynumpy.ndarray

解压缩的数据数组。