Numeric value of named constant
N = getConstantValue(name)
N = getConstantValue(name)
returns the numeric value corresponding to the
named CFITSIO constant specified as a character vector or string scalar.
import matlab.io.* n = fits.getConstantValue('BYTE_IMG');