LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
PV_Hawk_Viewer.egg-info/PKG-INFO
PV_Hawk_Viewer.egg-info/SOURCES.txt
PV_Hawk_Viewer.egg-info/dependency_links.txt
PV_Hawk_Viewer.egg-info/entry_points.txt
PV_Hawk_Viewer.egg-info/requires.txt
PV_Hawk_Viewer.egg-info/top_level.txt
docs/screenshots/screenshot_analysis.png
docs/screenshots/screenshot_app_started.png
docs/screenshots/screenshot_dataset_opened.png
docs/screenshots/screenshot_defect_annotation.png
docs/screenshots/screenshot_module_temperatures_result.png
docs/screenshots/screenshot_string_annotation.png
src/__init__.py
src/__main__.py
src/index.html
src/analysis/__init__.py
src/analysis/sun_filter.py
src/analysis/temperatures.py
src/components/__init__.py
src/components/analysis.py
src/components/analysis_details.py
src/components/annotation_editor.py
src/components/data_sources.py
src/components/dataset_settings.py
src/components/mainwindow.py
src/components/map.py
src/components/patches.py
src/components/source_frame.py
src/components/string_editor.py
src/resources/__init__.py
src/resources/app_icon.png
src/resources/defect_schema.json
src/resources/no_image.png
src/resources/no_sun_icon.png
src/resources/sun_icon.png
src/resources/web/leaflet-1.7.1.css
src/resources/web/leaflet-1.7.1.js
src/resources/web/style.css
src/resources/web/turf.js
src/ui/__init__.py
src/ui/analysis.ui
src/ui/analysis_details.ui
src/ui/annotation_editor.ui
src/ui/data_sources.ui
src/ui/dataset_settings.ui
src/ui/mainwindow.ui
src/ui/source_frame.ui
src/ui/string_editor.ui
src/ui/toolbar_colormap_selection.ui
src/ui/toolbar_data_range.ui
src/ui/ui_analysis.py
src/ui/ui_analysis_details.py
src/ui/ui_annotation_editor.py
src/ui/ui_data_sources.py
src/ui/ui_dataset_settings.py
src/ui/ui_mainwindow.py
src/ui/ui_source_frame.py
src/ui/ui_string_editor.py
src/ui/ui_toolbar_colormap_selection.py
src/ui/ui_toolbar_data_range.py
src/utils/__init__.py
src/utils/colormap.py
src/utils/common.py
src/utils/flow_layout.py
src/utils/geojson.py