Description Usage Arguments Details Author(s) See Also
View source: R/write.fitskey.R
The mid-level function 'write.fitskey' allows FITS header keywords to be written directly from R.
1 | write.fitskey(key, value, file, comment = "", hdu = 1)
|
key |
header keyword (may be a vector) |
value |
header value (may be a vector) |
file |
file name |
comment |
header comments (may be a vector) |
hdu |
header and data unit to be written to |
The mid-level function 'write.fitskey' is a wrapper around 'read.fits' and 'write.fits', and provides a shortcut to updating individual keywords 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.