Topostats filters plugin for playNano #1286
derollins
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
We've some breaking changes in the pipeline for you @derollins as #1284 completely overhauls how we handle data internally and pass things around, introducing dataclasses with type validation via Pydantic. A cursory look and I think it might just be this call that will need changing but you'll also have to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I've been developing a platform for high speed (time series/ video) AFM processing and analysis, playNano and have wrapped the TopoStats
filtersmodule so it can be used as a plugin for the playNano processing workflow. You can configure most of the settings, i.e. lines in the config file, from the function parameters which lets it interface with playNano's internals and CLI.The TopoStats plugin is part of the playNano plugin library under processing: https://github.com/derollins/playNano-plugins/tree/d5d3c47685cbda735de18da99d6c170a1b7ecd55/src/playnano_plugins/processing
Beta Was this translation helpful? Give feedback.
All reactions