.. _file_interfaces_antex_loader.h: File antex_loader.h =================== |exhale_lsh| :ref:`Parent directory ` (``interfaces``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS ANTEX (antenna exchange format) file loader. .. contents:: Contents :local: :backlinks: none Definition (``interfaces/antex_loader.h``) ------------------------------------------ .. toctree:: :maxdepth: 1 program_listing_file_interfaces_antex_loader.h.rst Detailed Description -------------------- Stanford NAV LAB 0.1 2025-06-07 Copyright (c) 2025 Parses IGS ANTEX (``.atx``) files and provides satellite antenna phase-center-offset (PCO) queries. This is the C++ counterpart of ``pylupnt.interfaces.antex_file_loader.ANTEXLoader`` (``python/pylupnt/interfaces/antex_file_loader.py``); it focuses on the PCO extraction & application workflow demonstrated in ``projects/Plasmasphere_Delay_Datagen/generate_antenna_pco.ipynb`` (NOAZI PCV pattern parsing is intentionally omitted only PCO is needed to set up the antenna transmit positions). Includes -------- - ``filesystem`` - ``lupnt/core/definitions.h`` - ``lupnt/devices/space_comms.h`` - ``map`` (:ref:`file_interfaces_maplot.cc`) - ``string`` (:ref:`file_environment_plasma_core_string_file_utils.cc`) - ``vector`` (:ref:`file_numerics_vector_macros.h`) Included By ----------- - :ref:`file_agents_gnss_constellation.cc` - :ref:`file_interfaces_antex_loader.cc` - :ref:`file_lupnt.h` Namespaces ---------- - :ref:`namespace_lupnt` Classes ------- - :ref:`exhale_struct_structlupnt_1_1AntexLoader_1_1FreqPattern` - :ref:`exhale_struct_structlupnt_1_1AntexLoader_1_1SatAntennaEntry` - :ref:`exhale_class_classlupnt_1_1AntexLoader`