Philip Hubbard
Philip Hubbard
TaskProtocolTask::onCompleted() should return a boolean. A derived class would return false if it failed to do some activity related to marking a task as completed (e.g., saving some results somewhere,...
It pathological situations, everything that a user does in a cleaving session might result in an error from the cleaving server. If the user ignores the error dialogs and checks...
Some meshes represent super voxels and agglomerations loaded from tar archives, and it is useful to be able to distinguish them from meshes used for other purposes. A mesh is...
Neu3 then should keep a "high water mark" of the latest time from a reply, and it should ignore replies with earlier times. Such a policy will avoid the loss...
Currently, the cleaving code is used only for cleaving protocol tasks as part of the 0.2 pipeline. For the 0.5 pipeline, we want cleaving functionality and at least some of...
Such a warning will prevent the seeds and resulting cleaving from being lost, since the results will not be saved unless the user unchecks "completed" and checks it again.
All this message will do is add information to the cleave server logs, which may help with debugging in the future.
Currently, for segmentation S, the S_cleaved instance has a key that is the iD of the body that was cleaved. The corresponding value is an array of arrays, with an...
When the user checks "completed" in the Neu3 cleave tool, the DVID cleave API will be called, which will apply the cleaving to the segmentation. If the user wants to...