Difference between revisions of "STIX data center"

From stix
Jump to: navigation, search
(Source code)
Line 1: Line 1:
This page is still under construction.
+
The STIX data center is an automated data processing, management and visualization platform developed by the STIX team, in order to process and, archive STIX telemetry data,  support the operations of the instrument, and science activities with STIX data.  It receives STIX telemetry data from ESA, and then processes it into different data products automatically.  Analysis reports, instrument health status, and analysis results are displayed using responsive web GUIs.  The whole system has been deployed on a cloud server at FHNW.  
  
STIX data center is a virtual server hosted at FHNW.  
+
Thanks to its modular design and compatibility with ESA’s mission control system  SCOS2000,  the system can be easily adapted for other space missions.   After some minor modifications, it can also be applied to other use cases, such as automated data processing platforms for large scientific facilities and the Internet of Things (IoT).
== STIX Data Center tasks ==
+
STIX data center features
Its tasks include
+
- Automated data processing platform for STIX
* Process STIX raw data & produce high level data products
 
* Monitor Data quality and instrument health status
 
* Provide data products and data browsing tools for  the Solar Physics Community
 
* Support STIX operations
 
* Data archiving
 
== STIX data center architecture ==
 
Data processing SW  mainly written in python.
 
NoSQL DB (MongoDB) used to stored telemetry packets, file metadata and configurations
 
  
== Source code ==
+
- Cloud-based
The source code can be found at:
 
* Data processing pipeline:  https://github.com/i4Ds/STIX_python_PUB023
 
* STIX data center website:  https://github.com/i4Ds/STIX-data-center
 
  
== Developers ==
+
- Interactive web-GUIs and Python APIs
* Data processing software & data processing pipeline developers
 
** [mailto:hualin.xiao@fhnw.ch Hualin Xiao]
 
** [mailto:shane.maloney@tcd.ie Shane Maloney]
 
  
* STIX Data Center
+
- Automated monitoring of data quality and instrument health
** [mailto:hualin.xiao@fhnw.ch Hualin Xiao]
+
 
 +
- Support ESA's SCOS2000 standards
 +
 
 +
- Can be adapted to other space missions and user cases easily

Revision as of 14:40, 29 August 2022

The STIX data center is an automated data processing, management and visualization platform developed by the STIX team, in order to process and, archive STIX telemetry data, support the operations of the instrument, and science activities with STIX data. It receives STIX telemetry data from ESA, and then processes it into different data products automatically. Analysis reports, instrument health status, and analysis results are displayed using responsive web GUIs. The whole system has been deployed on a cloud server at FHNW.

Thanks to its modular design and compatibility with ESA’s mission control system SCOS2000, the system can be easily adapted for other space missions. After some minor modifications, it can also be applied to other use cases, such as automated data processing platforms for large scientific facilities and the Internet of Things (IoT). STIX data center features - Automated data processing platform for STIX

- Cloud-based

- Interactive web-GUIs and Python APIs

- Automated monitoring of data quality and instrument health

- Support ESA's SCOS2000 standards

- Can be adapted to other space missions and user cases easily