Commit c1e788ea authored by Romolo Politi's avatar Romolo Politi
Browse files

Add info to README

parent 79675dc6
Loading
Loading
Loading
Loading
+14 −16
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
==================================
SCOSpy
==================================
SCOSpy is a python library for the Satellite Control and Operation System 2000 (SCOS-2000) header in hexadecimal format.
SCOSpy is a python library for the Satellite Control and Operation System 2000 (SCOS-2000) header written as hexadecimal string.

Current version is 0.1.0

@@ -73,11 +73,7 @@ In the CHP are present the following fields.
   * - **PSize**
     - Packet Size. Size of the entire SCOS-2000 packet, including all headers and the packet data.
   * - **PType**
     - Determines the type of SCOS-2000 packet:

       #. for TM,
       #. for TC
       #. for Event.
     - Determines the type of SCOS-2000 packet. See :ref:`packet_type` for details.
   * - **Version**
     - The version of this packet structure.
   * - **FilingFlag**
@@ -179,14 +175,16 @@ In the CHP are present the following fields.
   * - **816**
     - BepiColombo

.. self.SeqCounter=BitArray(hex=data[72:80]).uint
   self.SPID=BitArray(hex=data[80:88]).uint
   self.MissionID=MissionID(BitArray(hex=data[96:100]).uint)




.. _packet_type:
.. list-table: Packet Types
   :widths: 10 90
   :header-rows: 1

.. toctree::
   :maxdepth: 2
   :caption: Contents:
   * - ID
     - Description
   * - **1**
     - Telemetry
   * - **2**
     - Telecommand
   * - **3**
     - Event