Rdocumentation
powered by
Learn R Programming
astro (version 1.2)
put.fitskey: Put FITS Keyword Value Into Header
Description
A utility function to allow easy input of a FITS header value into an already loaded FITS header object.
Usage
put.fitskey(key, value, hdr)
Arguments
key
header keyword (may be a vector)
value
header value (may be a vector)
hdr
FITS header object
Value
The updated header object.
See Also
The astronomy package:
astro
.