Description Usage Arguments Details Author(s) See Also
View source: R/write.fitshdr.R
The mid-level function 'write.fitshdr' allows FITS headers to be written directly from R.
1 | write.fitshdr(hdr, file, hdu = 1)
|
hdr |
input header (see details) |
file |
file name |
hdu |
header and data unit to be written to |
Input headers ('hdr') must contain at least two columns, one named 'key' and one named 'value' (a 'comment' column is optional). For an example of the format expected, see 'read.fitshdr' and 'read.fits'.
The mid-level function 'write.fitshdr' is a wrapper around 'read.fits' and 'write.fits', and provides a shortcut to updating the header of an already existent FITS file.
Lee Kelvin <lee.kelvin@uibk.ac.at>
The astronomy package: astro
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.