Skip to content

Commit 25177db

Browse files
authored
Merge pull request #27 from BAMresearch/modifying_databundle_and_associates
renaming pipelinedata to processingdata
2 parents 906ee79 + be76a32 commit 25177db

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)