bundles / astropy 7.0.1 / astropy / io / fits / fitsrec / FITS_rec / _scale_back
function
astropy.io.fits.fitsrec:FITS_rec._scale_back
source: /astropy/io/fits/fitsrec.py :1084
Signature
def _scale_back ( self , update_heap_pointers = True ) Summary
Update the parent array, using the (latest) scaled array.
Extended Summary
If update_heap_pointers is False, this will leave all the heap pointers in P/Q columns as they are verbatim--it only makes sense to do this if there is already data on the heap and it can be guaranteed that that data has not been modified, and there is not new data to add to the heap. Currently this is only used as an optimization for CompImageHDU that does its own handling of the heap.
Aliases
-
astropy.io.fits.FITS_rec._scale_back