put.fitskey: Put FITS Keyword Value Into Header

Description Usage Arguments Value Author(s) See Also

View source: R/put.fitskey.R

Description

A utility function to allow easy input of a FITS header value into an already loaded FITS header object.

Usage

1
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.

Author(s)

Lee Kelvin <lee.kelvin@uibk.ac.at>

See Also

The astronomy package: astro.


astro documentation built on May 2, 2019, 2:14 a.m.

Related to put.fitskey in astro...