This implements a one-page flask server to search for N5 volumes in a particular directory and show a table of contents for them, with neuroglancer links to each volume that was found. The non-standard "translation"
key is read from the attributes.json
file, and used to populate neuroglancer's "transformation"
matrix.
s
n5toc
public
1 stars
1 forks
0 issues
Commits
List of commits on branch master.Unverified
686854be4dd5d5820ae0a43bb8fa6fbd020d6632Handle N5 files in directories that aren't nested as deeply as we expected
sstuarteberg committed 4 years ago
Unverified
ee47fdb097f97d5090248e031748b339f95f8379find_files(): Return results in sorted order (but still parents before subdirectories)
sstuarteberg committed 4 years ago
Unverified
6dbcd96b1407f9a04f764a0aa0dc030ec1561f90pattern matching uses re.fullmatch(), so input patterns need not use ^...$ syntax
sstuarteberg committed 4 years ago
Unverified
abe00436ac16b72ba578f5a993be99d13b47e5dedocstring
sstuarteberg committed 4 years ago
Unverified
d07a80e019b1f1646732919eb99058af4d4afcf6find_files() can now log the directories it's searching
sstuarteberg committed 4 years ago
Unverified
96e432791b45f2d281cfb4688c5f77b49f122891Fix regex pattern for excluding scale directories
sstuarteberg committed 4 years ago