Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

CAJAL v1.7.1

Latest
Compare
Choose a tag to compare
@alexbaden alexbaden released this 15 May 20:14
· 98 commits to master since this release

makeAnnoWriteable and Propagation

You must now make an annotation writable before writing to it, regardless of the read-only status of the token. To do this, call oo.makeAnnoWritable() after specifying the annotation token. For example:

    oo = OCP();
    oo.setImageToken('kasthuri11');
    oo.setAnnoToken('apiUnitTestPropagate');
    oo.makeAnnoWritable();

After you are finished editing an annotation, you can use the propagate service (if your OCP instance supports it) to propagate the changes to all resolution hierarchies.

Changelog

  • Added class cajal() subclass of cajal3d() to reflect name of package
  • Fixed bug involving getting the last slice in a dataset ( #23 )
  • Fixed error in unit tests involving propagation

This release is compatible with Open Connectome v0.6.