Skip to content

Commit be76a32

Browse files
committed
renaming pipelinedata to processingdata
1 parent 2015907 commit be76a32

File tree

2 files changed

+18
-60
lines changed

2 files changed

+18
-60
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

src/modacor/modules/base_modules/poisson_uncertainty.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)