Various SolarOrbiter Commanding tools.

pdor_to_txt

Tool that converts XML PDORS to human readable Ascii files

Use the SCOS 2000 MIB to extract :

  • TC labels for TC name ZIAxxxx

  • TC parameters label for parametres PIAxxxx

Display a block for each TC, with a line per parameter

Usage
$ python -m pdor_to_txt <XML-PDOR-filename.SOL>
Location
${SOLAR_SOFT}/python/pdor_to_txt.py
Example
$ python -m pdor_to_txt
        /home/solar/PROCEDURES/COMMISSIONING/2020-04-27/PDOR_SSWA_PAS_NM-2-OFF_00002.SOL
        > PDOR_SSWA_PAS_NM-2-OFF_00002.log
Note

This tools is a python3 script.

See page=python3-venv to activate python3