public abstract class BintableColumnHeader
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
BintableColumnHeader(CardFactory cardFactory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BintableColumnHeader |
createStandardHeader(int jcol)
Returns an instance of this class for use with standard FITS BINTABLE
headers.
|
CardFactory |
getCardFactory()
Returns the card factory to use when constructing header cards
associated with this header.
|
abstract java.lang.String |
getKeyName(java.lang.String stdName)
Gives the name of the actual FITS header card for the column
managed by this object and a standard FITS BINTABLE base header name.
|
protected BintableColumnHeader(CardFactory cardFactory)
cardFactory - object which should be used to construct
header cards associated with this headerpublic CardFactory getCardFactory()
public abstract java.lang.String getKeyName(java.lang.String stdName)
stdName - standard base name for the metadata item
(for instance "TFORM" for TFORMnnn)public static BintableColumnHeader createStandardHeader(int jcol)
jcol - column index (first column has value 1)