Simularium Observables Manager
npm package to convert simularium trajectory data to plot data https://www.npmjs.com/package/@aics/simularium-viewer
Description
This is an package to be used with Simularium architecture to handle the processing of the streaming data into data that can be consumed by plotting software. Specifically converting the shape of the data and doing additional calculations based on user input of what they want plotted.
Installation
- Run
npm install @aics/simularium-observables-manager
to install the package in your app.
Documentation
Quick Start
script | comments |
---|---|
build | create CommonJS, ES module, and UMD builds |
lint | run eslint on src directory |
test | run mocha ; searches for any files matching the pattern "src/**/.test." |
typeCheck | run tsc in type-check only mode |
See package.json for more complete listing of tasks.