Skip to content

JSChen0404/data_center

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xnat

prerequisite

xnatpy module https://xnat.readthedocs.io/en/latest/

將檔案load_config, xnatconfig.ini, xnat_download.py置於同一個folder下並加入路徑

xnat_download.py 模組 xnat_export.ipynb 如何以dicom tag query影像範例

dicom Query 說明

1/18 update 將xnat download分為兩個過程, 1. 利用query_dicom Function找出要的路徑和回傳query的result, 請使用者檢查query的結果然後 篩選 2.利用download_files Function下載檔案

聯集是default的形式

Case A field A必須存在 而且 case-sensitive x必須存在, 但 word-sensitive dicom_query['A'] = 'x'

Case A & B & C field A, B, and C 均必須存在 而且 case-sensitive x,y,z 均必須存在, 但 word-sensitive dicom_query['A'] = 'x' dicom_query['B'] = 'y' dicom_query['C'] = 'z'

Case A | B 請個別query dicom_query['A'] = 'x' 然後 dicom_query['B'] = 'y' 再pool_data

e.g. field A = x | field B = x, pooling dicom_query['A'] = 'x', dicom_query['B'] = 'x'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 83.9%
  • Python 16.1%