public abstract class BintableColumnHeader extends 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 String |
getKeyName(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 String getKeyName(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)Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.