fc13240 / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

Implement importing of multiple planar RT Dose files as a single RT Dose grid #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Try to load a set of RT Dose planes but dicompyler will only import one at 
any given time.

What is the expected output? What do you see instead?

Load all the RT Dose files and show the dose grid. Only a single file. This 
works for DVH data, as it is stored in each RT Dose file, but only a portion of 
the dose grid is stored in each file.

This can be addressed by compiling each dose file similar to the way images are 
compiled, but presenting it to the user as a single series of RT Dose files 
rather than individual files.

Original issue reported on code.google.com by bastula on 3 Jul 2010 at 4:10