matlab.io.fits.readRecord
Read header record specified by number
Syntax
card = matlab.io.fits.readRecord(fptr,recnum)
Description
card = matlab.io.fits.readRecord(fptr,recnum) returns an entire
80-character header record, with any trailing blank characters removed. Specify
recnum as a positive integer. The function returns
card as a character vector.
Examples
Tips
This function corresponds to the
fits_read_record(ffgrec) function in the CFITSIO library C API.To use this function, you must be familiar with the CFITSIO C interface. You can access the CFITSIO documentation at the CFITSIO website.