Giter Site home page Giter Site logo

dac's Introduction

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:

DAC GUI

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:

  1. Separate different analysis, keep related actions
  2. Use the order to guide analyzing sequence
  3. Easily adapt or reuse actions

Appendix

OOP or function calls

dac's People

Contributors

miziper avatar

Watchers

 avatar Kostas Georgiou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.