Steve Pieper
Steve Pieper
It seems you can put somewhat arbitrary strings in those slots, but we may want to encourage a convention that will facilitate finding out the intent of the private coding...
This may be a case where you want to use the 'private tag' concept inside the json file to differentiate between parameters that become part of the output object vs...
Hi @MiguelSotelo2 - I haven't used dcmjs with any jpeg image data myself, but I can easily suppose that there are problems. If you can find some public data that...
Any follow-up info? Without replication we'll eventually close the issue.
Thanks for reporting this, I'm able to reproduce it. My guess is that something has changed in cornerstone or else this version of the segmentation example isn't working for some...
Good point, this example is from @JamesAPetts to do RLE. So I can't actually say. I hope he's able to confirm that this did work when committed and maybe that...
I don't think anyone has had a chance to look into this. I know there is more focus coming soon on segmentations using cornerstone (3D) and OHIF but I'm not...
Can you describe which example you used? (is this from SR or SEG example).
The reason for this is that the original MRImages are converted to a multiframe before the SEG or SR are created so the reference series are the original single frames...
For reference here is the code in question: https://github.com/pieper/dcmjs/blob/master/src/derivations.js#L239-L257