{ } Raw JSON

bundles / astropy latest / astropy / io / fits / hdu / compressed / section / CompImageSection

class

astropy.io.fits.hdu.compressed.section:CompImageSection

source: /astropy/io/fits/hdu/compressed/section.py :15

Signature

class   CompImageSection ( hdu )

Members

Summary

Class enabling subsets of CompImageHDU data to be loaded lazily via slicing.

Extended Summary

Slices of this object load the corresponding section of an image array from the underlying FITS file, and applies any BSCALE/BZERO factors.

Section slices cannot be assigned to, and modifications to a section are not saved back to the underlying file.

See the astropy:data-sections section of the Astropy documentation for more details.

Aliases

  • astropy.io.fits.CompImageSection