Steve Pieper
Steve Pieper
Thanks for reporting - perhaps these should be two issues? IIUC, the first is non-conforming data, always a problem, that should maybe be handled in the json before converting (or...
I don't know if cornerstone supports loading WSI without PixelData, but if you are looking for an open source pathology viewer in the same spirit as cornerstone you could have...
That's really great @cylien, thanks for sharing the links and I'm glad things are working well for you. If you haven't already seen it, the [OHIF viewer](https://ohif.org/) has some common...
That's an interesting constraint and I guess you'll need to find a workaround on the mongodb side of things. I know that the shared and per-frame functional groups can grow...
Hi @KhyatiMehta3 - it's hard to know from your screenshots. Are you planning to make your implementation available? It would be great if you could do that, and start by...
I'm not sure myself, that sounds like a cornerstone issue with the ways the segmentation tool is implemented. Segmentation display is working in OHIF with cornerstone and vtk.js, so maybe...
The sequence should be losslessly preserved. Maybe you can provide a small example script that replicates the issue on anonymous data so we can use it for testing.
I'm afraid there's not much documentation beyond the examples. Contributions welcome of course 😉 Changing the tags is simply a matter of assigning values in the dataset object. They must...
Here's some data that might work for you: https://www.dropbox.com/s/r3xdpym8wb6ztan/LUNG-1-LN_DICOM_OneChannelPerImage_20200724.tar.bz2 It's public microscopy data converted to dicom multiframe by @dclunie. https://www.synapse.org/#!Synapse:syn17774625 as described in detail in https://www.nature.com/articles/s41597-019-0332-y https://www.synapse.org/#!Synapse:syn17865732/wiki/592782
What kind of scans do you have? The idea of the Normalizers is that you have acquisition-specific subclasses that are currently [selected by SOPClassUID](https://github.com/dcmjs-org/dcmjs/blob/master/src/normalizers.js#L33). But those are broad categories, so...