David Manthey

Results 217 comments of David Manthey

With #1415, the only missing feature is support for geospatial data.

Retitling this to indicate remaining scope.

This has been superceded by #1115.

It looks like `pip install cucim` is now sufficient; the cupy cuda extensions appear to be for some of the cucim image manipulation features.

Once these controls exist, we will probably additional options of "make this configuration the default" and "name this configuration" and then pick from (and manage) named configurations. And a reset-all...

This has a series of follow on issues: - [ ] Frame viewer as an embeddable component #1107, #1118 - [ ] Histogram #1109 - [ ] More min/max options...

Closing this. Please reopen if you think it is still an issue.

There is an unofficial script that we've used for this: https://github.com/DigitalSlideArchive/large-image-utilities/blob/main/copy_annotations.py that copies images, annotations, folders, collections, etc between two different deployments. This functionally does what you are mentioned. It...

If all your assetstore paths are the same, you can use mongodump and mongorestore: https://github.com/DigitalSlideArchive/digital_slide_archive/blob/6405bd53d7d048634aee53a175c8be02eb560258/devops/dsa/README.rst#database-backup

Our preferred method of adding additional algorithms is to wrap them in a new docker image and expose the parameters via the slicer cli execution model. This repo can certainly...