LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/frxx_icon.png
src/frxx_view.py
src/frxx_view.egg-info/PKG-INFO
src/frxx_view.egg-info/SOURCES.txt
src/frxx_view.egg-info/dependency_links.txt
src/frxx_view.egg-info/entry_points.txt
src/frxx_view.egg-info/requires.txt
src/frxx_view.egg-info/top_level.txt
src/frxxv/__init__.py
src/frxxv/__main__.py
src/frxxv/app.py
src/frxxv/args.py
src/frxxv/config.py
src/frxxv/main.py
src/frxxv/state.py
src/frxxv/controllers/__init__.py
src/frxxv/controllers/edit_manager.py
src/frxxv/controllers/file_manager.py
src/frxxv/controllers/interaction_manager.py
src/frxxv/controllers/key_router.py
src/frxxv/controllers/mask_controller.py
src/frxxv/controllers/panel_lims_controller.py
src/frxxv/controllers/plot_controller.py
src/frxxv/controllers/product_manager.py
src/frxxv/ingest/__init__.py
src/frxxv/ingest/case_ingest.py
src/frxxv/ingest/file_ingestible.py
src/frxxv/ingest/case_types/__init__.py
src/frxxv/ingest/case_types/directory.py
src/frxxv/ingest/case_types/frxx_case.py
src/frxxv/ingest/file_types/__init__.py
src/frxxv/ingest/file_types/cfradial.py
src/frxxv/ingest/file_types/pyart.py
src/frxxv/plotting/__init__.py
src/frxxv/plotting/ppi.py
src/frxxv/shell/__init__.py
src/frxxv/shell/basic_edits.py
src/frxxv/shell/boundary.py
src/frxxv/shell/mask.py
src/frxxv/shell/prod_nav.py
src/frxxv/shell/shell.py
src/frxxv/shell/moments/__init__.py
src/frxxv/shell/moments/dealias.py
src/frxxv/shell/moments/doppler.py
src/frxxv/shell/moments/nav.py
src/frxxv/shell/moments/savefig.py
src/frxxv/shell/moments/vals.py
src/frxxv/shell/moments/write.py
src/frxxv/shell/spectra/__init__.py
src/frxxv/widgets/__init__.py
src/frxxv/widgets/command_shell.py
src/frxxv/widgets/info_bar.py
src/frxxv/widgets/panel_frame.py
src/frxxv/widgets/panel_grid.py
src/frxxv/windows/__init__.py
src/frxxv/windows/data_window.py