DataMedSci / pymchelper

Python toolkit for SHIELD-HIT12A and FLUKA
http://datamedsci.github.io/pymchelper/
15 stars 7 forks source link

convert image + VOXSCORE .bdo undefined #161

Open nbassler opened 7 years ago

nbassler commented 7 years ago

produces empty picture.

Somehow a slice selection is missing, unless we can plot 3D data.

nbassler commented 7 years ago

I think expected behaviour could be to generate one .png for each slice found in the data cube.

grzanka commented 7 years ago

Please provide a command you've used to convert the files.

grzanka commented 7 years ago

Image converter is limited only to 1-D and 2-D scoring, see https://pymchelper.readthedocs.io/en/stable/image_converter.html

I agree that some nice error message should be printed when user is trying to produce images for 3-D scoring data.

Producing such images could be implemented as general feature - slicing 3-D data.

Right now the same functionality can be done using tripcube converter and running cubeslice program from pytrip project.

nbassler commented 7 years ago

convertmc image foobar.bdo

Think we need some slicer here. It would be a big benefit for the workflow.

nbassler commented 7 years ago

related: https://github.com/DataMedSci/pymchelper/issues/36