public interface FitsTableSerializerConfig
Modifier and Type | Method and Description |
---|---|
boolean |
allowSignedByte()
Indicates how byte values will be written.
|
boolean |
allowZeroLengthString()
Indicates whether columns with TFORMn=0A may be output.
|
byte |
getPadCharacter()
Returns the byte value with which under-length string (character array)
values should be padded.
|
WideFits |
getWide()
Returns the convention for representing over-wide tables.
|
boolean allowSignedByte()
TFORM=B
, TZERO=-128
);
if false, they are written as signed shorts
(TFORM=I
).boolean allowZeroLengthString()
WideFits getWide()
byte getPadCharacter()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.