matlab.io.fits.writeHistory
Write HISTORY keyword to current HDU
Syntax
matlab.io.fits.writeHistory(fptr,history)
Description
matlab.io.fits.writeHistory(fptr,history) writes (appends) the
history text to a HISTORY keyword in the current
HDU. Specify the history argument as a string scalar or character vector.
If history is longer than 70 characters, the function writes the text
over multiple HISTORY keywords.
Examples
Tips
This function corresponds to the
fits_write_history(ffphis) 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.