Search found 4 matches

by njvack
Fri, 2012-05-25, 17:35
Forum: DCMTK - General
Topic: Saving MRI images -- advice?
Replies: 5
Views: 5514

Re: Saving MRI images -- advice?

Ah, my mistake: I was using xargs with storescu, which limited me to 5000 dicoms per invocation. When I switched to using --scan-directories, it puts all the files from one storescu invocation into one directory.
by njvack
Fri, 2012-05-25, 16:09
Forum: DCMTK - General
Topic: Saving MRI images -- advice?
Replies: 5
Views: 5514

Re: Saving MRI images -- advice?

Thanks, martinrame -- I think storescp is going to solve things for me. Interestingly, when you use the --fork option with storescp, it only stores 4999 files per directory, and then creates another. It also solves the problem in which deleting a directory makes storescp angry when it handles anothe...
by njvack
Fri, 2012-05-11, 20:04
Forum: DCMTK - General
Topic: Saving MRI images -- advice?
Replies: 5
Views: 5514

Re: Saving MRI images -- advice?

Hi Michael, Thanks for the info! I was running the pre-compiled OS X version from the dcmtk website, but I've upgraded to the 3.6.1 snapshot, installed via homebrew; this seems to have fixed my memory leak. Hooray! I've got two (relatively minor) problems, however: 1: All the images belonging to an ...
by njvack
Tue, 2012-05-08, 15:11
Forum: DCMTK - General
Topic: Saving MRI images -- advice?
Replies: 5
Views: 5514

Saving MRI images -- advice?

Hi all, Sorry for the noobish question here, but: I'm looking to set up a system to save DICOM images from our GE750 MRI scanner, and I'm quite new to the concept of DICOM servers and dcmtk in particular. We're doing research fMRI scans, so a typical series will have maybe 7000 dicom slices, with 3-...