The destructor does nothing special
Access to required columns
Access to optional columns
Access to interpolated directions, the default time of zero will return the 0th order element of the polynomial.
return the first matching row index for this time and antenna, returns -1 if no match was found
Convenience function that returns the number of rows in any of the columns
The destructor does nothing special
Read-write access to required columns
Note that the direction measures with a stored polynomial have Col() added to their name. They are better accessed via the functions that have the same name, without the Col suffix, that will do the interpolation for you. These functions are in the ROMSPointingColumns class.
Read-write access to optional columns
Note that the direction measures with a stored polynomial have Col() added to their name. They are better accessed via the functions that have the same name, without the Col suffix, that will do the interpolation for you. These functions are in the ROMSPointingColumns class.
Read-only access to required columns
Access to optional columns
set the epoch reference type for the TIME & TIME_ORIGIN column.
In principle this function can only be used if the table is empty, otherwise already written values may thereafter have an incorrect reference, offset, or unit. However, it is possible that part of the table gets written before these values are known. In that case the reference, offset, or units can be set by using a False tableMustBeEmpty argument.
set the direction reference type for the DIRECTION, TARGET & and, if defined, the SOURCE_OFFSET & POINTING_OFFSET columns. This can only be done when the table has no rows. Trying to do so at other times will throw an exception. Note the optional ENCODERE column must be done separately as the MSv2 definition allows this column to have a different frame.
set the irection reference type for the ENCODER column (if it is defined). This can only be done when the table has no rows. Trying to do so at other times will throw an exception.