User Tools

Site Tools


processing_stream_-_image_file_conversion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
processing_stream_-_image_file_conversion [2010/05/26 17:34] – Corrected the target path, etc. jochenprocessing_stream_-_image_file_conversion [2010/05/26 17:35] – Yet another correction for the search folders... jochen
Line 34: Line 34:
  
 % find all folders that contain DICOM import files (sessions) % find all folders that contain DICOM import files (sessions)
-importdirs = findfiles([pwd '/CHIP*/func/raw'], '*', 'dirs=1', 'depth=1');+importdirs = findfiles([pwd '/CHIP*/raw'], '*r*', 'dirs=1', 'depth=1');
  
 % remove subjects that have already been imported % remove subjects that have already been imported
-donedirs = findfiles([pwd '/CHIP*/func'], 'run*', 'dirs=1', 'depth=1');+donedirs = findfiles([pwd '/CHIP*/func'], 'r*', 'dirs=1', 'depth=1');
 for dc = 1:numel(donedirs) for dc = 1:numel(donedirs)
  
processing_stream_-_image_file_conversion.txt · Last modified: 2010/05/30 03:36 by jochen