Main Content

matlab.io.fits.getConstantValue

名前付きの定数の数値

構文

N = getConstantValue(name)

説明

N = getConstantValue(name) は、名前付きの CFITSIO 定数に相当する数値を返します。この値は文字ベクトルまたは string スカラーとして指定されます。

import matlab.io.*
n = fits.getConstantValue('BYTE_IMG');