Changeset 9db2d9a in ammosreader for org


Ignore:
Timestamp:
05/04/22 14:40:15 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
e3e89c2
Parents:
7e96694
Message:

README fixed

Location:
org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • org/README.md

    r7e96694 r9db2d9a  
    22# Table of Contents
    33
    4 1.  [AmmosReader](#org648bc2e)
    5 2.  [Installation](#orgac54ade)
    6 3.  [Usage](#org7607ab4)
    7     1.  [audio<sub>reader.py</sub>](#orge8346ca)
    8     2.  [iqdw<sub>reader.py</sub>](#orga0495eb)
    9     3.  [pdw<sub>reader.py</sub>](#orga0c748c)
     41.  [AmmosReader](#org2244bce)
     52.  [Installation](#orge8b118b)
     63.  [Usage](#orgcea0ee3)
     7    1.  [audio\_reader.py](#orgae8ea86)
     8    2.  [iqdw\_reader.py](#orge3ddc95)
     9    3.  [pdw\_reader.py](#org59847de)
    1010
    1111
    12 <a id="org648bc2e"></a>
     12
     13<a id="org2244bce"></a>
    1314
    1415# AmmosReader
     
    1718
    1819
    19 <a id="orgac54ade"></a>
     20<a id="orge8b118b"></a>
    2021
    2122# Installation
     
    2627
    2728
    28 <a id="org7607ab4"></a>
     29<a id="orgcea0ee3"></a>
    2930
    3031# Usage
    3132
    32 The sample<sub>scripts</sub> subdirectory contains multiple scripts.
     33The sample\_scripts subdirectory contains multiple scripts.
    3334
    3435
    35 <a id="orge8346ca"></a>
     36<a id="orgae8ea86"></a>
    3637
    37 ## audio<sub>reader.py</sub>
     38## audio\_reader.py
    3839
    3940    python3 audio_reader.py 'path_to_ammos_file'
    4041
    4142
    42 <a id="orga0495eb"></a>
     43<a id="orge3ddc95"></a>
    4344
    44 ## iqdw<sub>reader.py</sub>
     45## iqdw\_reader.py
    4546
    4647    python3 iqdw_reader.py 'path_to_iqdw_file'
    4748
    4849
    49 <a id="orga0c748c"></a>
     50<a id="org59847de"></a>
    5051
    51 ## pdw<sub>reader.py</sub>
     52## pdw\_reader.py
    5253
    5354    python3 pdw_reader.py 'path_to_pdw_file'
  • org/README.org

    r7e96694 r9db2d9a  
     1#+OPTIONS: ^:nil
     2
    13* AmmosReader
    24
Note: See TracChangeset for help on using the changeset viewer.