Steve Pieper

Results 546 comments of Steve Pieper

It works for me (chrome on mac). Maybe your browser doesn't support vtkjs (try the examples https://kitware.github.io/vtk-js/examples/) ![image](https://user-images.githubusercontent.com/126077/55507935-d394c880-5626-11e9-8483-fb069eea047c.png)

Hi - the segmentation object will have a PixelData like other objects, but it will be a multiframe with multiple segments concatenated. You need to be able to parse the...

Here's an example of an SR with two bidimensional measurements. We could consider making a custom markup class for this type of measurement, but for now it's two lines. Also...

Yes, we would prefer markup ROIs but there were 1029 boxes in the SR I was working with and that seemed unworkable until [this issue](https://github.com/Slicer/Slicer/issues/5618) is resolved. This is all...

No, I don't have a sample I can share. I'm not sure what you mean by validate. LIke dciodvfy?

I can't share one of my current examples, but I've tested several and they work with this PR. Regarding validation, I tried adding index.html as @dclunie suggested, but I don't...

@chribaue you are right - DICOM has no standard requirement for directories only containing a single series. In fact, the standard for external storage (e.g. dvd) is explicit that you...

Here's a module for handling a bunch of measurements using a json attribute of a mrml node: https://github.com/DCBIA-OrthoLab/AnglePlanes-Extension/tree/master/AnglePlanes On Thu, Sep 15, 2016 at 10:34 AM, Andrey Fedorov [email protected] wrote:...

This looks good to me, but I agree more tests would be very helpful. I'm not funded on any projects related to this at the moment so if you have...

Shoot, it looks like there's some other problem at the vtk.js level with this example. It's pretty old and now it's getting these errors: `WebGL: INVALID_OPERATION: texImage3D: ArrayBufferView not big...