Cfitsio Toolkit - matlab.io.fits.setBscale
- : setBscale(file,
bscale, bzero)
Reset bscale and bzero to be used with reading and writing Images.
This is the equivalent of the cfitsio fits_set_bscale function.
Inputs
file - opened fits file.
bscale - bscale value
bzero - bzero value
Outputs
None