We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906ee79 + be76a32 commit 25177dbCopy full SHA for 25177db
src/modacor/dataclasses/processingdata.py
@@ -0,0 +1,18 @@
1
+# src/modacor/dataclasses/processingdata.py
2
+# -*- coding: utf-8 -*-
3
+__author__ = "Brian R. Pauw"
4
+__copyright__ = "MoDaCor team"
5
+__license__ = "BSD3"
6
+__date__ = "22/05/2025"
7
+__version__ = "20250522.1"
8
+__status__ = "Production" # "Development", "Production"
9
+
10
11
+class ProcessingData(dict):
12
+ """
13
+ Contains a collection of DataBundles used in a given pipeline
14
15
16
+ description: str | None = None
17
+ # as per NXcanSAS, tells which basedata to plot
18
+ default_plot: str | None = None
0 commit comments