P. Schueffler

Results 28 comments of P. Schueffler

When using this code with an mrxs file, I get following error: `C:\>python "anonymize-slide_py3.py" "test.mrxs"` `anonymize-slide_py3.py:285: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead. self._dat.readfp(fh)` `test.mrxs:...

Great, thx, I will check it out. In the meanwhile, is NDPI tested as well?

Thank you, @koltenpearson , for that commit, I was also looking for deleting the macro, since it sometimes has scanned parts of PHI on it. But while the label file...

I want to increase the length limit. Do you imply there is no length limit anymore? I assume there is still a limit, but Nancy removed the possibility to change...

We can contribute one NDPI and one MRXS both multi plane images. How should I send it?

@bgilbert any news on how to send those two example slides? They can be downloaded here and can be used and changed without restrictions. [ndpi_5_layer.zip](http://people.inf.ethz.ch/peschuef/Ndpi_5_layer.zip) Can be viewed e.g. with...

I had to remove them, since my quota exceeded. How can I share the example slides with you?

Thanks, @jaharkes, for your thoughts. I tried to feed Deepzoom with your expected dimensions by changing `z_size = tuple(max(1, int(math.ceil(z / 2))) for z in z_size)` to `z_size = tuple(max(1,...