Steve Pieper
Steve Pieper
Thanks @hjmjohnson 👍
> Is it common to have multiple fractional segments in one DICOM SEG on one referenced series? Not sure if there's any consensus on this, but if it's okay according...
I believe handling fractional segmentation is going to be much easier in OHIF v3 (modulo resource issues). Maybe for v2 we could just binarize the segmentations (with a user warning).
yes, just thresholding should be fine. Probably just zero/non-zero but let us know if that doesn't look right for the data values.
Thanks for reporting this. That's definitely a use case we want to make sure works. From what I can see the `DICM` marker is missing (maybe the whole preamble is...
PixelData should not be lost. Did you make a simple test case to illustrate what you are doing?
@EastLight0 Thanks for reporting. Please make a test that demonstrates the issue following the example of the other tests in the repo.
The netlify checks are failing now, saying the node version is too old. E.g. from https://app.netlify.com/sites/dcmjs/deploys/634281592ae0f90008b99d5c : ``` 4:08:09 AM: Installing NPM modules using NPM version 6.13.4 4:08:10 AM: npm...
I just installed the version that comes with apt-get on ubuntu 20.04, so yes, it's old. We haven't had a formal policy but if we do want to set a...
I'm not sure how this is handled by other packages in npm, but to me it would make sense that if you try to require the package into a version...