/spacecraft-anomaly-detection

Experiments with algorithms to identify anomalies in multivariate series, targeted for spacecraft applications.

Primary LanguageJupyter NotebookMIT LicenseMIT

Anomaly detection for spacecraft/satellite applications

This project contains experiments with algorithms to identify anomalies in multivariate series with a focus on spacecraft applications.

Each experiment is a jupyter notebook that generates one or more models to process multivariate series.

Dependencies are contained in a conda environemnt.

conda env create -f anomalies-env.yml
conda activate anomalies-env.yml

Project organization:

./
    data                 Contains data, or URIs to download.
    models               Trained models are exported here.
    notebooks            Experiments.
    README.md            This file.
    anomalies-env.yml    Conda environment for Python3/Jupyter.    

References and useful links

General anomaly detection:

Aerospace spacecraft/satellite telemetry specific:

Embedded bus (CAN, etc.) oriented:

Datasets