Cfitsio Toolkit - matlab.io.fits.setTscale


: setTscale(file, col, scale, zero)

Reset scale and zero to be used with reading and writing table data.

This is the equivalent of the cfitsio fits_set_tscale function.

Inputs

file - opened fits file.

col - column number

scale - scale value

zero - zero value

Outputs

None