Difference between revisions of "STIX data center"

From stix
Jump to: navigation, search
(Source code)
Line 16: Line 16:
 
The source code can be found at:
 
The source code can be found at:
 
* Data processing pipeline:  https://github.com/i4Ds/STIX_python_PUB023
 
* Data processing pipeline:  https://github.com/i4Ds/STIX_python_PUB023
* STIX data center web applications:  https://github.com/i4Ds/STIX-data-center
+
* STIX data center website:  https://github.com/i4Ds/STIX-data-center
 +
 
 
== Developers ==
 
== Developers ==
 
* Data processing software & data processing pipeline developers
 
* Data processing software & data processing pipeline developers

Revision as of 08:41, 31 March 2022

This page is still under construction.

STIX data center is a virtual server hosted at FHNW.

1 STIX Data Center tasks

Its tasks include

  • 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

2 STIX data center architecture

Data processing SW mainly written in python. NoSQL DB (MongoDB) used to stored telemetry packets, file metadata and configurations

3 Source code

The source code can be found at:

4 Developers