.gitignore
README.md
predict.py
pyproject.toml
requirements.txt
train.py
utils.py
.github/workflows/publish.yml
docs/notebooks/lab2a_phasenet_das_inference.ipynb
docs/notebooks/lab2b_pick_association.ipynb
docs/notebooks/lab2c_semisupervised_training.ipynb
examples/ceed_training_plots.py
examples/italy/prepare_inventory.py
examples/italy/prepare_mseed_list.py
examples/italy/run_all_years.sh
examples/italy/upload_loop.sh
examples/italy/upload_phasenet_origin.sh
phasenet/__init__.py
phasenet.egg-info/PKG-INFO
phasenet.egg-info/SOURCES.txt
phasenet.egg-info/dependency_links.txt
phasenet.egg-info/entry_points.txt
phasenet.egg-info/requires.txt
phasenet.egg-info/top_level.txt
phasenet/data/__init__.py
phasenet/data/ceed.py
phasenet/data/das.py
phasenet/data/transforms.py
phasenet/models/__init__.py
phasenet/models/phasenet.py
phasenet/models/phasenet_das.py
phasenet/models/phasenet_das_plus.py
phasenet/models/phasenet_plus.py
phasenet/models/phasenet_tf.py
phasenet/models/phasenet_tf_plus.py
phasenet/models/unet.py
phasenet/models/unet2018.py
phasenet/models/prompt/__init__.py
phasenet/models/prompt/common.py
phasenet/models/prompt/mask_decoder.py
phasenet/models/prompt/prompt_encoder.py
phasenet/models/prompt/transformer.py
phasenet/utils/__init__.py
phasenet/utils/detect_peaks_cpu.py
phasenet/utils/inference.py
phasenet/utils/postprocess.py
phasenet/utils/visualization.py
scripts/predict_ceed.py
scripts/predict_ceed.sh
scripts/predict_das.py
scripts/predict_das.sh
scripts/predict_mseed.py
scripts/semisupervised_das.sh
scripts/train_ceed.sh
scripts/train_das.sh
tests/benchmark_dataloader.py
tests/test_augmentations.py
tests/test_labels.py