# # ChangeLog for / in ammosreader # # Generated by Trac 1.6 # 05/25/25 01:22:35 Mon, 14 Aug 2023 11:59:36 GMT Enrico Schwass [7bc034f] * ammosreader/PDW.py (modified) * scripts/pdw_reader.py (modified) fix typo Mon, 14 Aug 2023 11:35:49 GMT Enrico Schwass [0b489f2] * ammosreader/PDW.py (modified) logger readded time check readded Sat, 27 May 2023 17:42:43 GMT Enrico Schwass [d2736bb] * ammosreader/__init__.py (modified) FIX: use function call instead = to set the debug level Sun, 21 May 2023 06:00:18 GMT Enrico Schwass [f3b78e8] * README.md (modified) * ammosreader/__init__.py (modified) * org/README.org (modified) AMMOS_LOG_LEVEL added Sat, 20 May 2023 18:56:15 GMT Enrico Schwass [7752d1f] * ammosreader/AbstractAmmosReader.py (modified) * ammosreader/AmmosAudioDataHeader.py (modified) * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosAudioSocketReader.py (modified) * ammosreader/AmmosContainer.py (modified) * ammosreader/AmmosExtendedAudioDataHeader.py (modified) * ammosreader/AmmosExtendedIFDataHeader.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/AmmosIFDataBlockHeader.py (modified) * ammosreader/AmmosIFDataHeader.py (modified) * ammosreader/AmmosIFReader.py (modified) * ammosreader/AmmosSingleFrame.py (modified) * ammosreader/IQDWTXBlock.py (modified) * ammosreader/PPDWContainer.py (modified) * ammosreader/PPDWReader.py (modified) * doc/ammosreader/AbstractAmmosReader.html (modified) * doc/ammosreader/AmmosAudioDataHeader.html (modified) * doc/ammosreader/AmmosAudioReader.html (modified) * doc/ammosreader/AmmosAudioSocketReader.html (modified) * doc/ammosreader/AmmosContainer.html (modified) * doc/ammosreader/AmmosExtendedAudioDataHeader.html (modified) * doc/ammosreader/AmmosExtendedIFDataHeader.html (modified) * doc/ammosreader/AmmosGlobalFrameHeader.html (modified) * doc/ammosreader/AmmosIFDataBlockHeader.html (modified) * doc/ammosreader/AmmosIFDataHeader.html (modified) * doc/ammosreader/AmmosIFReader.html (modified) * doc/ammosreader/AmmosSingleFrame.html (modified) * doc/ammosreader/IQDWTXBlock.html (modified) * doc/ammosreader/PPDWContainer.html (modified) * doc/ammosreader/PPDWReader.html (modified) * doc/ammosreader/index.html (modified) mostly style changes after running pylint Sat, 20 May 2023 06:51:10 GMT Enrico Schwass [4eb8a2f] * ammosreader/AmmosAudioSocketReader.py (modified) fix logger for None types Fri, 19 May 2023 23:03:59 GMT Enrico Schwass [560afb6] * ammosreader/AmmosAudioSocketReader.py (modified) replace logger with print temporarly Fri, 19 May 2023 22:50:48 GMT Enrico Schwass [4cdb1f6] * ammosreader/AmmosAudioSocketReader.py (modified) * sampleData/audio_data_sample.bin (deleted) convert some numbers to strings before logging Fri, 19 May 2023 11:30:01 GMT Enrico Schwass [04097cd] * doc/ammosreader/AbstractAmmosReader.html (added) * doc/ammosreader/AbstractAmmosReader.md (deleted) * doc/ammosreader/AmmosAudioDataBody.html (added) * doc/ammosreader/AmmosAudioDataBody.md (deleted) * doc/ammosreader/AmmosAudioDataHeader.html (added) * doc/ammosreader/AmmosAudioDataHeader.md (deleted) * doc/ammosreader/AmmosAudioReader.html (added) * doc/ammosreader/AmmosAudioReader.md (deleted) * doc/ammosreader/AmmosAudioSocketReader.html (added) * doc/ammosreader/AmmosAudioSocketReader.md (deleted) * doc/ammosreader/AmmosConstants.html (added) * doc/ammosreader/AmmosConstants.md (deleted) * doc/ammosreader/AmmosContainer.html (added) * doc/ammosreader/AmmosContainer.md (deleted) * doc/ammosreader/AmmosExtendedAudioDataHeader.html (added) * doc/ammosreader/AmmosExtendedAudioDataHeader.md (deleted) * doc/ammosreader/AmmosExtendedIFDataHeader.html (added) * doc/ammosreader/AmmosExtendedIFDataHeader.md (deleted) * doc/ammosreader/AmmosGlobalFrameBody.html (added) * doc/ammosreader/AmmosGlobalFrameBody.md (deleted) * doc/ammosreader/AmmosGlobalFrameHeader.html (added) * doc/ammosreader/AmmosGlobalFrameHeader.md (deleted) * doc/ammosreader/AmmosIFDataBlock.html (added) * doc/ammosreader/AmmosIFDataBlock.md (deleted) * doc/ammosreader/AmmosIFDataBlockHeader.html (added) * doc/ammosreader/AmmosIFDataBlockHeader.md (deleted) * doc/ammosreader/AmmosIFDataBody.html (added) * doc/ammosreader/AmmosIFDataBody.md (deleted) * doc/ammosreader/AmmosIFDataHeader.html (added) * doc/ammosreader/AmmosIFDataHeader.md (deleted) * doc/ammosreader/AmmosIFReader.html (added) * doc/ammosreader/AmmosIFReader.md (deleted) * doc/ammosreader/AmmosSingleFrame.html (added) * doc/ammosreader/AmmosSingleFrame.md (deleted) * doc/ammosreader/IQDWTXBlock.html (added) * doc/ammosreader/IQDWTXBlock.md (deleted) * doc/ammosreader/PDW.html (added) * doc/ammosreader/PDW.md (deleted) * doc/ammosreader/PPDWContainer.html (added) * doc/ammosreader/PPDWContainer.md (deleted) * doc/ammosreader/PPDWReader.html (added) * doc/ammosreader/PPDWReader.md (deleted) * doc/ammosreader/index.html (added) * doc/ammosreader/index.md (deleted) use html instead of markdown for the generated docs Fri, 19 May 2023 11:27:43 GMT Enrico Schwass [6914dbb] * ammosreader/AbstractAmmosReader.py (modified) * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosAudioSocketReader.py (modified) * ammosreader/AmmosIFReader.py (modified) * doc/ammosreader/AbstractAmmosReader.html (deleted) * doc/ammosreader/AbstractAmmosReader.md (added) * doc/ammosreader/AmmosAudioDataBody.html (deleted) * doc/ammosreader/AmmosAudioDataBody.md (added) * doc/ammosreader/AmmosAudioDataHeader.html (deleted) * doc/ammosreader/AmmosAudioDataHeader.md (added) * doc/ammosreader/AmmosAudioReader.html (deleted) * doc/ammosreader/AmmosAudioReader.md (added) * doc/ammosreader/AmmosAudioSocketReader.html (deleted) * doc/ammosreader/AmmosAudioSocketReader.md (added) * doc/ammosreader/AmmosConstants.html (deleted) * doc/ammosreader/AmmosConstants.md (added) * doc/ammosreader/AmmosContainer.html (deleted) * doc/ammosreader/AmmosContainer.md (added) * doc/ammosreader/AmmosExtendedAudioDataHeader.html (deleted) * doc/ammosreader/AmmosExtendedAudioDataHeader.md (added) * doc/ammosreader/AmmosExtendedIFDataHeader.html (deleted) * doc/ammosreader/AmmosExtendedIFDataHeader.md (added) * doc/ammosreader/AmmosGlobalFrameBody.html (deleted) * doc/ammosreader/AmmosGlobalFrameBody.md (added) * doc/ammosreader/AmmosGlobalFrameHeader.html (deleted) * doc/ammosreader/AmmosGlobalFrameHeader.md (added) * doc/ammosreader/AmmosIFDataBlock.html (deleted) * doc/ammosreader/AmmosIFDataBlock.md (added) * doc/ammosreader/AmmosIFDataBlockHeader.html (deleted) * doc/ammosreader/AmmosIFDataBlockHeader.md (added) * doc/ammosreader/AmmosIFDataBody.html (deleted) * doc/ammosreader/AmmosIFDataBody.md (added) * doc/ammosreader/AmmosIFDataHeader.html (deleted) * doc/ammosreader/AmmosIFDataHeader.md (added) * doc/ammosreader/AmmosIFReader.html (deleted) * doc/ammosreader/AmmosIFReader.md (added) * doc/ammosreader/AmmosSingleFrame.html (deleted) * doc/ammosreader/AmmosSingleFrame.md (added) * doc/ammosreader/IQDWTXBlock.html (deleted) * doc/ammosreader/IQDWTXBlock.md (added) * doc/ammosreader/PDW.html (deleted) * doc/ammosreader/PDW.md (added) * doc/ammosreader/PPDWContainer.html (deleted) * doc/ammosreader/PPDWContainer.md (added) * doc/ammosreader/PPDWReader.html (deleted) * doc/ammosreader/PPDWReader.md (added) * doc/ammosreader/index.html (deleted) * doc/ammosreader/index.md (added) remove DEBUG parameter and update package to new logger mechanism Fri, 19 May 2023 10:53:39 GMT Enrico Schwass [efb5900] * README.md (modified) * org/README.md (modified) README.md updated Fri, 19 May 2023 10:33:29 GMT Enrico Schwass [b00fbbb] * ammosreader/__init__.py (modified) * org/README.org (modified) README.org updated Fri, 19 May 2023 08:15:29 GMT Enrico Schwass [dff8988] Merge branch 'guix' of http://gitlab.kid.local/kidzg/ammosreader into ... Fri, 19 May 2023 08:13:16 GMT Enrico Schwass [29bf25a] * ammosreader/AmmosGlobalFrameHeader.py (modified) Merge branch 'revert-11d7992a' into 'guix' Revert "fixed a bug ... Fri, 19 May 2023 08:12:57 GMT Enrico Schwass [eec2058] * ammosreader/AmmosAudioSocketReader.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) Merge branch 'revert-2c2e6893' into 'guix' Revert "changed the way ... Fri, 19 May 2023 08:12:02 GMT Enrico Schwass [afd646c] * ammosreader/AmmosAudioSocketReader.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) Revert "changed the way logs are created for AudioSocketReader" ... Fri, 19 May 2023 08:10:52 GMT Enrico Schwass [e6b8648] * ammosreader/AmmosGlobalFrameHeader.py (modified) Revert "fixed a bug which led to an unusable FrameHeader due to ... Thu, 18 May 2023 16:33:06 GMT Enrico Schwass [f0b2b1a] * ammosreader/__init__.py (modified) fix conf file path Thu, 18 May 2023 15:37:18 GMT Enrico Schwass [dc38d9b] * ammosreader/PDW.py (modified) * ammosreader/__init__.py (modified) next try Thu, 18 May 2023 13:31:28 GMT Enrico Schwass [eb4459c] * ammosreader/PDW.py (modified) * ammosreader/__init__.py (modified) another try to get logging right Thu, 18 May 2023 12:42:53 GMT Enrico Schwass [19f5ce5] * ammosreader/__init__.py (modified) logger refactoring Thu, 18 May 2023 11:30:15 GMT Enrico Schwass [338e792] * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/PDW.py (modified) more logging added Thu, 18 May 2023 11:09:26 GMT Enrico Schwass [25c80a7] * ammosreader/PDW.py (modified) fix another typo Thu, 18 May 2023 11:01:18 GMT Enrico Schwass [14d7f7d] * ammosreader/PDW.py (modified) fix typo Thu, 18 May 2023 10:52:59 GMT Enrico Schwass [3c331d1] * ammosreader/PDW.py (modified) timestamp check fixed Thu, 18 May 2023 10:32:55 GMT Enrico Schwass [d34008d] * ammosreader/__init__.py (modified) init file rewritten for logging Thu, 18 May 2023 09:12:34 GMT Enrico Schwass [726729c] * ammosreader/__init__.py (modified) fix bug to handle missing AMMOS_LOG_DIR Thu, 18 May 2023 09:02:16 GMT Enrico Schwass [e62187d] * ammosreader/__init__.py (modified) more configuration of logging Thu, 18 May 2023 06:37:43 GMT Enrico Schwass [f30c38c] * ammos_logging.conf (deleted) * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/__init__.py (modified) logging rewritten Wed, 17 May 2023 18:44:59 GMT Enrico Schwass [c45a4d6] * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/ammos_logging.conf (modified) more logging tests Wed, 17 May 2023 18:38:07 GMT Enrico Schwass [a993a1e] * ammos_logging.conf (moved) * ammosreader/AmmosGlobalFrameHeader.py (modified) log conf file renamed Wed, 17 May 2023 18:35:04 GMT Enrico Schwass [79e8edb] * ammos_logger.conf (added) add logger conf Wed, 17 May 2023 18:33:45 GMT Enrico Schwass [7a9c068] * ammosreader/PDW.py (modified) check timestamps Wed, 17 May 2023 17:58:48 GMT Enrico Schwass [9dc7beb] * pyproject.toml (modified) path to logger file added Tue, 16 May 2023 08:55:25 GMT Enrico Schwass [482456c] * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/ammos_logging.conf (added) configure logger from file Sun, 14 May 2023 18:43:23 GMT Enrico Schwass [df4d123] * ammosreader/PDW.py (modified) fix dictionary access for modulation Sun, 14 May 2023 16:22:31 GMT Enrico Schwass [083cf10] * pyproject.toml (modified) * sampleData/audio_data_sample.bin (moved) * sampleData/example.ppdw (moved) * sampleData/sample.iqdw (moved) * scripts/iqdw_reader.py (moved) * scripts/pdw_reader.py (moved) use poetry for package definition Fri, 12 May 2023 11:07:34 GMT enno [1804972] * doc/ammosreader/AbstractAmmosReader.html (added) * doc/ammosreader/AmmosAudioDataBody.html (added) * doc/ammosreader/AmmosAudioDataHeader.html (added) * doc/ammosreader/AmmosAudioReader.html (added) * doc/ammosreader/AmmosAudioSocketReader.html (added) * doc/ammosreader/AmmosConstants.html (added) * doc/ammosreader/AmmosContainer.html (added) * doc/ammosreader/AmmosExtendedAudioDataHeader.html (added) * doc/ammosreader/AmmosExtendedIFDataHeader.html (added) * doc/ammosreader/AmmosGlobalFrameBody.html (added) * doc/ammosreader/AmmosGlobalFrameHeader.html (added) * doc/ammosreader/AmmosIFDataBlock.html (added) * doc/ammosreader/AmmosIFDataBlockHeader.html (added) * doc/ammosreader/AmmosIFDataBody.html (added) * doc/ammosreader/AmmosIFDataHeader.html (added) * doc/ammosreader/AmmosIFReader.html (added) * doc/ammosreader/AmmosSingleFrame.html (added) * doc/ammosreader/IQDWTXBlock.html (added) * doc/ammosreader/PDW.html (added) * doc/ammosreader/PPDWContainer.html (added) * doc/ammosreader/PPDWReader.html (added) * doc/ammosreader/index.html (added) * public/.buildinfo (deleted) * public/.doctrees/ammosreader.doctree (deleted) * public/.doctrees/environment.pickle (deleted) * public/.doctrees/index.doctree (deleted) * public/.doctrees/modules.doctree (deleted) repository cleanup Fri, 12 May 2023 11:02:25 GMT enno [bf33fd7] * pyproject.toml (modified) * requirements.txt (deleted) * sample_scripts/ammos_viewer.py (deleted) * sample_scripts/audio_reader.py (deleted) * sample_scripts/audio_socket_reader_test.py (deleted) * sample_scripts/audio_socket_reader_test_streamer.py (deleted) * sample_scripts/import_signal.py (deleted) * sample_scripts/import_signals.py (deleted) * sample_scripts/test.wav (deleted) move player importer and viewer into separate project to reduce ... Thu, 04 May 2023 13:52:05 GMT Enrico Schwass [f67e593] * __init__.py (deleted) * pyproject.toml (added) * reqs.txt (deleted) * setup.py (deleted) preparations to use pyproject-build-system for ammosreader Thu, 17 Nov 2022 10:08:05 GMT Tobias Recknagel [11d7992] * ammosreader/AmmosGlobalFrameHeader.py (modified) fixed a bug which led to an unusable FrameHeader due to passing debug ... Thu, 17 Nov 2022 08:01:19 GMT Tobias Recknagel [2c2e689] * ammosreader/AmmosAudioSocketReader.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) changed the way logs are created for AudioSocketReader Mon, 08 Aug 2022 13:02:50 GMT Enrico Schwass [7946521] * ammosreader/PPDWContainer.py (modified) count valid pulses too Mon, 08 Aug 2022 12:40:23 GMT Enrico Schwass [d8483f7] * ammosreader/AmmosAudioSocketReader.py (modified) Merge branch 'guix' of http://gitlab.kid.local/kidzg/ammosreader into ... Mon, 08 Aug 2022 12:39:12 GMT Enrico Schwass [ef05d46] * ammosreader/PDW.py (modified) * ammosreader/PPDWContainer.py (modified) filtering of invalid ppw is optional Mon, 08 Aug 2022 09:57:59 GMT Enrico Schwass [e4e63a3] * ammosreader/PPDWContainer.py (modified) * ammosreader/PPDWReader.py (modified) print statements added Thu, 04 Aug 2022 15:12:13 GMT Tobias Recknagel [5ba04b8] * ammosreader/AmmosAudioSocketReader.py (modified) Bugfix due to renaming of public attributes in ... Mon, 25 Jul 2022 07:40:40 GMT Enrico Schwass [5d039b8] * ammosreader/PDW.py (modified) * ammosreader/PPDWContainer.py (modified) dtoa and time of arrival as keys used Fri, 22 Jul 2022 08:53:02 GMT Enrico Schwass [dbcb255] * sample_scripts/ammos_viewer.py (modified) ammosviewer minor changes Fri, 22 Jul 2022 08:52:18 GMT Enrico Schwass [19ee734] * ammosreader/PPDWReader.py (modified) return None if there is a problem when reading all frames left Fri, 22 Jul 2022 08:51:45 GMT Enrico Schwass [aebe4a1] * ammosreader/PPDWContainer.py (modified) add as_pulse_dict added to PPDWContainer Fri, 22 Jul 2022 08:51:00 GMT Enrico Schwass [a19529a] * ammosreader/AmmosAudioReader.py (modified) * ammosreader/PDW.py (modified) more fields added to json representation Mon, 04 Jul 2022 11:08:22 GMT Enrico Schwass [0033a40] * sample_scripts/ammos_viewer.py (modified) allow offsets other than multiples of 8 Mon, 04 Jul 2022 09:14:06 GMT Enrico Schwass [d2f9280] * requirements.txt (added) * sample_scripts/ammos_viewer.py (modified) use bitstring to allow offsets other then modulo 8 Fri, 01 Jul 2022 10:53:22 GMT Enrico Schwass [09b290d] * sample_scripts/ammos_viewer.py (modified) respect cycle and offset entry on click on update button Fri, 01 Jul 2022 10:32:52 GMT Enrico Schwass [577ce87] * sample_scripts/ammos_viewer.py (modified) use cycle from frame_size and adjust canvas Fri, 01 Jul 2022 09:44:14 GMT Enrico Schwass [bcacddc] * public/_modules/ammosreader/AmmosAudioDataHeader.html (deleted) * public/_modules/ammosreader/AmmosAudioReader.html (deleted) * public/_modules/ammosreader/AmmosAudioSocketReader.html (deleted) * public/_modules/ammosreader/AmmosContainer.html (deleted) * public/_modules/ammosreader/AmmosExtendedAudioDataHeader.html (deleted) * public/_modules/ammosreader/AmmosExtendedIFDataHeader.html (deleted) * public/_modules/ammosreader/AmmosGlobalFrameBody.html (deleted) * public/_modules/ammosreader/AmmosGlobalFrameHeader.html (deleted) * public/_modules/ammosreader/AmmosIFDataBlock.html (deleted) * public/_modules/ammosreader/AmmosIFDataHeader.html (deleted) * public/_modules/ammosreader/AmmosIFReader.html (deleted) * public/_modules/ammosreader/AmmosSingleFrame.html (deleted) * public/_modules/ammosreader/IQDWTXBlock.html (deleted) * public/_modules/ammosreader/PDW.html (deleted) * public/_modules/ammosreader/PPDWContainer.html (deleted) * public/_modules/index.html (deleted) * public/_sources/ammosreader.rst.txt (deleted) * public/_sources/index.rst.txt (deleted) * public/_sources/modules.rst.txt (deleted) * public/_static/basic.css (deleted) * public/_static/css/adctheme.css (deleted) * public/_static/css/mobile.css (deleted) * public/_static/doctools.js (deleted) * public/_static/documentation_options.js (deleted) * public/_static/file.png (deleted) * public/_static/img/arrow-head-left.gif (deleted) * public/_static/img/breadcrumb_background.png (deleted) * public/_static/img/documentation.png (deleted) * public/_static/img/header_sm_mid.png (deleted) * public/_static/img/invisible.gif (deleted) * public/_static/img/scrn1.png (deleted) * public/_static/img/scrn2.png (deleted) * public/_static/img/searchfield_leftcap.png (deleted) * public/_static/img/searchfield_repeat.png (deleted) * public/_static/img/searchfield_rightcap.png (deleted) * public/_static/img/title_background.png (deleted) * public/_static/img/triangle_closed.png (deleted) * public/_static/img/triangle_left.png (deleted) * public/_static/img/triangle_open.png (deleted) * public/_static/jquery-3.5.1.js (deleted) * public/_static/jquery.js (deleted) * public/_static/js/toc.js (deleted) * public/_static/language_data.js (deleted) * public/_static/minus.png (deleted) * public/_static/plus.png (deleted) * public/_static/pygments.css (deleted) * public/_static/searchtools.js (deleted) * public/_static/underscore-1.13.1.js (deleted) * public/_static/underscore.js (deleted) * public/ammosreader.html (deleted) * public/genindex.html (deleted) * public/index.html (deleted) * public/modules.html (deleted) * public/objects.inv (deleted) * public/py-modindex.html (deleted) * public/search.html (deleted) * public/searchindex.js (deleted) * sample_scripts/ammos_viewer.py (added) * sample_scripts/audio_reader.py (modified) initial version of ammos_reader.py added Thu, 30 Jun 2022 14:38:40 GMT Enrico Schwass [ee95332] * ammosreader/AmmosContainer.py (modified) check for UNIQUE frame sizes in is_homogenic Thu, 30 Jun 2022 14:34:12 GMT Enrico Schwass [d62906b] * ammosreader/AmmosContainer.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) * sample_scripts/audio_reader.py (modified) * sample_scripts/iqdw_reader.py (modified) more info methods inside container added Thu, 30 Jun 2022 14:18:57 GMT Enrico Schwass [6d0f203] * ammosreader/AbstractAmmosReader.py (modified) * ammosreader/AmmosAudioDataBody.py (modified) * ammosreader/AmmosContainer.py (modified) * ammosreader/AmmosGlobalFrameBody.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/AmmosIFDataBlock.py (modified) * ammosreader/AmmosIFDataBody.py (modified) * ammosreader/AmmosIFReader.py (modified) * sample_scripts/audio_reader.py (modified) * sample_scripts/iqdw_reader.py (modified) apply changes from Franks session Thu, 30 Jun 2022 13:16:20 GMT Enrico Schwass [809cb16] * ammosreader/AbstractAmmosReader.py (modified) more documentation added Thu, 30 Jun 2022 13:00:39 GMT Enrico Schwass [d41827e] * .gitlab-ci.yml (modified) call pdoc instead of pdoc3 Thu, 30 Jun 2022 12:40:40 GMT Enrico Schwass [576546e] * .gitlab-ci.yml (modified) * html/ammosreader/AbstractAmmosReader.html (deleted) * html/ammosreader/AmmosAudioDataBody.html (deleted) * html/ammosreader/AmmosAudioDataHeader.html (deleted) * html/ammosreader/AmmosAudioReader.html (deleted) * html/ammosreader/AmmosAudioSocketReader.html (deleted) * html/ammosreader/AmmosConstants.html (deleted) * html/ammosreader/AmmosContainer.html (deleted) * html/ammosreader/AmmosExtendedAudioDataHeader.html (deleted) * html/ammosreader/AmmosExtendedIFDataHeader.html (deleted) * html/ammosreader/AmmosGlobalFrameBody.html (deleted) * html/ammosreader/AmmosGlobalFrameHeader.html (deleted) * html/ammosreader/AmmosIFDataBlock.html (deleted) * html/ammosreader/AmmosIFDataBlockHeader.html (deleted) * html/ammosreader/AmmosIFDataBody.html (deleted) * html/ammosreader/AmmosIFDataHeader.html (deleted) * html/ammosreader/AmmosIFReader.html (deleted) * html/ammosreader/AmmosSingleFrame.html (deleted) * html/ammosreader/IQDWTXBlock.html (deleted) * html/ammosreader/PDW.html (deleted) * html/ammosreader/PPDWContainer.html (deleted) * html/ammosreader/PPDWReader.html (deleted) * html/ammosreader/index.html (deleted) better path naming for pdoc Thu, 30 Jun 2022 12:34:34 GMT Enrico Schwass [36dd1e9] * .gitlab-ci.yml (modified) remove pip install of myself Thu, 30 Jun 2022 12:22:40 GMT Enrico Schwass [3d2d45e] * .gitlab-ci.yml (modified) paths updated Thu, 30 Jun 2022 12:21:09 GMT Enrico Schwass [db6adde] * .gitlab-ci.yml (modified) another path adjustment Thu, 30 Jun 2022 12:15:01 GMT Enrico Schwass [1cb301b] * .gitlab-ci.yml (modified) paths for pdoc adjusted Thu, 30 Jun 2022 12:11:20 GMT Enrico Schwass [1491313] * .gitlab-ci.yml (modified) * doc/Makefile (deleted) * doc/html/.buildinfo (deleted) * doc/html/.doctrees/PDW.doctree (deleted) * doc/html/.doctrees/ammosreader.doctree (deleted) * doc/html/.doctrees/environment.pickle (deleted) * doc/html/.doctrees/index.doctree (deleted) * doc/html/.doctrees/modules.doctree (deleted) * doc/html/.doctrees/pdw_reader.doctree (deleted) * doc/html/PDW.html (deleted) * doc/html/_modules/ammosreader/AmmosAudioDataHeader.html (deleted) * doc/html/_modules/ammosreader/AmmosAudioReader.html (deleted) * doc/html/_modules/ammosreader/AmmosAudioSocketReader.html (deleted) * doc/html/_modules/ammosreader/AmmosContainer.html (deleted) * doc/html/_modules/ammosreader/AmmosExtendedAudioDataHeader.html (deleted) * doc/html/_modules/ammosreader/AmmosExtendedIFDataHeader.html (deleted) * doc/html/_modules/ammosreader/AmmosGlobalFrameBody.html (deleted) * doc/html/_modules/ammosreader/AmmosGlobalFrameHeader.html (deleted) * doc/html/_modules/ammosreader/AmmosIFDataBlock.html (deleted) * doc/html/_modules/ammosreader/AmmosIFDataHeader.html (deleted) * doc/html/_modules/ammosreader/AmmosIFReader.html (deleted) * doc/html/_modules/ammosreader/AmmosSingleFrame.html (deleted) * doc/html/_modules/ammosreader/IQDWTXBlock.html (deleted) * doc/html/_modules/ammosreader/PDW.html (deleted) * doc/html/_modules/ammosreader/PPDWContainer.html (deleted) * doc/html/_modules/index.html (deleted) * doc/html/_sources/PDW.rst.txt (deleted) * doc/html/_sources/ammosreader.rst.txt (deleted) * doc/html/_sources/index.rst.txt (deleted) * doc/html/_sources/modules.rst.txt (deleted) * doc/html/_static/alabaster.css (deleted) * doc/html/_static/basic.css (deleted) * doc/html/_static/css/adctheme.css (deleted) * doc/html/_static/css/mobile.css (deleted) * doc/html/_static/custom.css (deleted) * doc/html/_static/doctools.js (deleted) * doc/html/_static/documentation_options.js (deleted) * doc/html/_static/file.png (deleted) * doc/html/_static/img/arrow-head-left.gif (deleted) * doc/html/_static/img/breadcrumb_background.png (deleted) * doc/html/_static/img/documentation.png (deleted) * doc/html/_static/img/header_sm_mid.png (deleted) * doc/html/_static/img/invisible.gif (deleted) * doc/html/_static/img/scrn1.png (deleted) * doc/html/_static/img/scrn2.png (deleted) * doc/html/_static/img/searchfield_leftcap.png (deleted) * doc/html/_static/img/searchfield_repeat.png (deleted) * doc/html/_static/img/searchfield_rightcap.png (deleted) * doc/html/_static/img/title_background.png (deleted) * doc/html/_static/img/triangle_closed.png (deleted) * doc/html/_static/img/triangle_left.png (deleted) * doc/html/_static/img/triangle_open.png (deleted) * doc/html/_static/jquery-3.5.1.js (deleted) * doc/html/_static/jquery.js (deleted) * doc/html/_static/js/toc.js (deleted) * doc/html/_static/language_data.js (deleted) * doc/html/_static/minus.png (deleted) * doc/html/_static/plus.png (deleted) * doc/html/_static/pygments.css (deleted) * doc/html/_static/searchtools.js (deleted) * doc/html/_static/underscore-1.13.1.js (deleted) * doc/html/_static/underscore.js (deleted) * doc/html/ammosreader.html (deleted) * doc/html/genindex.html (deleted) * doc/html/index.html (deleted) * doc/html/modules.html (deleted) * doc/html/objects.inv (deleted) * doc/html/py-modindex.html (deleted) * doc/html/search.html (deleted) * doc/html/searchindex.js (deleted) * doc/rst/ammosreader.ammosreader.rst (deleted) * doc/rst/ammosreader.rst (deleted) * doc/rst/conf.py (deleted) * doc/rst/index.rst (deleted) * doc/rst/modules.rst (deleted) * doc/source/conf.py (deleted) * doc/source/index.rst (deleted) * html/ammosreader/AbstractAmmosReader.html (added) * html/ammosreader/AmmosAudioDataBody.html (added) * html/ammosreader/AmmosAudioDataHeader.html (added) * html/ammosreader/AmmosAudioReader.html (added) * html/ammosreader/AmmosAudioSocketReader.html (added) * html/ammosreader/AmmosConstants.html (added) * html/ammosreader/AmmosContainer.html (added) * html/ammosreader/AmmosExtendedAudioDataHeader.html (added) * html/ammosreader/AmmosExtendedIFDataHeader.html (added) * html/ammosreader/AmmosGlobalFrameBody.html (added) * html/ammosreader/AmmosGlobalFrameHeader.html (added) * html/ammosreader/AmmosIFDataBlock.html (added) * html/ammosreader/AmmosIFDataBlockHeader.html (added) * html/ammosreader/AmmosIFDataBody.html (added) * html/ammosreader/AmmosIFDataHeader.html (added) * html/ammosreader/AmmosIFReader.html (added) * html/ammosreader/AmmosSingleFrame.html (added) * html/ammosreader/IQDWTXBlock.html (added) * html/ammosreader/PDW.html (added) * html/ammosreader/PPDWContainer.html (added) * html/ammosreader/PPDWReader.html (added) * html/ammosreader/index.html (added) replace sphinx with pdoc Thu, 30 Jun 2022 11:32:20 GMT Enrico Schwass [93661be] * doc/build/doctrees/environment.pickle (deleted) * doc/build/doctrees/index.doctree (deleted) * doc/build/html/_sources/index.rst.txt (deleted) * doc/build/html/genindex.html (deleted) * doc/build/html/index.html (deleted) * doc/build/html/objects.inv (deleted) * doc/build/html/searchindex.js (deleted) * doc/rst/ammosreader.ammosreader.rst (added) * public/.buildinfo (moved) * public/.doctrees/ammosreader.doctree (added) * public/.doctrees/environment.pickle (added) * public/.doctrees/index.doctree (added) * public/.doctrees/modules.doctree (added) * public/_modules/ammosreader/AmmosAudioDataHeader.html (added) * public/_modules/ammosreader/AmmosAudioReader.html (added) * public/_modules/ammosreader/AmmosAudioSocketReader.html (added) * public/_modules/ammosreader/AmmosContainer.html (added) * public/_modules/ammosreader/AmmosExtendedAudioDataHeader.html (added) * public/_modules/ammosreader/AmmosExtendedIFDataHeader.html (added) * public/_modules/ammosreader/AmmosGlobalFrameBody.html (added) * public/_modules/ammosreader/AmmosGlobalFrameHeader.html (added) * public/_modules/ammosreader/AmmosIFDataBlock.html (added) * public/_modules/ammosreader/AmmosIFDataHeader.html (added) * public/_modules/ammosreader/AmmosIFReader.html (added) * public/_modules/ammosreader/AmmosSingleFrame.html (added) * public/_modules/ammosreader/IQDWTXBlock.html (added) * public/_modules/ammosreader/PDW.html (added) * public/_modules/ammosreader/PPDWContainer.html (added) * public/_modules/index.html (added) * public/_sources/ammosreader.rst.txt (added) * public/_sources/index.rst.txt (added) * public/_sources/modules.rst.txt (added) * public/_static/basic.css (moved) * public/_static/css/adctheme.css (added) * public/_static/css/mobile.css (added) * public/_static/doctools.js (moved) * public/_static/documentation_options.js (moved) * public/_static/file.png (moved) * public/_static/img/arrow-head-left.gif (added) * public/_static/img/breadcrumb_background.png (added) * public/_static/img/documentation.png (added) * public/_static/img/header_sm_mid.png (added) * public/_static/img/invisible.gif (added) * public/_static/img/scrn1.png (added) * public/_static/img/scrn2.png (added) * public/_static/img/searchfield_leftcap.png (added) * public/_static/img/searchfield_repeat.png (added) * public/_static/img/searchfield_rightcap.png (added) * public/_static/img/title_background.png (added) * public/_static/img/triangle_closed.png (added) * public/_static/img/triangle_left.png (added) * public/_static/img/triangle_open.png (added) * public/_static/jquery-3.5.1.js (added) * public/_static/jquery.js (moved) * public/_static/js/toc.js (added) * public/_static/language_data.js (moved) * public/_static/minus.png (moved) * public/_static/plus.png (moved) * public/_static/pygments.css (moved) * public/_static/searchtools.js (moved) * public/_static/underscore-1.13.1.js (added) * public/_static/underscore.js (moved) * public/ammosreader.html (added) * public/genindex.html (added) * public/index.html (added) * public/modules.html (added) * public/objects.inv (added) * public/py-modindex.html (added) * public/search.html (moved) * public/searchindex.js (added) sphinx-apidoc run again Thu, 30 Jun 2022 11:28:16 GMT Enrico Schwass [299c79c] * doc/html/.buildinfo (modified) * doc/html/.doctrees/ammosreader.doctree (modified) * doc/html/.doctrees/environment.pickle (modified) * doc/html/.doctrees/index.doctree (modified) * doc/html/.doctrees/modules.doctree (modified) * doc/html/_modules/ammosreader/AmmosAudioDataHeader.html (modified) * doc/html/_modules/ammosreader/AmmosAudioReader.html (modified) * doc/html/_modules/ammosreader/AmmosAudioSocketReader.html (modified) * doc/html/_modules/ammosreader/AmmosContainer.html (modified) * doc/html/_modules/ammosreader/AmmosExtendedAudioDataHeader.html (modified) * doc/html/_modules/ammosreader/AmmosExtendedIFDataHeader.html (modified) * doc/html/_modules/ammosreader/AmmosGlobalFrameBody.html (modified) * doc/html/_modules/ammosreader/AmmosGlobalFrameHeader.html (modified) * doc/html/_modules/ammosreader/AmmosIFDataBlock.html (modified) * doc/html/_modules/ammosreader/AmmosIFDataHeader.html (modified) * doc/html/_modules/ammosreader/AmmosIFReader.html (modified) * doc/html/_modules/ammosreader/AmmosSingleFrame.html (modified) * doc/html/_modules/ammosreader/PDW.html (modified) * doc/html/_modules/ammosreader/PPDWContainer.html (modified) * doc/html/_modules/index.html (modified) * doc/html/_static/doctools.js (modified) * doc/html/_static/documentation_options.js (modified) * doc/html/_static/searchtools.js (modified) * doc/html/ammosreader.html (modified) * doc/html/genindex.html (modified) * doc/html/index.html (modified) * doc/html/modules.html (modified) * doc/html/objects.inv (modified) * doc/html/py-modindex.html (modified) * doc/html/search.html (modified) * doc/html/searchindex.js (modified) sphinx-apidoc run Thu, 30 Jun 2022 09:47:42 GMT Enrico Schwass [eab48d0] * .gitlab-ci.yml (modified) add deploy token Thu, 30 Jun 2022 09:42:44 GMT Enrico Schwass [6ded698] * .gitlab-ci.yml (modified) add package itself as requirement to build to docs Thu, 30 Jun 2022 09:35:30 GMT Enrico Schwass [38d2a8b] * ammosreader/AbstractAmmosReader.py (modified) * ammosreader/AmmosExtendedAudioDataHeader.py (modified) * ammosreader/AmmosExtendedIFDataHeader.py (modified) * ammosreader/AmmosGlobalFrameHeader.py (modified) * ammosreader/AmmosIFDataBlockHeader.py (modified) * ammosreader/PDW.py (modified) * sample_scripts/iqdw_reader.py (modified) set endiness explicitly to little on every struct.unpack Thu, 30 Jun 2022 05:59:45 GMT Enrico Schwass [ca6263a] * .gitlab-ci.yml (modified) fix gitlab.yaml Thu, 30 Jun 2022 05:55:20 GMT Enrico Schwass [a81ab76] * .gitlab-ci.yml (modified) generate doc for the guix branch only Wed, 29 Jun 2022 14:12:34 GMT Enrico Schwass [2a9faed] * ammosreader/AmmosIFDataBlockHeader.py (modified) * ammosreader/AmmosIFDataBody.py (modified) * ammosreader/AmmosIFReader.py (modified) * sample_scripts/iqdw_reader.py (modified) more fixes to ensure proper IF data frame processing Wed, 29 Jun 2022 13:35:25 GMT Enrico Schwass [4455f2b] * ammosreader/AmmosAudioDataHeader.py (modified) * ammosreader/AmmosIFDataBlockHeader.py (modified) * ammosreader/AmmosIFDataBody.py (modified) * ammosreader/AmmosIFDataHeader.py (modified) * ammosreader/AmmosIFReader.py (modified) * sample_scripts/audio_socket_reader_test.py (modified) another massive refactoring for IF frames Wed, 29 Jun 2022 12:58:53 GMT Enrico Schwass [83e6c89] * ammosreader/AmmosIFDataBlock.py (added) * ammosreader/AmmosIFDataBlockHeader.py (added) * ammosreader/AmmosIFDataBody.py (added) fix organization of IF data frames Wed, 29 Jun 2022 11:21:41 GMT Enrico Schwass [4f0cd38] * ammosreader/AmmosAudioDataBlock.py (deleted) * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosGlobalFrameBody.py (modified) * ammosreader/AmmosIFDataBlock.py (deleted) DataBlocks removed because GlobalDataFrameBody is used therefore Wed, 29 Jun 2022 11:11:15 GMT Enrico Schwass [d7ea525] * ammosreader/AbstractAmmosReader.py (modified) * ammosreader/AmmosAudioDataBlock.py (added) * ammosreader/AmmosAudioDataBody.py (modified) * ammosreader/AmmosAudioDataHeader.py (modified) * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosConstants.py (moved) * ammosreader/AmmosExtendedAudioDataHeader.py (modified) * ammosreader/AmmosExtendedIFDataHeader.py (modified) * ammosreader/AmmosIFDataBlock.py (modified) * ammosreader/AmmosIFDataHeader.py (modified) massive refactoring Wed, 29 Jun 2022 11:08:01 GMT Enrico Schwass [87b2e39] * ammosreader/AmmosAudioDataBody.py (moved) AudioDataBlock renamed to AudioDataBody Wed, 29 Jun 2022 09:01:47 GMT Enrico Schwass [ef16c0b] * ammosreader/AbstractAmmosReader.py (added) * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosIFReader.py (modified) * ammosreader/CAConstants.py (modified) Refactoring to use AbstractAmmosReader as base class to avoid code ... Wed, 29 Jun 2022 05:31:44 GMT Enrico Schwass [b41e975] * ammosreader/AmmosAudioDataBlock.py (modified) support for multichannel AmmosAudioDataBlock and replay Tue, 28 Jun 2022 17:22:31 GMT Enrico Schwass [6059ec7] * ammosreader/AmmosAudioDataBlock.py (added) * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosContainer.py (modified) * ammosreader/AmmosGlobalFrameBody.py (modified) * ammosreader/AmmosSingleFrame.py (modified) * sample_scripts/audio_reader.py (modified) accessors added - AmmosAudioDataBlock added Tue, 28 Jun 2022 11:11:17 GMT Enrico Schwass [72b50cd] * ammosreader/AmmosAudioReader.py (modified) * ammosreader/AmmosContainer.py (modified) * sample_scripts/audio_reader.py (modified) * sample_scripts/iqdw_reader.py (modified) size() method for AmmosContainer fixed Tue, 28 Jun 2022 10:47:10 GMT Enrico Schwass [57c81ef] * ammosreader/AmmosGlobalFrameHeader.py (modified) fix that checks MAGIC_WORD in class not instance Mon, 27 Jun 2022 14:27:26 GMT Enrico Schwass [9951793] * ammosreader/CAConstants.py (added) * org/FrameTypes.org (added) CAConstants.py added Tue, 17 May 2022 14:00:32 GMT Enrico Schwass [ea83987] Merge branch 'main' into guix Fri, 13 May 2022 06:47:29 GMT Enrico Schwass [0111c17] * LICENSE (modified) APACHE 2.0 license added Fri, 13 May 2022 06:42:52 GMT Enrico Schwass [570fe0c] * setup.py (modified) * src/ammosreader/AmmosAudioDataHeader.py (deleted) * src/ammosreader/AmmosAudioReader.py (deleted) * src/ammosreader/AmmosAudioSocketReader.py (deleted) * src/ammosreader/AmmosContainer.py (deleted) * src/ammosreader/AmmosExtendedAudioDataHeader.py (deleted) * src/ammosreader/AmmosExtendedIFDataHeader.py (deleted) * src/ammosreader/AmmosGlobalFrameBody.py (deleted) * src/ammosreader/AmmosGlobalFrameHeader.py (deleted) * src/ammosreader/AmmosIFDataBlock.py (deleted) * src/ammosreader/AmmosIFDataHeader.py (deleted) * src/ammosreader/AmmosIFReader.py (deleted) * src/ammosreader/AmmosSingleFrame.py (deleted) * src/ammosreader/IQDWTXBlock.py (deleted) * src/ammosreader/PDW.py (deleted) * src/ammosreader/PPDWContainer.py (deleted) * src/ammosreader/PPDWReader.py (deleted) * src/ammosreader/__init__.py (deleted) update to version 1.2.7 Thu, 12 May 2022 15:47:53 GMT Enrico Schwass [0a1cc2a] * setup.py (modified) missing tag added Thu, 12 May 2022 15:45:38 GMT Enrico Schwass [276d0aa] * setup.py (modified) version updated to 1.2.6 Thu, 12 May 2022 15:44:33 GMT Enrico Schwass [752e2a9] * ammosreader/AmmosAudioDataHeader.py (added) * ammosreader/AmmosAudioReader.py (added) * ammosreader/AmmosAudioSocketReader.py (added) * ammosreader/AmmosContainer.py (added) * ammosreader/AmmosExtendedAudioDataHeader.py (added) * ammosreader/AmmosExtendedIFDataHeader.py (added) * ammosreader/AmmosGlobalFrameBody.py (added) * ammosreader/AmmosGlobalFrameHeader.py (added) * ammosreader/AmmosIFDataBlock.py (added) * ammosreader/AmmosIFDataHeader.py (added) * ammosreader/AmmosIFReader.py (added) * ammosreader/AmmosSingleFrame.py (added) * ammosreader/IQDWTXBlock.py (added) * ammosreader/PDW.py (added) * ammosreader/PPDWContainer.py (added) * ammosreader/PPDWReader.py (added) * ammosreader/__init__.py (added) * setup.py (modified) remove src parent directory Thu, 12 May 2022 15:17:20 GMT Enrico Schwass [2a19d78] * setup.py (modified) change version to 1.2.5 Thu, 12 May 2022 15:00:21 GMT Enrico Schwass [e6aefae] * setup.py (modified) change package definition in setup.py Thu, 12 May 2022 14:27:52 GMT Enrico Schwass [229ffb8] * src/ammosreader.egg-info/PKG-INFO (deleted) * src/ammosreader.egg-info/SOURCES.txt (deleted) * src/ammosreader.egg-info/dependency_links.txt (deleted) * src/ammosreader.egg-info/not-zip-safe (deleted) * src/ammosreader.egg-info/requires.txt (deleted) * src/ammosreader.egg-info/top_level.txt (deleted) remove egg directory from repository Thu, 12 May 2022 14:00:16 GMT Enrico Schwass [919f91c] * setup.py (modified) change name of package from AmmosReader to ammosreader Thu, 12 May 2022 10:12:23 GMT Enrico Schwass [1f67b03] * setup.py (modified) version updated to 1.2.4 Thu, 12 May 2022 09:33:53 GMT Enrico Schwass [c2ca01e] * sample_scripts/iqdw_reader.py (modified) fix shebang in iqdw_reader.py Thu, 12 May 2022 07:33:39 GMT Enrico Schwass [e764b0e] * __init__.py (modified) * sample_scripts/iqdw_reader.py (modified) * setup.py (modified) * src/ammosreader/__init__.py (modified) __init__.py cleared - typo in setup.cfg fixed