-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: skeletonize (most) autapses and improve cross section analysis (#…
…179) * wip(skeletonizing): add support for fixing autapses in graphene volumes * feat: add support for graphene timestamp * wip: ensure shape matches atomic chunks * fix: add back in xyzrange * fix(SkeletonTask): generalize frag_path for windows Also interpret bare paths as "file://" * fix(SkeletonTask): use agglomerate and timestamp correctly * fix: merge error removed cross_sectional_area params * fix(SkeletonTask): apply timestamp in correct location * fix: fixup the edges of the vcg with root vcg * feat: remove requirements for a queue parameter * redesign: use vol.info to get skeleton path * fix: several errors * feat: add fix_autapses to cli * fix: compensate for mip levels * fix: wrong path joining * fix: ensure mesh bounds are rectified after expansion * fix: wrong variable name in shard downsample * fix(shards/image): fix situation where chunk.z == dataset.z * wip(skeletonizing): add support for fixing autapses in graphene volumes * feat: add support for graphene timestamp * wip: ensure shape matches atomic chunks * fix: add back in xyzrange * fix(SkeletonTask): generalize frag_path for windows Also interpret bare paths as "file://" * fix(SkeletonTask): use agglomerate and timestamp correctly * fix: merge error removed cross_sectional_area params * fix(SkeletonTask): apply timestamp in correct location * fix: fixup the edges of the vcg with root vcg * feat: remove requirements for a queue parameter * redesign: use vol.info to get skeleton path * fix: several errors * feat: add fix_autapses to cli * fix: compensate for mip levels * fix: wrong path joining * fix: ensure mesh bounds are rectified after expansion * fix: don't import view from CloudVolume * fix: don't import view from cloudvolume * fix: intelligent frag path resolution * fix: handle binarization issue in repairing * fix: smart path * perf: skip downloading the "huge" bbox if no skeletons * fix: ensure info file uploaded to frag path * fix: check for key * feat: support agglomeration for graphene for cross sections * feat: support static root_ids for a graphene volume * fix: regression in LuminanceLevelsTask due to CloudVolume upgrade * refactor: simplify vcg code * feat: add encoding level support for jpegxl * fix: don't print error if max_mips is non-zero --------- Co-authored-by: William Silversmith <[email protected]>
- Loading branch information
1 parent
5f9f18f
commit 2df3415
Showing
6 changed files
with
214 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.