Module anise.utils
¶
Functions¶
Function convert_fk
¶
def convert_fk( fk_file_path, anise_output_path, show_comments=None, overwrite=None )
Converts a KPL/FK file, that defines frame constants like fixed rotations, and frame name to ID mappings into the EulerParameterDataSet equivalent ANISE file. KPL/FK files must be converted into "PCA" (Planetary Constant ANISE) files before being loaded into ANISE.
:type fk_file_path: str :type anise_output_path: str :type show_comments: bool, optional :type overwrite: bool, optional :rtype: None
Function convert_tpc
¶
def convert_tpc( pck_file_path, gm_file_path, anise_output_path, overwrite=None )
Converts two KPL/TPC files, one defining the planetary constants as text, and the other defining the gravity parameters, into the PlanetaryDataSet equivalent ANISE file. KPL/TPC files must be converted into "PCA" (Planetary Constant ANISE) files before being loaded into ANISE.
:type pck_file_path: str :type gm_file_path: str :type anise_output_path: str :type overwrite: bool, optional :rtype: None
Generated by pdoc 0.11.6 (https://pdoc3.github.io).