Completed
Pull Request — master (#3)
by Yang
04:29
created

Python.Integration.retrospective   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 1
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 0
1
2
3
4
"""
5
This file deals with retrospective DICOM files exported from PAC manually. It calls common processing pipeline elements.
0 ignored issues
show
Coding Style introduced by
This line is too long as per the coding-style (120/100).

This check looks for lines that are too long. You can specify the maximum line length.

Loading history...
6
Mainly used for research organization purposes.
7
"""
8
9
# Create folder. Sort files.
10
# Decompress folder.
11
# NII conversions using dcm2nii
0 ignored issues
show
Coding Style introduced by
Final newline missing
Loading history...