Forrest Collman

Results 48 comments of Forrest Collman

so for now as a patch change, add a deprecation warning that you should pass secrets in this other keyword argument, but still accept them in this one for graphene,...

check out vtkplotter as an option to lighten the "load" for plotting meshes.

it comes with k3d integration that produces a browser based opengl widget.

what chunk size did you use? this will control how many files you create. Also a code snippet would help debug what was going on in your info file definition...

(7370/256)*(8768/256)*(1621/1) = 1,598,347 chunks. do you want single z sections to be the chunks? Right now you have ~1MB chunk files (256*256*16 bits)/(1024*1024 bits/MB) You could probably get away with...

I looked through it and the logic seems sound to me, and agreed I like the redesign quite a bit. It did make me look back through the tests and...

not that i'm aware of... when i wrote stimulus files I used a text format to import into pclamp.

awesome! we'll leave this issue open so that others can find your code.

I'm not sure right now how to fix it, but it seems the times are off by a constant factor of 1.6666 This to me suggests that h.syncArrTimeBase might not...

there is a bug in the current implementation using the latest versions of crc32c cloud-volume and cloud-files. ``` metadata.py", line 71, in fetch_info info = self.cache.download_json(self.meta.join(self.mesh_path, 'info')) File "/usr/local/lib/python3.7/site-packages/cloudvolume/cacheservice.py", line...