ivmartel
ivmartel
You are right, dwv does not use the [LUT module](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.html). As far as I get it, the LUT data type is set by the other LUT attributes. If you have...
No plans yet but interested! For ref: [C.9.2 Overlay Plane Module](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.9.2.html) in the standard.
Closing for now. Feel free to comment if you need.
Can you share your code? The demo viewer can do it, check out its code ([tests/pacs/viewer.js](https://github.com/ivmartel/dwv/blob/develop/tests/pacs/viewer.js)) for an example implementation.
It should come automatically for all modalities but echography (US). For this one, we need calibration, see #897.
Is it echo (modality: US) or not?
Most image modalities (CT, MR...) include pixel spacing in the dicom header. When present, the viewer will use this tag to translate a number of pixels to a distance in...
You can, the viewer will try to fit the data in it as best as it can.
The ruler uses the `dwv.math.Line` class, its [quantify](https://github.com/ivmartel/dwv/blob/v0.30.8/src/math/line.js#L222) method will return the length with unit if the length is not null. Are you using the default ruler tool and it...
And it does not work? Does the console say anything?