David Manthey

Results 217 comments of David Manthey

If we can conform to the ome ngff spec, all the better: https://ngff.openmicroscopy.org/latest/#image-layout. You can run the biformats2raw on one of the tcga images to see how this is done...

Currently, when we get the tile metadata on a source, it always contains certain fields (`sizeX`, `sizeY`, `tileWidth`, `tileHeight`, `levels`, `bandCount`, `dtype`, `mm_x`, `mm_y`, `magnification`) though some of those (`mm_x`,...

This sounds similar to the change in Python 2 to 3 in how unbuffered stdin/stdout access is performed. In Python2, specifying a buffer size of 0 works to make a...

I can reproduce with Octave (but not with python 2's popen2). So far I've managed to change the error pyexe outputs, but not avoid it. I can get a similar...

I'd like to have a test that fails before this PR and passes with it. You said that ``` import platform print(platform.system()) ``` fails, but it works on both appveyor...

In the database_assetstore plugin, there is a sample dataset of Massachusetts census data. The data was taken from http://www.mass.gov/anf/research-and-tech/it-serv-and-support/application-serv/office-of-geographic-information-massgis/datalayers/census2010.html and converted to a PostGIS sql database. I think I originally...

I think sharing is a key component to this. You want to be able to share a link with a colleague.

> would it be possible to use a zipped / compressed version of the query string/URL string Maybe -- we do this in some other instances (geojs editable tutorials, for...

We test the proxy settings as part of the digital_slide_archive CI -- see the files in https://github.com/DigitalSlideArchive/digital_slide_archive/tree/master/.circleci for the exact options used. We use this in our reference deployment at...