Package nom.tam.fits.header
Class GenericKey
java.lang.Object
nom.tam.fits.header.GenericKey
generic key interface, create an IFitsHeader from a key.
- Author:
- ritchie
-
Method Summary
Modifier and TypeMethodDescriptionstatic IFitsHeader
create a fits header key from a free stringstatic IFitsHeader[]
create a array of generic fits header keys from a array of string keys.static int
static IFitsHeader
lookup a string key in the standard key sets.
-
Method Details
-
create
create a fits header key from a free string- Parameters:
key
- the string to create the key for- Returns:
- the IFitsHeader implementation for the key.
-
create
create a array of generic fits header keys from a array of string keys.- Parameters:
keys
- the array of string keys- Returns:
- the array of IFitsHeaderKeys.
-
getN
-
lookup
lookup a string key in the standard key sets.- Parameters:
key
- the fits key to search.- Returns:
- the found fits key or null
-