Minimal measurement data analysis frame with nodes and container.
Project description
Data Action Context
DAC provides a minimal frame for (measurement) data analysis if you want to:
- Visualize data, process and interact
- Customize your analysis
- Save the analysis and load back
- Enable multiple analysis of same processing (like batch analysis)
- Link different analysis
Example of DAC user interface as shown below:
Concepts
Data & Action
The processing is essentially "function call to data (objects or parameters)".
The actions to data can be processing (non-interactive and time consuming, with outputs) or visualing (interactive, no output).
Interaction
Predefined click-able Jupyter notebook
Context
For multiple measurements / analyses under different conditions, the processing can be very similar, with a few parameters changed.
To enable same processing and share "variable names" among different conditions, context is used.
Auxiliaries
Quick tasks (on action node)
For parameter input, sometimes we need to interact with output of previous action and set, or we're inputting something long (e.g. a file path).
"Quick tasks" helps to fill the parameters with interactions.
Quick actions (on data node)
To explore data, actions can be created and accept the data as input. However, it costs several steps, and sometimes we want just exploring freely.
"Quick actions" creates actions virtually (not adding to project) who function to selected data nodes with default parameters. If delicate parameter tuning is required, then create a normal action.
Get started
Modules
Besides the minimal frame, this repo also provides usable modules for common measurement data analyis.
Extending
data.py
and actions.py
For each module (contains a bunch of analysis methods of same topic), data types and the processing/visualization methods need defined.
(scripting: use the classes directly)
plugins.yaml
A YAML file is used to control which actions are available at what context, it helps:
- Separate different analysis, keep related actions
- Use the order to guide analyzing sequence
- Easily adapt or reuse actions
Appendix
OOP or function calls
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file miz_dac-0.3.3.tar.gz
.
File metadata
- Download URL: miz_dac-0.3.3.tar.gz
- Upload date:
- Size: 37.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e013e1c834bc0626d861add3565a4d52fe4111da9b4b128afd9bbe6dfc05cfe |
|
MD5 | e92d75108a7c7de6e49d33b7c5a4ec12 |
|
BLAKE2b-256 | 652187d11dfde161c551de3cd0ca85f1610f8560c8acaa2291e454d2cc53924a |
File details
Details for the file miz_dac-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: miz_dac-0.3.3-py3-none-any.whl
- Upload date:
- Size: 43.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa8ac7be5debb414c35287c9b8a495067d087cabfcc7ceace6d4f262e4d86e17 |
|
MD5 | aa66a53393a98c01d6921769cbf8ab12 |
|
BLAKE2b-256 | 7da64be5daafc2fa5307e5b95f4efcc9b315b2592afcf74e8bf07581aa7657e2 |