Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmanderson committed Sep 27, 2024
1 parent ddef654 commit 2c19380
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ opencv-python
openpyxl
pandas
Pillow
pydicom
pydicom==2.4.4
scikit-image
scipy
SimpleITK
Expand Down
14 changes: 14 additions & 0 deletions temp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from src.DicomRTTool.ReaderWriter import DicomReaderWriter
import os
import pydicom

reader = DicomReaderWriter()
base_path = r'C:\Users\Markb\OneDrive\Desktop\20240927__MIM7_RADONC__100094327796'
output_path = r'C:\Users\Markb\OneDrive\Desktop\100094327796'
reader.down_folder()
for i in reader.series_instances_dictionary.values():
series_uid = i.SeriesInstanceUID

for f in i.files:

x = 1

0 comments on commit 2c19380

Please sign in to comment.