opatio.card package¶
Submodules¶
- opatio.card.datacard module
CardHeader
CardHeader.numTables
CardHeader.indexOffset
CardHeader.cardSize
CardHeader.comment
CardHeader.reserved
CardHeader.magicNumber
CardHeader.headerSize
CardHeader.ascii()
CardHeader.cardSize
CardHeader.comment
CardHeader.copy()
CardHeader.headerSize
CardHeader.indexOffset
CardHeader.magicNumber
CardHeader.numTables
CardHeader.reserved
CardHeader.set_comment()
CardIndexEntry
CardIndexEntry.tag
CardIndexEntry.byteStart
CardIndexEntry.byteEnd
CardIndexEntry.numColumns
CardIndexEntry.numRows
CardIndexEntry.columnName
CardIndexEntry.rowName
CardIndexEntry.size
CardIndexEntry.reserved
CardIndexEntry.ascii()
CardIndexEntry.byteEnd
CardIndexEntry.byteStart
CardIndexEntry.columnName
CardIndexEntry.copy()
CardIndexEntry.numColumns
CardIndexEntry.numRows
CardIndexEntry.reserved
CardIndexEntry.rowName
CardIndexEntry.size
CardIndexEntry.tag
DataCard
OPATTable
Module contents¶
The card subpackage for the opatio library.
This module organizes classes related to the structure and handling of individual data cards within an OPAT file. It typically makes key classes like DataCard, CardHeader, CardIndexEntry, and OPATTable available directly under the ‘opatio.card’ namespace.
Modules¶
- datacard
Defines the DataCard, CardHeader, CardIndexEntry, and OPATTable classes representing the components of a data card.