Read data from FITS file
reads the primary data of the Flexible Image Transport System (FITS) file specified by
data = fitsread(filename)filename and returns it as an adjusted array. The function replaces
undefined data values with NaN and scales numeric data by the slope and
intercept values, always returning double precision values .
reads the primary data of the FITS file without adjustment. This syntax does not scale the data
read from the file, replace undefined values with data = fitsread(filename,'raw')NaN. The returned data
maintains the class type specified in the file.
reads data from the FITS file with additional options using one or more Name-Value arguments.
For example, data = fitsread(filename,...,Name,Value)TableColumns specifies which columns to read.
For copyright information, see the cfitsiocopyright.txt file. View this
file using the open function.
open cfitsiocopyright.txt