go2com icon indicating copy to clipboard operation
go2com copied to clipboard

A DICOM file parser

Results 2 go2com issues
Sort by recently updated
recently updated
newest added

i am using neuroglancer and nifti format. There is a well known golang DICOM parser here. https://github.com/suyashkumar/dicom Is you have any questions feel free to ask ...

Hi I have a standard formula to calculate the desired length of PixelData: `ROWS * COLUMNS * NUMBER_OF_FRAMES * SAMPLES_PER_PIXEL * (BITS_ALLOCATED/8)` to validate DICOM. If the PixelData length is...