LICENSE
README.rst
pyproject.toml
src/amisrsynthdata/__init__.py
src/amisrsynthdata/ionosphere.py
src/amisrsynthdata/radar.py
src/amisrsynthdata/syntheticdata.py
src/amisrsynthdata.egg-info/PKG-INFO
src/amisrsynthdata.egg-info/SOURCES.txt
src/amisrsynthdata.egg-info/dependency_links.txt
src/amisrsynthdata.egg-info/entry_points.txt
src/amisrsynthdata.egg-info/requires.txt
src/amisrsynthdata.egg-info/top_level.txt
src/amisrsynthdata/beamcodes/__init__.py
src/amisrsynthdata/beamcodes/bcotable_pfisr.txt
src/amisrsynthdata/beamcodes/bcotable_risrc.txt
src/amisrsynthdata/beamcodes/bcotable_risrn.txt
src/amisrsynthdata/state_functions/__init__.py
src/amisrsynthdata/state_functions/density.py
src/amisrsynthdata/state_functions/temperature.py
src/amisrsynthdata/state_functions/utils.py
src/amisrsynthdata/state_functions/velocity.py
tests/test_Ionosphere.py
tests/test_Radar.py
tests/test_SyntheticData.py
tests/test_state_functions.py