| ... | @@ -122,7 +122,7 @@ All the dcm sequence files that belong to the same scanning session (visit) are |
... | @@ -122,7 +122,7 @@ All the dcm sequence files that belong to the same scanning session (visit) are |
|
|
|
|
|
|
|
## Output files
|
|
## Output files
|
|
|
|
|
|
|
|
The tool creates in the `<report folder>`, a pdf report file (`dicom_report.pdf`) and, depending of the results, also creates the following csv files :
|
|
The tool creates in the `<report folder>`, the pdf report file `dicom_report.pdf` and, depending of the results, also creates the following csv files :
|
|
|
|
|
|
|
|
- validsequences.csv
|
|
- validsequences.csv
|
|
|
- invalidsequences.csv
|
|
- invalidsequences.csv
|
| ... | @@ -130,9 +130,4 @@ The tool creates in the `<report folder>`, a pdf report file (`dicom_report.pdf` |
... | @@ -130,9 +130,4 @@ The tool creates in the `<report folder>`, a pdf report file (`dicom_report.pdf` |
|
|
- notprocessed.csv
|
|
- notprocessed.csv
|
|
|
- mri_visits.csv
|
|
- mri_visits.csv
|
|
|
|
|
|
|
|
The above files are created even if no valid/invalid sequences/dicoms files have been found. In such case, the files will be empty.
|
|
The above files are created even if no valid/invalid sequences/dicoms files have been found. In such case, the files will be empty. Detailed description for the content of these files can be found on the [Report Files - Description and Details](https://github.com/aueb-wim/DataQualityControlTool/wiki/Report-Files---Descriptions-and-Details) wiki section. |
|
|
|
|
\ No newline at end of file |
|
|
### dicom_report.pdf
|
|
|
|
|
|
|
|
|
|
Please refer to the repo wiki section [Reports - Descriptions and Details](https://github.com/aueb-wim/DataQualityControlTool/wiki/Reports---Descriptions-and-Details) for a detailed explanation of the content of this report.
|
|
|
|
|
|
|
|