The following tables list the members exposed by StreamedBinaryTableHDU.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
StreamedBinaryTableHDU | Overloaded. |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
DEFAULT_BUFFER_SIZE | |
![]() ![]() |
DEFAULT_STRING_TRUNCATION_LENGTH | |
![]() ![]() |
DEFAULT_STRING_WRITE_MODE |
Protected Fields
Name | Description | |
---|---|---|
![]() |
_buf | |
![]() |
_byteRenderers | |
![]() |
_hasStrings | |
![]() |
_padChar | |
![]() |
_padLeft | |
![]() |
_row | |
![]() |
_rowSizeInBytes | |
![]() |
_rs | |
![]() |
_stringArrayRenderer | |
![]() |
_stringTruncationLength | |
![]() |
_writeMode | |
![]() |
_writerMap | |
![]() |
isPrimary | Is this the first HDU in a FITS file? (inherited from BasicHDU) |
![]() |
myData | The associated data unit. (inherited from BasicHDU) |
![]() |
myHeader | The associated header. (inherited from BasicHDU) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Author | Return the name of the person who compiled the information in the data associated with this header. (inherited from BasicHDU) |
![]() |
Axes | (inherited from BasicHDU) |
![]() |
BitPix | (inherited from BasicHDU) |
![]() |
BlankValue | (inherited from BasicHDU) |
![]() |
BScale | Returns the value oF BSCALE from HDU The value field shall contain a floating point number.The default value for this keyword os 1.0 (inherited from BasicHDU) |
![]() |
BUnit | The value shall contain a character String, describing the physical units in which the quantities in the array, after application of BSCALE and BZERO,are expressed. (inherited from BasicHDU) |
![]() |
BZero | Returns the value oF BZero from HDU This keyword shall be used, along with the BSCALE keyword The default value for this keyword is 0.0. (inherited from BasicHDU) |
![]() |
CreationDate | Get the FITS file creation date as a Date object. (inherited from BasicHDU) |
![]() |
Data | Get the associated Data object (inherited from BasicHDU) |
![]() |
Epoch | Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed. (inherited from BasicHDU) |
![]() |
Equinox | Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed. (inherited from BasicHDU) |
![]() |
FileOffset | Get the starting offset of the HDU (inherited from BasicHDU) |
![]() |
GroupCount | Returns the value oF GCOUNT from HDU (inherited from BasicHDU) |
![]() |
Header | Get the associated header (inherited from BasicHDU) |
![]() |
Instrument | Get the name of the instrument which was used to acquire the data in this FITS file. (inherited from BasicHDU) |
![]() |
Kernel | Get the non-FITS data object (inherited from BasicHDU) |
![]() |
MaximumValue | Return the minimum valid value in the array. (inherited from BasicHDU) |
![]() |
MinimumValue | Return the minimum valid value in the array. (inherited from BasicHDU) |
![]() |
Object | Get the name of the observed object in this FITS file. (inherited from BasicHDU) |
![]() |
ObservationDate | Get the FITS file observation date as a Date object. (inherited from BasicHDU) |
![]() |
Observer | Get the name of the person who acquired the data in this FITS file. (inherited from BasicHDU) |
![]() |
Origin | Get the name of the organization which created this FITS file. (inherited from BasicHDU) |
![]() |
PadChar | |
![]() |
PadLeft | |
![]() |
ParameterCount | Returns the value oF PCOUNT from HDU (inherited from BasicHDU) |
![]() |
Reference | Return the citation of a reference where the data associated with this header are published. (inherited from BasicHDU) |
![]() |
Rewriteable | Is the HDU rewriteable (inherited from BasicHDU) |
![]() |
Size | Get the total size in bytes of the HDU. (inherited from BasicHDU) |
![]() |
StringTruncationLength | |
![]() |
Telescope | Get the name of the telescope which was used to acquire the data in this FITS file. (inherited from BasicHDU) |
![]() |
WriteMode |
Public Methods
Name | Description | |
---|---|---|
![]() |
AddValue | Overloaded. Add boolean information to the header (inherited from BasicHDU) |
![]() |
Equals | Determines whether the specified |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetTrimmedString | Get the String value associated with keyword (inherited from BasicHDU) |
![]() |
GetType | Gets the |
![]() |
Info | Overridden. |
![]() |
Read | Read out the HDU from the data stream. This will overwrite any existing header and data components. (inherited from BasicHDU) |
![]() |
ReadData | Read in the Data object for this HDU. (inherited from BasicHDU) |
![]() |
Rewrite | Rewrite the HDU. (inherited from BasicHDU) |
![]() |
SkipData | Skip the Data object for this HDU. (inherited from BasicHDU) |
![]() |
ToString | Returns a |
![]() |
Write | Overridden. |
Protected Methods
Name | Description | |
---|---|---|
![]() ![]() |
ComputeByteWidths | |
![]() ![]() |
CopyModelRowReplaceStrings | |
![]() ![]() |
CopyModelRowStripUnknowns | |
![]() ![]() |
CreateTempFilename | |
![]() |
CreateWriterMap | |
![]() |
Finalize | Allows an |
![]() ![]() |
GetStringIndices | |
![]() ![]() |
ManufactureHeader | |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
![]() ![]() |
ReplaceTroolean | |
![]() |
SetupRenderers | |
![]() |
WriteHeapOutputWithTempHeapFile | Writes this binary table with heap temp file if necessary, then fixing nRows and PCOUNT in header, then if necessary copying heap file to destination stream. |
![]() |
WriteHeapOutputWithTempTableAndHeapFiles | Writes this binary table with data first going to a temp file (and heap file if necessary), then with header going to destination stream, then copying data from temp file to destination stream, then if necessary copying heap file to destination stream. |
![]() |
WriteOnePass | Writes this binary table in one pass. Requires foreknowledge of nRows and either no strings or truncated string output. |
![]() |
WritePadOutput | Writes this binary table with data first going to a temp file (and heap file if necessary), then with header going to destination stream, then merging heap with table data if necessary and copying these to destination stream. |
![]() |
WriteTable | |
![]() |
WriteThenFix | Writes this binary table in one pass, then seeks back to fix NAXIS2. Requires s to be seekable and either no strings or truncated string output. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
StreamedBinaryTableHDU | Overloaded. |