├── LICENSE ├── README.md ├── c2_processing.py ├── detect.py ├── fts_processing.py ├── main.py ├── requirements.txt ├── test.py ├── track_quality.py ├── tracker.py ├── train.py └── visualize.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/README.md -------------------------------------------------------------------------------- /c2_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/c2_processing.py -------------------------------------------------------------------------------- /detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/detect.py -------------------------------------------------------------------------------- /fts_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/fts_processing.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/requirements.txt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/test.py -------------------------------------------------------------------------------- /track_quality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/track_quality.py -------------------------------------------------------------------------------- /tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/tracker.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/train.py -------------------------------------------------------------------------------- /visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimeDevBlocker/soho-comet-pipeline/HEAD/visualize.py --------------------------------------------------------------------------------