xnatqa 0.0.11__py3-none-any.whl → 0.0.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- xnatqa/tag/__init__.py +3 -1
- {xnatqa-0.0.11.dist-info → xnatqa-0.0.12.dist-info}/METADATA +1 -1
- xnatqa-0.0.12.dist-info/RECORD +9 -0
- {xnatqa-0.0.11.dist-info → xnatqa-0.0.12.dist-info}/WHEEL +1 -1
- xnatqa-0.0.11.dist-info/RECORD +0 -9
- {xnatqa-0.0.11.dist-info → xnatqa-0.0.12.dist-info}/entry_points.txt +0 -0
- {xnatqa-0.0.11.dist-info → xnatqa-0.0.12.dist-info}/licenses/LICENSE +0 -0
- {xnatqa-0.0.11.dist-info → xnatqa-0.0.12.dist-info}/top_level.txt +0 -0
xnatqa/tag/__init__.py
CHANGED
|
@@ -22,7 +22,7 @@ def generate_tagger_config(dicom_dir):
|
|
|
22
22
|
os.system(f"dcm2niix -s y -a y -b o -o $PWD -f 'output_%s_%d' -w 0 -m 1 -i y {dicom_dir} &>>log.txt")
|
|
23
23
|
|
|
24
24
|
# idenfity all of these text files
|
|
25
|
-
jsonFiles = glob('./output*.json')
|
|
25
|
+
jsonFiles = glob(os.path.abspath('./output*.json'))
|
|
26
26
|
|
|
27
27
|
# sort the found files so that they are in decensing order by series_number
|
|
28
28
|
# this is probably unnecssary
|
|
@@ -180,6 +180,8 @@ def generate_tagger_config(dicom_dir):
|
|
|
180
180
|
with open('tagger.yaml', 'a') as file:
|
|
181
181
|
yaml.dump(tagger_data, file)
|
|
182
182
|
|
|
183
|
+
print(tagger_data)
|
|
184
|
+
|
|
183
185
|
def update_xnat_tags(MRsession):
|
|
184
186
|
|
|
185
187
|
# make sure an xnat authentication files has already been created. See YXAIL documentation.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
xnatqa/__init__.py,sha256=RIG_ihjfFD1upKlhlxI-9Fs4ISf0lIW4Zg7CaFirV4A,644
|
|
2
|
+
xnatqa/xnatqa.py,sha256=RJp65oIE13COs_0UG4hEku_f6YFDpoQV4JHEhtppXfs,861
|
|
3
|
+
xnatqa/tag/__init__.py,sha256=1casm1PdVZJ6PmgYYpOdWTZSTWQTMq0O6Inh9s0sqAg,8962
|
|
4
|
+
xnatqa-0.0.12.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
xnatqa-0.0.12.dist-info/METADATA,sha256=aBlwosLPDfIyUVjJGYJR89bRDLtSTrAOwHgLmQ-MkJ4,1200
|
|
6
|
+
xnatqa-0.0.12.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
|
7
|
+
xnatqa-0.0.12.dist-info/entry_points.txt,sha256=UqPAByHiJTqwkT0UBymn6EOIGBlPsb9mEZK86HIahs8,46
|
|
8
|
+
xnatqa-0.0.12.dist-info/top_level.txt,sha256=FmRWgO6ww0FwyNs5ccyhP9FcAxI129qSJqLs2OKOxJw,7
|
|
9
|
+
xnatqa-0.0.12.dist-info/RECORD,,
|
xnatqa-0.0.11.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
xnatqa/__init__.py,sha256=RIG_ihjfFD1upKlhlxI-9Fs4ISf0lIW4Zg7CaFirV4A,644
|
|
2
|
-
xnatqa/xnatqa.py,sha256=RJp65oIE13COs_0UG4hEku_f6YFDpoQV4JHEhtppXfs,861
|
|
3
|
-
xnatqa/tag/__init__.py,sha256=kjdB9zSA_YHGOPmG_BDM0HtSK6thmBt0Awd4Zj6NN5A,8921
|
|
4
|
-
xnatqa-0.0.11.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
xnatqa-0.0.11.dist-info/METADATA,sha256=viecCkDxux1GEdxGxDQxetiEDoklWT9U-AyJ7ZCqDpE,1200
|
|
6
|
-
xnatqa-0.0.11.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
7
|
-
xnatqa-0.0.11.dist-info/entry_points.txt,sha256=UqPAByHiJTqwkT0UBymn6EOIGBlPsb9mEZK86HIahs8,46
|
|
8
|
-
xnatqa-0.0.11.dist-info/top_level.txt,sha256=FmRWgO6ww0FwyNs5ccyhP9FcAxI129qSJqLs2OKOxJw,7
|
|
9
|
-
xnatqa-0.0.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|