matlab.io.fits.readCard
Read header record of keyword
Syntax
card = matlab.io.fits.readCard(fptr,keyname)
Description
card = matlab.io.fits.readCard(fptr,keyname) returns the entire
80-character header record of a keyword, with any trailing blank characters removed.
Specify keyname as a string scalar or character vector. The
function returns card as a character vector.
Examples
Tips
This function corresponds to the
fits_read_card(ffgcrd) 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.