isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
17 stars 14 forks source link

dicom conversion stops for unknown reason #58

Closed lydiatgit closed 12 years ago

lydiatgit commented 12 years ago

(1) Datensatz liegt auf /scr/tee1/isiswillnicht_datensatz

(2) konvertiert mit 0.4.7: isisconv -in ../13173.4a20120405.TRIO/DICOM -rf dcm -out {DICOM/PatientID}{sequenceNumber}_{sequenceDescription}.nii -wdialect spm -dImageIO info

(3) infos von isis - all libs mit info -> auffällig das Warning von ImageIO ImageIO:warning[hasOrTell] Missing property DICOM/SeriesDate ImageIODebug:info[sanitise] Extracting sliceVec from CSAImageHeaderInfo/SliceNormalVector {0,0.405141,0.914254}(list) ImageIODebug:info[readMosaic] Decomposing a 384x384x1x1 mosaic-image into a <64|64|30|1> volume ImageIODebug:info[readMosaic] The acquisition time offsets of the slices in the mosaic where {0,67.5,135,200,267.5,335,402.5,467.5,535,602.5,670,737.5,802.5,870,937.5,1005,1070,1137.5,1205,1272.5,1337.5,1405,1472.5,1540,1605,1672.5,1740,1807.5,1875,1940} * Data:warning[reIndex] The existing slice distance (voxelGap[2]) "0" differs from the distance between chunk 0 and 1, which is 4.76837e-07

Data:info[chunkListToImageList] Image 1395 with size 64x64x30x1 done. Data:info[load] Generated 1395 images out of 1397 chunks loaded from directory ../13173.4a_20120405.TRIO/DICOM

lydiatgit commented 12 years ago

Vergessene Info: ist unabhängig vom Nifti Plugin

DerOrfa commented 12 years ago

Problem was, that, although the mosaics had no acquisition time (or actually date), they had the acquisition time offsets for the seperate slides. So in the end we had 1395 volumes (which should have been timesteps) with the same starting time. And thus they where considered separate images. And unfortunately handling the images is quadratic :-( .

So, it didn't crash - it just was very slow with 1395 images.