-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp5.m
19 lines (15 loc) · 1.06 KB
/
temp5.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
srcDicomFolderPath="J:\Tomography\Chest_CT\PA000001\ST000001\SE000002";
newDicomFolderPath="C:\Users\gregpost\Documents\MATLAB\dicom1";
saveFissuresFromDicomFileToNewDicomFile(srcDicomFolderPath,newDicomFolderPath);
srcDicomFolderPath="J:\Tomography\Chest_CT\PA000002\ST000001\SE000002";
newDicomFolderPath="C:\Users\gregpost\Documents\MATLAB\dicom2";
saveFissuresFromDicomFileToNewDicomFile(srcDicomFolderPath,newDicomFolderPath);
srcDicomFolderPath="J:\Tomography\Chest_CT\PA000003\ST000001\SE000002";
newDicomFolderPath="C:\Users\gregpost\Documents\MATLAB\dicom3";
saveFissuresFromDicomFileToNewDicomFile(srcDicomFolderPath,newDicomFolderPath);
srcDicomFolderPath="J:\Tomography\Chest_CT\PA000004\ST000001\SE000002";
newDicomFolderPath="C:\Users\gregpost\Documents\MATLAB\dicom4";
saveFissuresFromDicomFileToNewDicomFile(srcDicomFolderPath,newDicomFolderPath);
srcDicomFolderPath="J:\Tomography\Chest_CT\PA000005\ST000001\SE000002";
newDicomFolderPath="C:\Users\gregpost\Documents\MATLAB\dicom5";
saveFissuresFromDicomFileToNewDicomFile(srcDicomFolderPath,newDicomFolderPath);