- Timestamp:
- 05/04/22 14:40:15 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- e3e89c2
- Parents:
- 7e96694
- Location:
- org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
org/README.md
r7e96694 r9db2d9a 2 2 # Table of Contents 3 3 4 1. [AmmosReader](#org 648bc2e)5 2. [Installation](#org ac54ade)6 3. [Usage](#org 7607ab4)7 1. [audio <sub>reader.py</sub>](#orge8346ca)8 2. [iqdw <sub>reader.py</sub>](#orga0495eb)9 3. [pdw <sub>reader.py</sub>](#orga0c748c)4 1. [AmmosReader](#org2244bce) 5 2. [Installation](#orge8b118b) 6 3. [Usage](#orgcea0ee3) 7 1. [audio\_reader.py](#orgae8ea86) 8 2. [iqdw\_reader.py](#orge3ddc95) 9 3. [pdw\_reader.py](#org59847de) 10 10 11 11 12 <a id="org648bc2e"></a> 12 13 <a id="org2244bce"></a> 13 14 14 15 # AmmosReader … … 17 18 18 19 19 <a id="org ac54ade"></a>20 <a id="orge8b118b"></a> 20 21 21 22 # Installation … … 26 27 27 28 28 <a id="org 7607ab4"></a>29 <a id="orgcea0ee3"></a> 29 30 30 31 # Usage 31 32 32 The sample <sub>scripts</sub>subdirectory contains multiple scripts.33 The sample\_scripts subdirectory contains multiple scripts. 33 34 34 35 35 <a id="org e8346ca"></a>36 <a id="orgae8ea86"></a> 36 37 37 ## audio <sub>reader.py</sub>38 ## audio\_reader.py 38 39 39 40 python3 audio_reader.py 'path_to_ammos_file' 40 41 41 42 42 <a id="org a0495eb"></a>43 <a id="orge3ddc95"></a> 43 44 44 ## iqdw <sub>reader.py</sub>45 ## iqdw\_reader.py 45 46 46 47 python3 iqdw_reader.py 'path_to_iqdw_file' 47 48 48 49 49 <a id="org a0c748c"></a>50 <a id="org59847de"></a> 50 51 51 ## pdw <sub>reader.py</sub>52 ## pdw\_reader.py 52 53 53 54 python3 pdw_reader.py 'path_to_pdw_file' -
org/README.org
r7e96694 r9db2d9a 1 #+OPTIONS: ^:nil 2 1 3 * AmmosReader 2 4
Note:
See TracChangeset
for help on using the changeset viewer.