Skip to content

workspace precalculation

Jeremy Magland edited this page Sep 25, 2021 · 2 revisions

Workspace precalculation

This is in response to issue https://github.com/magland/sortingview/issues/144 "trigger precomputation of key views"

As of sortingview >= 0.6.12 it is possible to precalculate the extract snippets task from Python via:

# Note: you need to have a kachery daemon running with the FIGURL_CHANNEL environment variable set
workspace.precalculate()

Right now this only does the extract snippets set. In the future we could add additional precalculations in such as autocorrelograms or average waveforms.

Clone this wiki locally