LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/source/api_eiscat.rst
docs/source/api_gmf.rst
docs/source/cli.rst
docs/source/concept_gmf.rst
docs/source/develop.rst
docs/source/format_drf.rst
docs/source/format_gmf.rst
docs/source/index.rst
docs/source/install.rst
docs/source/parallelism.rst
docs/source/params_experiment.rst
docs/source/params_processing.rst
docs/source/quickstart.rst
src/gmf_c_lib/Makefile
src/gmf_c_lib/gmf.c
src/gmf_c_lib/gmf.h
src/gmf_cuda_lib/Makefile
src/gmf_cuda_lib/gmfgpu.cu
src/gmf_cuda_lib/gmfgpu.h
src/gmf_cuda_lib/hello.cu
src/hardtarget/__init__.py
src/hardtarget/configuration.py
src/hardtarget/digitalrf_wrapper.py
src/hardtarget/drf_utils.py
src/hardtarget/global_mpi.py
src/hardtarget/noise.py
src/hardtarget/profiling.py
src/hardtarget/utils.py
src/hardtarget/version.py
src/hardtarget.egg-info/PKG-INFO
src/hardtarget.egg-info/SOURCES.txt
src/hardtarget.egg-info/dependency_links.txt
src/hardtarget.egg-info/entry_points.txt
src/hardtarget.egg-info/requires.txt
src/hardtarget.egg-info/top_level.txt
src/hardtarget/analysis/__init__.py
src/hardtarget/analysis/analyze_gmf.py
src/hardtarget/analysis/utils.py
src/hardtarget/cli/__init__.py
src/hardtarget/cli/cmd_analyze.py
src/hardtarget/cli/cmd_check.py
src/hardtarget/cli/cmd_convert.py
src/hardtarget/cli/cmd_download.py
src/hardtarget/cli/cmd_inspect.py
src/hardtarget/cli/cmd_plot.py
src/hardtarget/cli/commands.py
src/hardtarget/cli/convert_eiscat.py
src/hardtarget/cli/download_eiscat.py
src/hardtarget/cli/inspect_drf.py
src/hardtarget/cli/inspect_gmf.py
src/hardtarget/cli/plot_drf.py
src/hardtarget/cli/plot_gmf.py
src/hardtarget/cli/utils.py
src/hardtarget/gmf/__init__.py
src/hardtarget/gmf/gmf_c.py
src/hardtarget/gmf/gmf_cuda.py
src/hardtarget/gmf/gmf_numpy.py
src/hardtarget/gmf/numpy_ctypes.py
src/hardtarget/gmf/preprocess.py
src/hardtarget/plotting/__init__.py
src/hardtarget/plotting/drf.py
src/hardtarget/plotting/gmf.py
src/hardtarget/radars/__init__.py
src/hardtarget/radars/eiscat/__init__.py
src/hardtarget/radars/eiscat/convert.py
src/hardtarget/radars/eiscat/download.py
src/hardtarget/radars/eiscat/leo_bpark.ini
src/hardtarget/radars/eiscat/leo_bpark_code.txt
src/hardtarget/radars/eiscat/leo_mpark.ini
src/hardtarget/simulation/__init__.py
src/hardtarget/simulation/simulate_drf.py
src/hardtarget/simulation/utils.py
tests/test_analysis_utils.py
tests/test_convert.py
tests/test_digitalrf_wrapper.py
tests/test_eiscat_download.py
tests/test_gmf.py
tests/test_gmf_out.py
tests/test_simulate_and_analysis.py