matlab.io.fits.copyHDU
Copy current HDU from one file to another
Syntax
matlab.io.fits.copyHDU(infptr,outfptr)
Description
matlab.io.fits.copyHDU(infptr,outfptr) copies the current HDU from the
FITS file associated with infptr and appends it to the FITS file associated
with outfptr.
Examples
Tips
This function corresponds to the
fits_copy_hdu(ffcopy) 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.