Dynamic Scan DICOM File how to seperate into frames by number of counts
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a DICOM file of a 'Dynamic Scan' which has 15000 frames. I would like to sum each frame until it reaches 20M counts and then loop to continue and sum until the entire set of frames has been split into 20M count files. How would I go about doing this?
Thanks.
0 件のコメント
回答 (1 件)
Rik
2017 年 7 月 25 日
I assume the scan is too large to load at once? If not, how is the scan represented in data? If it is a 3D matrix, you can use a double call to sum followed by cumsum to find the frame numbers where you want to make the split.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!