# # ChangeLog for / in ammosreader # # Generated by Trac 1.6 # 05/25/25 01:27:28 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 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 Wed, 11 May 2022 15:10:59 GMT Enrico Schwass [ff2ed94] * setup.py (modified) * src/_version.py (deleted) use scripts entry to specify certain tools in setup.py Wed, 11 May 2022 12:54:40 GMT Enrico Schwass [7904fa5] * pyproject.toml (deleted) * setup.cfg (deleted) * setup.py (modified) master branch setup fixed Wed, 11 May 2022 12:37:15 GMT Enrico Schwass [2e41b83] * pyproject.toml (deleted) * setup.cfg (deleted) * setup.py (modified) setup simplified Wed, 11 May 2022 12:13:43 GMT Enrico Schwass [06043fb] * __init__.py (modified) * pyproject.toml (modified) * setup.cfg (modified) * src/ammosreader/__init__.py (modified) discard setuptools-scm due to versioning problems Tue, 10 May 2022 15:17:28 GMT Enrico Schwass [47ea86d] * requirements.txt (deleted) change email address to have commits verified again Tue, 10 May 2022 14:55:47 GMT Enrico Schwass [77ab452] * requirements.txt (added) tag added Tue, 10 May 2022 14:51:55 GMT Enrico Schwass [5e84106] * reqs.txt (modified) * sample_scripts/import_signals.py (modified) * setup.cfg (modified) python version downgraded to 3.9 Mon, 09 May 2022 08:22:36 GMT Enrico Schwass [27e3114] * sample_scripts/audio_socket_reader_test_streamer.py (modified) * src/ammosreader/AmmosAudioSocketReader.py (modified) Merge branch 'main' of http://gitlab.kid.local/kidzg/ammosreader Mon, 09 May 2022 08:21:41 GMT Enrico Schwass [1d0974d] * sample_scripts/import_signal.py (modified) * sample_scripts/import_signals.py (added) * src/_version.py (modified) * src/ammosreader.egg-info/PKG-INFO (modified) * src/ammosreader.egg-info/SOURCES.txt (modified) * src/ammosreader/PPDWContainer.py (modified) better import scripts added Mon, 09 May 2022 04:41:02 GMT recknagel [6d35183] * src/ammosreader/AmmosAudioSocketReader.py (modified) minor bugfix in general data processing Mon, 09 May 2022 04:16:08 GMT recknagel [b67e7e5] * sample_scripts/audio_socket_reader_test_streamer.py (modified) added closing of sockets Mon, 09 May 2022 04:15:46 GMT recknagel [a574a93] * src/ammosreader/AmmosAudioSocketReader.py (modified) added error handling for timed out connections Fri, 06 May 2022 09:23:51 GMT Enrico Schwass [4180d6a] * reqs.txt (added) * sample_scripts/import_signal.py (modified) * sample_scripts/iqdw_reader.py (modified) * src/_version.py (modified) * src/ammosreader.egg-info/PKG-INFO (modified) * src/ammosreader/PDW.py (modified) Add pymongo import script Thu, 05 May 2022 14:19:02 GMT Enrico Schwass [94f7c24] * sample_scripts/import_signal.py (modified) * src/ammosreader/AmmosIFReader.py (modified) * src/ammosreader/AmmosSingleFrame.py (modified) * src/ammosreader/PPDWReader.py (modified) print statements removed and typo fixed Thu, 05 May 2022 14:00:45 GMT Enrico Schwass [6808525] * sample_scripts/import_signal.py (modified) * src/_version.py (modified) * src/ammosreader.egg-info/PKG-INFO (modified) * src/ammosreader.egg-info/SOURCES.txt (modified) * src/ammosreader/PDW.py (modified) * src/ammosreader/PPDWContainer.py (modified) * src/ammosreader/PPDWReader.py (modified) import script improved Thu, 05 May 2022 13:00:19 GMT Enrico Schwass [bfab5ea] * sample_scripts/import_signal.py (added) * src/ammosreader/PDW.py (modified) * src/ammosreader/PPDWContainer.py (modified) * src/ammosreader/PPDWReader.py (added) import script for ammos signal dirs added Thu, 05 May 2022 10:08:03 GMT Frank Löpthien [d954282] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:16:33 GMT Frank Löpthien [437474e] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:13:48 GMT Frank Löpthien [ab26682] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:11:05 GMT Frank Löpthien [bdaba33] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:08:46 GMT Frank Löpthien [9257658] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:07:01 GMT Frank Löpthien [bca0f7e] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:04:11 GMT Frank Löpthien [1731491] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:03:15 GMT Frank Löpthien [5109ad2] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 09:01:01 GMT Frank Löpthien [2bd1575] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 08:56:20 GMT Frank Löpthien [ddd8fc5] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 08:47:58 GMT Frank Löpthien [8073839] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 08:41:04 GMT Frank Löpthien [7cadef2] * .gitlab-ci.yml (modified) Update .gitlab-ci.yml Thu, 05 May 2022 08:36:40 GMT Enrico Schwass [bcf4258] * setup.cfg (modified) setup.cfg now requires python3.10