LICENCE
README.md
pyproject.toml
marss2l/__init__.py
marss2l/config.py
marss2l/dataframe_image_plumes.py
marss2l/eval_baseline.py
marss2l/eval_final.py
marss2l/huggingface.py
marss2l/loaders.py
marss2l/locations_case_studies.py
marss2l/loss.py
marss2l/mbmp_torch.py
marss2l/metrics.py
marss2l/models.py
marss2l/reproduce_training.py
marss2l/sampling.py
marss2l/seed.py
marss2l/stats_dataset.py
marss2l/train_final.py
marss2l/trainer.py
marss2l/utils.py
marss2l/validation_utils.py
marss2l.egg-info/PKG-INFO
marss2l.egg-info/SOURCES.txt
marss2l.egg-info/dependency_links.txt
marss2l.egg-info/requires.txt
marss2l.egg-info/top_level.txt
marss2l/mars_sentinel2/__init__.py
marss2l/mars_sentinel2/countries.py
marss2l/mars_sentinel2/ee.py
marss2l/mars_sentinel2/integrated_transmittances.json
marss2l/mars_sentinel2/mixing_ratio_methane.py
marss2l/mars_sentinel2/plume_detection.py
marss2l/mars_sentinel2/plume_detection_model.py
marss2l/mars_sentinel2/plumesimulation.py
marss2l/mars_sentinel2/quantification.py
marss2l/mars_sentinel2/query_images.py
marss2l/mars_sentinel2/s2lutils.py
marss2l/mars_sentinel2/transmittance_to_ch4.py
marss2l/mars_sentinel2/utils.py
marss2l/mars_sentinel2/utils_torch.py
marss2l/mars_sentinel2/wind.py
marss2l/plot/__init__.py
marss2l/plot/colors.py
marss2l/plot/geographical_location.py
marss2l/plot/images_by_month.py
marss2l/plot/inference.py
marss2l/plot/plot_histograms_predictions.py
marss2l/plot/plot_location_for_inference.py
marss2l/plot/prob_vs_emission_rate.py
marss2l/plot/recall_fluxrate_plot.py
marss2l/plot/time_series.py
tests/test_calculate_injection_slices.py
tests/test_config.py
tests/test_georeader_utils.py
tests/test_mixing_ratio_methane.py
tests/test_plume_detection.py
tests/test_train_final.py
tests/test_transmittance_to_ch4.py