Skip to content

Instantly share code, notes, and snippets.

@boergens
Created January 3, 2022 16:20
Show Gist options
  • Save boergens/739babc3a9cfb5408d59fa27016635a3 to your computer and use it in GitHub Desktop.
Save boergens/739babc3a9cfb5408d59fa27016635a3 to your computer and use it in GitHub Desktop.
description for your gist
window.webknossos.apiReady(3).then(async (api) => {api.data.computeMeshOnDemand(37, [8480, 9882, 135]);await api.utils.sleep(5000);api.data.computeMeshOnDemand(71, [9925, 15053, 346]);await api.utils.sleep(5000);api.data.computeMeshOnDemand(79, [9493, 13798, 382]);await api.utils.sleep(5000);api.data.computeMeshOnDemand(86, [10273, 13336, 387]);await api.utils.sleep(5000);api.data.computeMeshOnDemand(88, [10104, 13287, 399]);await api.utils.sleep(5000);})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment