{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# BIDS conversion\n",
"\n",
"Author: Thuy Dao\n",
"\n",
"Citation:\n",
"- dcm2niix: https://doi.org/10.1016/j.jneumeth.2016.03.001\n",
"- bidscoin: https://doi.org/10.3389/fninf.2021.770608\n",
"- heudiconv: https://doi.org/10.5281/zenodo.1012598\n",
"- FSL: https://doi.org/10.1016/j.neuroimage.2011.09.015\n",
"- OSF: https://doi.org/10.5195/jmla.2017.88\n",
"- NiiVue: https://github.com/niivue/niivue"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Setup Neurodesk"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"%%capture\n",
"import os\n",
"import sys\n",
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" os.environ[\"LD_PRELOAD\"] = \"\";\n",
" os.environ[\"APPTAINER_BINDPATH\"] = \"/content,/tmp,/cvmfs\"\n",
" os.environ[\"MPLCONFIGDIR\"] = \"/content/matplotlib-mpldir\"\n",
" os.environ[\"LMOD_CMD\"] = \"/usr/share/lmod/lmod/libexec/lmod\"\n",
"\n",
" !curl -J -O https://raw.githubusercontent.com/NeuroDesk/neurocommand/main/googlecolab_setup.sh\n",
" !chmod +x googlecolab_setup.sh\n",
" !./googlecolab_setup.sh\n",
"\n",
" os.environ[\"MODULEPATH\"] = ':'.join(map(str, list(map(lambda x: os.path.join(os.path.abspath('/cvmfs/neurodesk.ardc.edu.au/neurodesk-modules/'), x),os.listdir('/cvmfs/neurodesk.ardc.edu.au/neurodesk-modules/')))))"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"vendor_id\t: GenuineIntel\n",
"model name\t: Intel(R) Core(TM) i5-9400H CPU @ 2.50GHz\n"
]
}
],
"source": [
"# Output CPU information:\n",
"!cat /proc/cpuinfo | grep 'vendor' | uniq\n",
"!cat /proc/cpuinfo | grep 'model name' | uniq"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## BIDS conversion and Open data sharing\n",
"\n",
"1. In this interactive example notebook, we first download DICOM data using `datalad`.\n",
"\n",
"2. Next we will convert DICOMS into the BIDS data structure using:\n",
" - 2.1. `dcm2niix` which convert data to NIfTi and then manually organize the folder.\n",
" - 2.2. `heudiconv` to automate the conversion and organization with a provided heuristic file.\n",
" - 2.3. `bidscoin` to automate the conversion and organization with bideditor interface.\n",
"\n",
"3. We will then run skull stripping using FSL BET.\n",
"\n",
"4. Finally, we will upload output from FSL BET to share in OSF project."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 1. Data preparation\n",
"\n",
"This example uses a phantom dataset generated by the University of Arizona on their Siemens Skyra 3T with Syngo MR VE11c software on 2018_02_08.\n",
"\n",
"Download DICOM data from Datalad."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Cloning: 100%|██████████████████████| 2.00/2.00 [00:01<00:00, 1.22 candidates/s]\n",
"Enumerating: 0.00 Objects [00:00, ? Objects/s]\u001b[A\n",
" \u001b[A\n",
"Counting: 0%| | 0.00/12.4k [00:00, ? Objects/s]\u001b[A\n",
"Counting: 5%|█▏ | 619/12.4k [00:00<00:02, 4.09k Objects/s]\u001b[A\n",
" \u001b[A\n",
"Compressing: 0%| | 0.00/6.00k [00:00, ? Objects/s]\u001b[A\n",
" \u001b[A\n",
"Receiving: 0%| | 0.00/12.4k [00:00, ? Objects/s]\u001b[A\n",
"Receiving: 1%|▏ | 124/12.4k [00:00<00:15, 786 Objects/s]\u001b[A\n",
"Receiving: 6%|█▎ | 743/12.4k [00:00<00:05, 2.05k Objects/s]\u001b[A\n",
"Receiving: 18%|███▌ | 2.23k/12.4k [00:00<00:01, 5.79k Objects/s]\u001b[A\n",
"Receiving: 25%|█████ | 3.09k/12.4k [00:00<00:01, 5.53k Objects/s]\u001b[A\n",
"Receiving: 44%|████████▊ | 5.44k/12.4k [00:00<00:00, 7.82k Objects/s]\u001b[A\n",
"Receiving: 75%|███████████████ | 9.28k/12.4k [00:00<00:00, 14.5k Objects/s]\u001b[A\n",
" \u001b[A\n",
"Resolving: 0%| | 0.00/3.17k [00:00, ? Deltas/s]\u001b[A\n",
"Resolving: 72%|███████████████ | 2.29k/3.17k [00:00<00:00, 22.8k Deltas/s]\u001b[A\n",
"[INFO ] scanning for unlocked files (this may take some time) \u001b[A\n",
"\u001b[1;1minstall\u001b[0m(\u001b[1;32mok\u001b[0m): /data/books/workflows/heudiconv-reproin-example (\u001b[1;35mdataset\u001b[0m)\n",
"Total: 0%| | 0.00/188M [00:00, ? Bytes/s]\n",
"Get REPROIN/ .. 001-0001.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0001.dcm: 51%|██▌ | 87.9k/174k [00:00<00:00, 175k Bytes/s]\u001b[A\n",
"Total: 0%| | 174k/188M [00:07<2:15:20, 23.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0002.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 0%| | 348k/188M [00:10<1:31:04, 34.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0003.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 0%| | 522k/188M [00:12<1:12:04, 43.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0005.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 0%|▏ | 863k/188M [00:15<57:33, 54.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 002-0001.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 002-0002.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 1%|▏ | 1.21M/188M [00:19<49:48, 62.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 002-0003.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 002-0004.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 1%|▏ | 1.73M/188M [00:29<53:28, 57.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0001.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 1%|▎ | 1.90M/188M [00:31<51:27, 60.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0002.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 1%|▎ | 2.07M/188M [00:33<49:42, 62.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0003.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 1%|▎ | 2.25M/188M [00:35<49:05, 62.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0005.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 1%|▎ | 2.59M/188M [00:40<47:42, 64.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0001.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 004-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 2%|▍ | 2.93M/188M [00:43<45:41, 67.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0003.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 005-0001.dcm: 0%| | 0.00/174k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 005-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 2%|▍ | 3.45M/188M [00:50<44:49, 68.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 005-0003.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 006-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 006-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 007-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 2%|▌ | 4.12M/188M [00:58<43:18, 70.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 007-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 008-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 008-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 009-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 3%|▋ | 4.81M/188M [01:06<42:01, 72.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 009-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 010-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 010-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 011-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 3%|▊ | 5.66M/188M [01:16<41:06, 73.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 012-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 3%|▉ | 6.17M/188M [01:24<41:14, 73.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 013-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 014-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 3%|▉ | 6.51M/188M [01:29<41:23, 72.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 014-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 4%|▉ | 6.85M/188M [01:32<40:49, 73.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 016-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 016-0001.dcm: 79%|████▋ | 136k/173k [00:00<00:00, 272k Bytes/s]\u001b[A\n",
"Total: 4%|█ | 7.19M/188M [01:42<42:57, 70.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 017-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 4%|█ | 7.70M/188M [01:50<42:53, 69.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 018-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 018-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 4%|█▏ | 8.21M/188M [01:56<42:17, 70.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 019-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 020-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 020-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 021-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 5%|█▎ | 8.89M/188M [02:04<41:35, 71.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 021-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 022-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 022-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 023-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 5%|█▍ | 9.58M/188M [02:11<40:43, 72.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 023-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 024-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 024-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 025-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 025-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 6%|█▌ | 10.4M/188M [02:20<39:44, 74.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 026-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 026-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 027-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 027-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 028-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 6%|█▌ | 11.3M/188M [02:30<39:15, 74.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 028-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 6%|█▋ | 11.4M/188M [02:32<39:05, 75.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 029-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 6%|█▋ | 11.6M/188M [02:34<38:54, 75.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 029-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 030-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 6%|█▋ | 12.0M/188M [02:37<38:37, 75.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 030-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 031-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 7%|█▊ | 12.3M/188M [02:41<38:18, 76.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 031-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 032-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 7%|█▊ | 12.6M/188M [02:44<38:01, 76.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 032-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 033-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 033-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 7%|█▉ | 13.1M/188M [02:51<37:49, 76.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 034-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 034-0001.dcm: 67%|███▉ | 112k/168k [00:00<00:00, 223k Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 034-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 035-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 7%|█▉ | 13.7M/188M [03:00<38:14, 75.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 035-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 036-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 036-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 037-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 8%|██ | 14.3M/188M [03:07<37:42, 76.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 037-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 038-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 038-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 039-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 8%|██▏ | 15.0M/188M [03:14<37:13, 77.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 039-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 040-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 040-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 041-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 8%|██▎ | 15.7M/188M [03:21<36:46, 77.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 042-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 042-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 043-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 9%|██▎ | 16.4M/188M [03:29<36:28, 78.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 043-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 044-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 044-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 045-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 9%|██▍ | 17.1M/188M [03:36<36:04, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 045-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 046-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 046-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 047-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 9%|██▌ | 17.7M/188M [03:43<35:41, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 047-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 048-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 048-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 049-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 049-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 10%|██▋ | 18.6M/188M [03:52<35:13, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 050-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 050-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 051-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 051-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 052-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 10%|██▊ | 19.4M/188M [04:01<34:48, 80.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 052-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 053-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 054-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 11%|██▉ | 20.3M/188M [04:12<34:36, 80.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 055-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 11%|██▉ | 20.5M/188M [04:14<34:36, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 055-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 056-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 11%|██▉ | 20.8M/188M [04:18<34:34, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 056-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 057-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 11%|███ | 21.2M/188M [04:23<34:35, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 057-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 058-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 12%|███ | 21.7M/188M [04:29<34:21, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 059-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 12%|███▏ | 22.2M/188M [04:36<34:23, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 060-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 061-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 12%|███▎ | 22.8M/188M [04:46<34:25, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 062-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 063-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 063-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 064-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 13%|███▍ | 23.5M/188M [04:53<34:08, 80.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 064-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 065-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 065-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 13%|███▍ | 24.2M/188M [05:01<33:54, 80.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 066-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 067-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 067-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 068-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 13%|███▋ | 25.2M/188M [05:19<34:13, 79.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 069-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 14%|███▋ | 25.4M/188M [05:21<34:08, 79.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 070-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 14%|███▋ | 25.7M/188M [05:24<34:00, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 071-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 071-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 14%|███▊ | 26.1M/188M [05:28<33:51, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 072-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 072-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 14%|███▊ | 26.4M/188M [05:31<33:42, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 073-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 073-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 14%|███▊ | 26.8M/188M [05:35<33:33, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 074-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 074-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 14%|███▉ | 27.1M/188M [05:38<33:25, 80.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 075-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 075-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 15%|███▉ | 27.4M/188M [05:43<33:21, 80.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 076-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 076-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 15%|████ | 27.8M/188M [05:46<33:13, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 077-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 15%|████ | 28.1M/188M [05:50<33:08, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 078-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 078-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 15%|████ | 28.5M/188M [05:54<33:00, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 079-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 079-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 079-0002.dcm: 83%|█████ | 144k/173k [00:00<00:00, 287k Bytes/s]\u001b[A\n",
"Total: 15%|████▏ | 29.0M/188M [06:06<33:27, 79.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 080-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 16%|████▏ | 29.1M/188M [06:08<33:23, 79.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 081-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 081-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 16%|████▏ | 29.5M/188M [06:12<33:14, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 082-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 082-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 16%|████▎ | 29.8M/188M [06:16<33:10, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 083-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 083-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 16%|████▎ | 30.2M/188M [06:20<33:06, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 084-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 084-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 16%|████▍ | 30.5M/188M [06:25<33:01, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 085-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 085-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 16%|████▍ | 30.8M/188M [06:28<32:53, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 086-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 086-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 17%|████▍ | 31.2M/188M [06:32<32:45, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 087-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 087-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 17%|████▌ | 31.5M/188M [06:35<32:38, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 088-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 17%|████▌ | 31.9M/188M [06:39<32:30, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 089-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 089-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 17%|████▋ | 32.2M/188M [06:43<32:22, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 090-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 17%|████▋ | 32.6M/188M [06:47<32:18, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 091-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 091-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 18%|████▋ | 32.9M/188M [06:50<32:11, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 092-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 092-0001.dcm: 86%|█████▏| 144k/168k [00:00<00:00, 287k Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 092-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 18%|████▊ | 33.2M/188M [06:58<32:21, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 093-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 093-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 18%|████▊ | 33.6M/188M [07:02<32:17, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 094-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 094-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 18%|████▉ | 33.9M/188M [07:06<32:09, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 095-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 095-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 18%|████▉ | 34.6M/188M [07:19<32:20, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 097-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 097-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 19%|█████ | 34.9M/188M [07:23<32:16, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 098-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 19%|█████ | 35.3M/188M [07:27<32:11, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 099-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 099-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 19%|█████▏ | 35.6M/188M [07:31<32:07, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 100-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 19%|█████▏ | 36.0M/188M [07:35<31:59, 78.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 101-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 101-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 19%|█████▏ | 36.3M/188M [07:38<31:51, 79.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 102-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 20%|█████▎ | 36.6M/188M [07:45<31:58, 78.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 103-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 103-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 20%|█████▎ | 37.0M/188M [07:49<31:50, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 104-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 20%|█████▎ | 37.3M/188M [07:52<31:43, 78.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 105-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 20%|█████▍ | 37.7M/188M [07:57<31:38, 78.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 106-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 106-0002.dcm: 46%|██▎ | 79.9k/173k [00:00<00:00, 159k Bytes/s]\u001b[A\n",
"Total: 20%|█████▍ | 38.0M/188M [08:02<31:37, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 107-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 20%|█████▌ | 38.3M/188M [08:05<31:29, 78.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 108-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 108-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 21%|█████▌ | 38.7M/188M [08:17<31:54, 77.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 109-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 21%|█████▌ | 38.8M/188M [08:19<31:51, 77.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 109-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 21%|█████▌ | 39.0M/188M [08:21<31:50, 77.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 110-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 21%|█████▋ | 39.2M/188M [08:23<31:46, 77.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 110-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 111-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 21%|█████▋ | 39.5M/188M [08:27<31:39, 77.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 111-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 112-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 21%|█████▋ | 39.9M/188M [08:32<31:37, 77.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 113-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 22%|█████▊ | 40.4M/188M [08:38<31:29, 77.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 114-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 115-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 22%|█████▉ | 40.9M/188M [08:44<31:18, 78.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 115-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 116-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 116-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 117-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 22%|█████▉ | 41.6M/188M [08:51<31:05, 78.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 117-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 118-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 118-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 119-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 23%|██████ | 42.3M/188M [08:59<30:54, 78.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 119-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 120-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 120-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 121-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 23%|██████▏ | 42.9M/188M [09:06<30:39, 78.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 121-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 122-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 122-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 123-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 123-0001.dcm: 42%|██ | 71.9k/173k [00:00<00:00, 144k Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 123-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 23%|██████▎ | 43.8M/188M [09:16<30:26, 78.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 124-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 124-0001.dcm: 51%|██ | 87.9k/173k [00:03<00:03, 25.1k Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 124-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 125-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 126-0001.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 24%|██████▍ | 44.6M/188M [09:28<30:21, 78.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 126-0002.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 24%|██████▍ | 44.8M/188M [09:30<30:17, 78.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 127-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 24%|██████▍ | 45.0M/188M [09:32<30:14, 78.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 127-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 127-0002.dcm: 48%|██▍ | 79.9k/168k [00:00<00:00, 159k Bytes/s]\u001b[A\n",
"Total: 24%|██████▌ | 45.1M/188M [09:50<31:00, 76.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 128-0001.dcm: 0%| | 0.00/173k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 24%|██████▌ | 45.3M/188M [09:51<30:54, 76.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 128-0002.dcm: 0%| | 0.00/168k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 24%|██████▌ | 45.5M/188M [09:52<30:51, 76.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0001.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0001.dcm: 83%|████▉ | 184k/223k [00:00<00:00, 368k Bytes/s]\u001b[A\n",
"Total: 24%|██████▌ | 45.7M/188M [09:55<30:48, 76.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0002.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 24%|██████▌ | 45.9M/188M [09:58<30:43, 76.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0003.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 25%|██████▋ | 46.2M/188M [10:00<30:38, 76.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0004.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 25%|██████▋ | 46.4M/188M [10:02<30:34, 76.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0005.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 25%|██████▋ | 46.6M/188M [10:04<30:28, 77.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0006.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 25%|██████▋ | 46.8M/188M [10:06<30:22, 77.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0007.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 25%|██████▊ | 47.3M/188M [10:30<31:09, 75.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0009.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 25%|██████▊ | 47.5M/188M [10:32<31:03, 75.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0010.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0010.dcm: 93%|█████▌| 208k/223k [00:00<00:00, 413k Bytes/s]\u001b[A\n",
"Total: 25%|██████▊ | 47.7M/188M [10:34<30:58, 75.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0011.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 26%|██████▉ | 47.9M/188M [10:36<30:52, 75.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0012.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 26%|██████▉ | 48.2M/188M [10:38<30:46, 75.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0013.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0013.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 351k Bytes/s]\u001b[A\n",
"Total: 26%|███████ | 48.8M/188M [10:50<30:46, 75.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0016.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 26%|███████ | 49.3M/188M [10:54<30:36, 75.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0018.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▏ | 49.7M/188M [10:59<30:26, 75.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0020.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▏ | 49.9M/188M [11:01<30:22, 75.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0021.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0021.dcm: 68%|████ | 152k/223k [00:00<00:00, 303k Bytes/s]\u001b[A\n",
"Total: 27%|███████▏ | 50.2M/188M [11:04<30:19, 75.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0022.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▎ | 50.4M/188M [11:06<30:13, 75.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0023.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▎ | 50.6M/188M [11:08<30:08, 75.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0024.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0024.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 384k Bytes/s]\u001b[A\n",
"Total: 27%|███████▎ | 50.8M/188M [11:11<30:05, 75.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0025.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▎ | 51.1M/188M [11:13<30:00, 75.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0026.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▍ | 51.3M/188M [11:15<29:55, 75.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0027.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 27%|███████▍ | 51.5M/188M [11:17<29:49, 76.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0028.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0028.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 28%|███████▍ | 51.7M/188M [11:20<29:46, 76.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0029.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 28%|███████▍ | 51.9M/188M [11:22<29:42, 76.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0030.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 28%|███████▌ | 52.2M/188M [11:24<29:36, 76.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0031.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 28%|███████▌ | 52.4M/188M [11:26<29:31, 76.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0032.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 28%|███████▌ | 52.6M/188M [11:28<29:26, 76.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0033.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 28%|███████▌ | 52.8M/188M [11:30<29:21, 76.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0034.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 28%|███████▋ | 53.1M/188M [11:32<29:15, 76.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0035.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0035.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 28%|███████▋ | 53.3M/188M [11:35<29:12, 76.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0036.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 29%|███████▋ | 53.5M/188M [11:37<29:07, 76.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0037.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 29%|███████▋ | 53.7M/188M [11:39<29:02, 76.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0038.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 29%|███████▊ | 54.2M/188M [11:44<28:53, 76.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0040.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 29%|███████▊ | 54.4M/188M [11:46<28:47, 77.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0041.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 29%|███████▊ | 54.6M/188M [11:48<28:42, 77.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0042.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 29%|███████▉ | 55.1M/188M [11:52<28:32, 77.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0044.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0044.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 384k Bytes/s]\u001b[A\n",
"Total: 29%|███████▉ | 55.3M/188M [11:55<28:30, 77.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0045.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|███████▉ | 55.5M/188M [11:57<28:26, 77.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0046.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████ | 55.7M/188M [11:59<28:21, 77.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0047.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████ | 56.0M/188M [12:01<28:16, 77.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0048.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████ | 56.2M/188M [12:03<28:11, 77.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0049.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████ | 56.4M/188M [12:05<28:06, 77.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0050.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████▏ | 56.6M/188M [12:07<28:02, 77.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0051.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████▏ | 56.8M/188M [12:09<27:57, 77.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0052.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 30%|████████▏ | 57.1M/188M [12:11<27:52, 78.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0053.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0053.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 351k Bytes/s]\u001b[A\n",
"Total: 31%|████████▏ | 57.3M/188M [12:14<27:49, 78.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0054.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0054.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 31%|████████▎ | 57.5M/188M [12:17<27:46, 78.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0055.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 31%|████████▎ | 58.0M/188M [12:21<27:37, 78.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0057.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 31%|████████▍ | 58.2M/188M [12:23<27:32, 78.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0058.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 31%|████████▍ | 58.4M/188M [12:25<27:27, 78.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0059.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 31%|████████▍ | 58.6M/188M [12:27<27:22, 78.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0060.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 31%|████████▍ | 58.8M/188M [12:29<27:18, 78.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0061.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▌ | 59.1M/188M [12:31<27:13, 78.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0062.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▌ | 59.3M/188M [12:33<27:08, 78.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0063.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▌ | 59.5M/188M [12:35<27:04, 78.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0064.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▌ | 59.7M/188M [12:37<26:59, 78.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0065.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▋ | 60.0M/188M [12:39<26:55, 79.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0066.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▋ | 60.2M/188M [12:41<26:50, 79.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0067.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0067.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 351k Bytes/s]\u001b[A\n",
"Total: 32%|████████▋ | 60.4M/188M [12:44<26:47, 79.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0068.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▋ | 60.6M/188M [12:46<26:43, 79.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0069.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 32%|████████▊ | 60.9M/188M [12:48<26:38, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0070.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0070.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 351k Bytes/s]\u001b[A\n",
"Total: 33%|████████▊ | 61.1M/188M [12:51<26:36, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0071.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|████████▊ | 61.3M/188M [12:53<26:32, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0072.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|████████▊ | 61.5M/188M [12:55<26:27, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0073.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|████████▉ | 61.7M/188M [12:57<26:23, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0074.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|████████▉ | 62.0M/188M [12:59<26:18, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0075.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|████████▉ | 62.2M/188M [13:01<26:14, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0076.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|████████▉ | 62.4M/188M [13:03<26:11, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0077.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 33%|█████████ | 62.6M/188M [13:05<26:06, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0078.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0078.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 34%|█████████ | 62.9M/188M [13:08<26:04, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0079.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 34%|█████████ | 63.1M/188M [13:11<26:00, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0080.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 34%|█████████ | 63.3M/188M [13:18<26:05, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0081.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0081.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 34%|█████████▏ | 63.5M/188M [13:20<26:03, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0082.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 34%|█████████▏ | 63.7M/188M [13:22<25:58, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0083.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 34%|█████████▏ | 64.0M/188M [13:24<25:54, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0084.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0084.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 352k Bytes/s]\u001b[A\n",
"Total: 34%|█████████▏ | 64.2M/188M [13:27<25:52, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0085.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 34%|█████████▎ | 64.4M/188M [13:30<25:47, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0086.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▎ | 64.9M/188M [13:38<25:48, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0088.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▎ | 65.1M/188M [13:41<25:44, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0089.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▍ | 65.3M/188M [13:43<25:40, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0090.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▍ | 65.5M/188M [13:45<25:36, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0091.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▍ | 65.8M/188M [13:47<25:32, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0092.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▌ | 66.0M/188M [13:52<25:33, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0093.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▌ | 66.2M/188M [13:54<25:29, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0094.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 35%|█████████▌ | 66.4M/188M [13:56<25:25, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0095.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▌ | 66.6M/188M [13:58<25:20, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0096.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▋ | 66.9M/188M [14:00<25:16, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0097.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▋ | 67.1M/188M [14:02<25:12, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0098.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▋ | 67.3M/188M [14:04<25:08, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0099.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▋ | 67.5M/188M [14:13<25:17, 79.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0100.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▊ | 68.0M/188M [14:17<25:08, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0102.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▊ | 68.2M/188M [14:19<25:04, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0103.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 36%|█████████▊ | 68.4M/188M [14:24<25:05, 79.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0104.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 37%|█████████▉ | 68.6M/188M [14:26<25:01, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0105.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 37%|█████████▉ | 68.9M/188M [14:28<24:56, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0106.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0106.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 37%|█████████▉ | 69.1M/188M [14:31<24:54, 79.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0107.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 37%|█████████▉ | 69.3M/188M [14:34<24:50, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0108.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 37%|██████████ | 69.5M/188M [14:35<24:46, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0109.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0109.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 384k Bytes/s]\u001b[A\n",
"Total: 37%|██████████ | 69.8M/188M [14:39<24:43, 79.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0110.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 37%|██████████ | 70.2M/188M [14:43<24:36, 79.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0112.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 38%|██████████▏ | 70.7M/188M [14:48<24:29, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0114.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 38%|██████████▏ | 70.9M/188M [14:50<24:24, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0115.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 38%|██████████▏ | 71.1M/188M [14:52<24:20, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0116.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 38%|██████████▎ | 71.3M/188M [14:54<24:16, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0117.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0117.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 351k Bytes/s]\u001b[A\n",
"Total: 38%|██████████▎ | 71.5M/188M [14:57<24:14, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0118.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 38%|██████████▎ | 71.8M/188M [14:59<24:10, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0119.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 38%|██████████▎ | 72.0M/188M [15:01<24:05, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0120.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 39%|██████████▍ | 72.2M/188M [15:06<24:06, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0121.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0121.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 382k Bytes/s]\u001b[A\n",
"Total: 39%|██████████▍ | 72.4M/188M [15:08<24:02, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0122.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 39%|██████████▍ | 72.7M/188M [15:10<23:58, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0123.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0123.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 39%|██████████▍ | 72.9M/188M [15:13<23:56, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0124.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 39%|██████████▌ | 73.1M/188M [15:15<23:52, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0125.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0125.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 39%|██████████▌ | 73.3M/188M [15:18<23:49, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0126.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 39%|██████████▌ | 73.5M/188M [15:20<23:45, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0127.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 39%|██████████▋ | 74.0M/188M [15:24<23:37, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0129.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▋ | 74.2M/188M [15:26<23:33, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0130.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▋ | 74.4M/188M [15:28<23:29, 80.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0131.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▊ | 74.7M/188M [15:30<23:25, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0132.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▊ | 75.1M/188M [15:44<23:33, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0134.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▊ | 75.3M/188M [15:46<23:29, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0135.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▉ | 75.6M/188M [15:48<23:25, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0136.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 40%|██████████▉ | 75.8M/188M [15:50<23:22, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0137.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 41%|██████████▉ | 76.0M/188M [15:53<23:18, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0138.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0138.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 350k Bytes/s]\u001b[A\n",
"Total: 41%|██████████▉ | 76.2M/188M [15:58<23:19, 79.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0139.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 41%|███████████ | 76.4M/188M [16:00<23:16, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0140.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0140.dcm: 47%|██▊ | 104k/223k [00:00<00:00, 207k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0140.dcm: 72%|███▌ | 160k/223k [00:01<00:00, 95.0k Bytes/s]\u001b[A\n",
"Total: 41%|███████████ | 77.1M/188M [16:08<23:06, 79.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0143.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 41%|███████████▏ | 77.3M/188M [16:10<23:02, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0144.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 41%|███████████▏ | 77.6M/188M [16:12<22:58, 79.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0145.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 42%|███████████▏ | 78.0M/188M [16:17<22:51, 79.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0147.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 42%|███████████▎ | 78.2M/188M [16:18<22:47, 79.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0148.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 42%|███████████▎ | 78.4M/188M [16:20<22:43, 80.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0149.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 42%|███████████▎ | 78.7M/188M [16:22<22:39, 80.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0150.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 42%|███████████▎ | 78.9M/188M [16:24<22:35, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0151.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0151.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 42%|███████████▍ | 79.1M/188M [16:27<22:33, 80.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0152.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 42%|███████████▍ | 79.6M/188M [16:32<22:26, 80.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0154.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▍ | 79.8M/188M [16:34<22:22, 80.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0155.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▌ | 80.0M/188M [16:36<22:18, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0156.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▌ | 80.2M/188M [16:38<22:15, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0157.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▌ | 80.4M/188M [16:40<22:11, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0158.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▌ | 80.7M/188M [16:43<22:08, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0159.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▋ | 81.1M/188M [16:50<22:05, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0161.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▋ | 81.3M/188M [16:52<22:01, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0162.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 43%|███████████▋ | 81.6M/188M [16:54<21:57, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0163.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 44%|███████████▊ | 81.8M/188M [16:56<21:54, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0164.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0164.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 44%|███████████▊ | 82.2M/188M [17:02<21:48, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0166.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 44%|███████████▊ | 82.5M/188M [17:07<21:49, 80.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0167.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 44%|███████████▉ | 82.7M/188M [17:10<21:46, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0168.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 44%|███████████▉ | 82.9M/188M [17:12<21:42, 80.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0169.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 44%|███████████▉ | 83.1M/188M [17:14<21:38, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0170.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0170.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 44%|████████████ | 83.3M/188M [17:16<21:35, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0171.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 45%|████████████ | 83.6M/188M [17:18<21:32, 80.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0172.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 45%|████████████ | 83.8M/188M [17:20<21:28, 80.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0173.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 45%|████████████ | 84.0M/188M [17:22<21:24, 80.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0174.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 45%|████████████▏ | 84.2M/188M [17:24<21:20, 80.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0175.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 45%|████████████▏ | 84.5M/188M [17:27<21:17, 80.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0176.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0176.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 45%|████████████▏ | 84.7M/188M [17:30<21:14, 80.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0177.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0177.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 45%|████████████▏ | 84.9M/188M [17:32<21:12, 80.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0178.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 45%|████████████▎ | 85.1M/188M [17:34<21:08, 80.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0179.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 46%|████████████▎ | 85.3M/188M [17:36<21:04, 80.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0180.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0180.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 46%|████████████▎ | 85.8M/188M [17:42<20:59, 80.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0182.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 46%|████████████▍ | 86.0M/188M [17:44<20:55, 80.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0183.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 46%|████████████▍ | 86.2M/188M [17:46<20:52, 80.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0184.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 46%|████████████▍ | 86.5M/188M [17:48<20:48, 80.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0185.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0185.dcm: 43%|██▏ | 95.9k/223k [00:00<00:00, 191k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0185.dcm: 61%|███ | 136k/223k [00:01<00:01, 79.0k Bytes/s]\u001b[A\n",
"Total: 46%|████████████▍ | 86.7M/188M [17:51<20:46, 80.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0186.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 47%|████████████▌ | 87.4M/188M [17:58<20:36, 81.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0189.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 47%|████████████▌ | 87.6M/188M [18:01<20:33, 81.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0190.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0190.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 382k Bytes/s]\u001b[A\n",
"Total: 47%|████████████▋ | 87.8M/188M [18:04<20:31, 81.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0191.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0191.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 47%|████████████▋ | 88.0M/188M [18:06<20:27, 81.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0192.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 47%|████████████▋ | 88.2M/188M [18:08<20:24, 81.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0193.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 47%|████████████▋ | 88.5M/188M [18:10<20:20, 81.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0194.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0194.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 382k Bytes/s]\u001b[A\n",
"Total: 47%|████████████▊ | 88.7M/188M [18:13<20:17, 81.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0195.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 48%|████████████▊ | 89.1M/188M [18:17<20:10, 81.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0197.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0197.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 48%|████████████▊ | 89.4M/188M [18:20<20:08, 81.2k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0198.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 48%|████████████▉ | 89.8M/188M [18:24<20:01, 81.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0200.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 48%|████████████▉ | 90.0M/188M [18:26<19:58, 81.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0201.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 48%|████████████▉ | 90.2M/188M [18:28<19:54, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0202.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0202.dcm: 43%|██▏ | 95.9k/223k [00:00<00:00, 191k Bytes/s]\u001b[A\n",
"Total: 48%|█████████████ | 90.5M/188M [18:31<19:52, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0203.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0203.dcm: 90%|█████▍| 200k/223k [00:00<00:00, 398k Bytes/s]\u001b[A\n",
"Total: 48%|█████████████ | 90.7M/188M [18:33<19:49, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0204.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 48%|█████████████ | 90.9M/188M [18:35<19:45, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0205.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 49%|█████████████ | 91.1M/188M [18:38<19:42, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0206.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0206.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 49%|█████████████▏ | 91.6M/188M [18:46<19:39, 81.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0208.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 49%|█████████████▏ | 91.8M/188M [18:48<19:36, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0209.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 49%|█████████████▎ | 92.0M/188M [18:50<19:32, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0210.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0210.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 383k Bytes/s]\u001b[A\n",
"Total: 49%|█████████████▎ | 92.3M/188M [18:53<19:29, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0211.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 49%|█████████████▎ | 92.5M/188M [18:55<19:26, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0212.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 49%|█████████████▎ | 92.7M/188M [18:57<19:22, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0213.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0213.dcm: 86%|█████▏| 192k/223k [00:00<00:00, 380k Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▍ | 92.9M/188M [19:00<19:20, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0214.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▍ | 93.1M/188M [19:05<19:20, 81.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0215.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▍ | 93.4M/188M [19:07<19:17, 81.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0216.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▍ | 93.6M/188M [19:10<19:14, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0217.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▌ | 93.8M/188M [19:12<19:10, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0218.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▌ | 94.0M/188M [19:14<19:07, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0219.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▌ | 94.3M/188M [19:16<19:03, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0220.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 50%|█████████████▌ | 94.5M/188M [19:21<19:03, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0221.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▋ | 94.7M/188M [19:23<19:00, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0222.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▋ | 94.9M/188M [19:26<18:57, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0223.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0223.dcm: 50%|███ | 112k/223k [00:00<00:00, 224k Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▋ | 95.1M/188M [19:29<18:55, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0224.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▋ | 95.4M/188M [19:31<18:51, 81.4k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0225.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▊ | 95.6M/188M [19:33<18:48, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0226.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▊ | 95.8M/188M [19:35<18:44, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0227.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▊ | 96.0M/188M [19:37<18:41, 81.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0228.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0228.dcm: 47%|██▊ | 104k/223k [00:00<00:00, 207k Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▊ | 96.3M/188M [19:40<18:39, 81.5k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0229.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 51%|█████████████▉ | 96.5M/188M [19:42<18:35, 81.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0230.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|█████████████▉ | 96.7M/188M [19:44<18:32, 81.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0231.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|█████████████▉ | 96.9M/188M [19:46<18:28, 81.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0232.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|█████████████▉ | 97.2M/188M [19:48<18:25, 81.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0233.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|██████████████ | 97.4M/188M [19:50<18:22, 81.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0234.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|██████████████ | 97.6M/188M [19:52<18:19, 81.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0235.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|██████████████ | 97.8M/188M [19:54<18:15, 81.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0236.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|██████████████ | 98.0M/188M [19:57<18:12, 81.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0237.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 52%|██████████████▏ | 98.3M/188M [19:59<18:08, 82.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0238.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0238.dcm: 79%|████▋ | 176k/223k [00:00<00:00, 351k Bytes/s]\u001b[A\n",
"Total: 53%|██████████████▏ | 98.5M/188M [20:01<18:06, 82.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0239.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 53%|██████████████▏ | 98.7M/188M [20:03<18:02, 82.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 001-0240.dcm: 0%| | 0.00/223k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 53%|██████████████▏ | 98.9M/188M [20:05<17:59, 82.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0001.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0001.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 830k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0001.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
"Total: 54%|███████████████▏ | 102M/188M [20:08<17:03, 84.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0002.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0002.dcm: 7%|▎ | 192k/2.58M [00:00<00:06, 383k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0002.dcm: 41%|█▏ | 1.05M/2.58M [00:01<00:01, 1.16M Bytes/s]\u001b[A\n",
"Total: 56%|███████████████▌ | 104M/188M [20:11<16:10, 85.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0003.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0003.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 829k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0003.dcm: 61%|█▊ | 1.58M/2.58M [00:01<00:00, 1.71M Bytes/s]\u001b[A\n",
"Total: 57%|███████████████▉ | 107M/188M [20:14<15:20, 87.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0004.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0004.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 829k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0004.dcm: 55%|██▏ | 1.41M/2.58M [00:02<00:01, 692k Bytes/s]\u001b[A\n",
"Total: 58%|████████████████▎ | 109M/188M [20:26<14:38, 89.1k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0005.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0005.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 831k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0005.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
"Total: 60%|████████████████▋ | 112M/188M [20:28<13:51, 91.0k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0006.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0006.dcm: 15%|▋ | 376k/2.58M [00:00<00:02, 749k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0006.dcm: 62%|█▊ | 1.59M/2.58M [00:01<00:00, 1.73M Bytes/s]\u001b[A\n",
"Total: 61%|█████████████████ | 114M/188M [20:31<13:06, 92.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0007.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0007.dcm: 15%|▋ | 376k/2.58M [00:00<00:02, 751k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0007.dcm: 62%|█▊ | 1.59M/2.58M [00:01<00:00, 1.74M Bytes/s]\u001b[A\n",
"Total: 62%|█████████████████▍ | 117M/188M [20:34<12:24, 94.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0008.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0008.dcm: 7%|▎ | 192k/2.58M [00:00<00:06, 383k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0008.dcm: 19%|▉ | 496k/2.58M [00:01<00:04, 514k Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 004-0009.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0009.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 833k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0009.dcm: 66%|█▉ | 1.71M/2.58M [00:01<00:00, 1.87M Bytes/s]\u001b[A\n",
"Total: 65%|██████████████████▏ | 122M/188M [20:42<11:04, 98.3k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0010.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0010.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 830k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0010.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 004-0011.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0011.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 830k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0011.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
"Total: 68%|███████████████████▋ | 127M/188M [20:48<09:50, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0012.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0012.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 829k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0012.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 004-0013.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0013.dcm: 15%|▋ | 376k/2.58M [00:00<00:02, 750k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0013.dcm: 62%|█▊ | 1.59M/2.58M [00:01<00:00, 1.73M Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0013.dcm: 71%|██▊ | 1.83M/2.58M [00:05<00:02, 277k Bytes/s]\u001b[A\n",
"Total: 71%|████████████████████▍ | 132M/188M [20:58<08:42, 105k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0014.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0014.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 830k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0014.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 004-0015.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0015.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 828k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0015.dcm: 68%|██ | 1.76M/2.58M [00:01<00:00, 1.92M Bytes/s]\u001b[A\n",
"Total: 73%|█████████████████████▎ | 138M/188M [21:03<07:37, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0016.dcm: 0%| | 0.00/2.58M [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0016.dcm: 16%|▊ | 416k/2.58M [00:00<00:02, 830k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0016.dcm: 47%|█▍ | 1.21M/2.58M [00:01<00:01, 1.27M Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 001-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 001-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 002-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 003-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
" \u001b[A\n",
"Get REPROIN/ .. 004-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 75%|█████████████████████▊ | 141M/188M [21:20<06:59, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 004-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 75%|█████████████████████▊ | 141M/188M [21:22<06:57, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 005-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 75%|█████████████████████▉ | 142M/188M [21:24<06:56, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 005-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|█████████████████████▉ | 142M/188M [21:26<06:55, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 006-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|█████████████████████▉ | 142M/188M [21:28<06:54, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 006-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|█████████████████████▉ | 142M/188M [21:30<06:53, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 007-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|█████████████████████▉ | 142M/188M [21:32<06:52, 110k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 007-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|██████████████████████ | 143M/188M [21:48<06:51, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 009-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|██████████████████████ | 143M/188M [21:51<06:49, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|██████████████████████▏ | 143M/188M [21:53<06:48, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|██████████████████████▏ | 143M/188M [21:55<06:46, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 76%|██████████████████████▏ | 143M/188M [21:57<06:45, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▏ | 144M/188M [21:59<06:44, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 012-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▏ | 144M/188M [22:01<06:43, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 012-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▏ | 144M/188M [22:03<06:42, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 013-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▎ | 144M/188M [22:05<06:40, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 013-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▎ | 144M/188M [22:06<06:39, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 014-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▎ | 144M/188M [22:08<06:38, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 014-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▎ | 144M/188M [22:10<06:37, 109k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 015-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▎ | 145M/188M [22:12<06:35, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 015-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▍ | 145M/188M [22:14<06:34, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 016-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▍ | 145M/188M [22:15<06:33, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 016-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▍ | 145M/188M [22:17<06:32, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 017-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▍ | 145M/188M [22:19<06:30, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 017-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 77%|██████████████████████▍ | 145M/188M [22:21<06:29, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 018-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 018-0001.dcm: 64%|███▏ | 95.9k/149k [00:00<00:00, 192k Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▍ | 145M/188M [22:26<06:29, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 018-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▌ | 146M/188M [22:30<06:27, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 019-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▌ | 146M/188M [22:32<06:25, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 020-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▌ | 146M/188M [22:34<06:24, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 020-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▌ | 146M/188M [22:36<06:23, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 021-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▋ | 146M/188M [22:38<06:22, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 021-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▋ | 146M/188M [22:40<06:20, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 022-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▋ | 147M/188M [22:41<06:19, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 022-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▋ | 147M/188M [22:43<06:18, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 023-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▋ | 147M/188M [22:45<06:16, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 023-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 78%|██████████████████████▋ | 147M/188M [22:47<06:15, 108k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 024-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▊ | 147M/188M [22:49<06:14, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 024-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▊ | 147M/188M [22:51<06:13, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 025-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▊ | 148M/188M [22:53<06:11, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 025-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▊ | 148M/188M [22:55<06:10, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 026-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▊ | 148M/188M [22:56<06:09, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 026-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▉ | 148M/188M [22:58<06:08, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 027-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▉ | 148M/188M [23:00<06:06, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 027-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 027-0002.dcm: 75%|████▍ | 112k/149k [00:00<00:00, 223k Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▉ | 148M/188M [23:03<06:05, 107k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 028-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▉ | 148M/188M [23:14<06:06, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 028-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|██████████████████████▉ | 149M/188M [23:15<06:05, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 029-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|███████████████████████ | 149M/188M [23:17<06:04, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 029-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|███████████████████████ | 149M/188M [23:20<06:03, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 030-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 79%|███████████████████████ | 149M/188M [23:21<06:01, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 030-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████ | 149M/188M [23:24<06:00, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 031-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████ | 149M/188M [23:27<05:58, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 032-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 032-0001.dcm: 64%|███▏ | 95.9k/149k [00:00<00:00, 192k Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▏ | 150M/188M [23:32<05:55, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 033-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▏ | 150M/188M [23:34<05:54, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 033-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▏ | 150M/188M [23:36<05:53, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 034-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▏ | 150M/188M [23:38<05:52, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 034-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▎ | 150M/188M [23:40<05:50, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 035-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 035-0001.dcm: 59%|██▉ | 87.9k/149k [00:00<00:00, 175k Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▎ | 151M/188M [23:43<05:49, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 035-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▎ | 151M/188M [23:46<05:48, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 036-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 80%|███████████████████████▎ | 151M/188M [23:47<05:47, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 036-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▎ | 151M/188M [23:49<05:45, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 037-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▎ | 151M/188M [23:51<05:44, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 037-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▍ | 151M/188M [23:53<05:43, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 038-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▍ | 151M/188M [23:54<05:41, 106k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 038-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▍ | 152M/188M [23:56<05:40, 105k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 039-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 039-0001.dcm: 21%|▊ | 31.9k/149k [00:01<00:03, 31.9k Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▍ | 152M/188M [24:10<05:43, 105k Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▍ | 152M/188M [24:15<05:43, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 039-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▍ | 152M/188M [24:17<05:41, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 040-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▌ | 152M/188M [24:18<05:40, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 040-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▌ | 152M/188M [24:20<05:39, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 041-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▌ | 152M/188M [24:23<05:37, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 041-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▌ | 152M/188M [24:24<05:36, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 042-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▌ | 153M/188M [24:26<05:35, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 042-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 81%|███████████████████████▋ | 153M/188M [24:28<05:33, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 043-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▋ | 153M/188M [24:32<05:31, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 044-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▋ | 153M/188M [24:34<05:30, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 044-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▋ | 153M/188M [24:36<05:28, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0001.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▋ | 154M/188M [24:38<05:27, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0002.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▊ | 154M/188M [24:42<05:24, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0004.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▊ | 154M/188M [24:44<05:23, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0005.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▊ | 154M/188M [24:46<05:21, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0006.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▊ | 154M/188M [24:47<05:20, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0007.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▉ | 154M/188M [24:49<05:19, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0008.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 82%|███████████████████████▉ | 155M/188M [24:51<05:17, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0009.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|███████████████████████▉ | 155M/188M [24:53<05:16, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0010.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|███████████████████████▉ | 155M/188M [24:57<05:13, 104k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0012.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|███████████████████████▉ | 155M/188M [24:59<05:12, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0013.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████ | 155M/188M [25:01<05:11, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0014.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████ | 156M/188M [25:06<05:08, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0016.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████ | 156M/188M [25:07<05:07, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0017.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████ | 156M/188M [25:09<05:05, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0018.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████▏ | 156M/188M [25:11<05:04, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0019.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████▏ | 156M/188M [25:13<05:03, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0020.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 83%|████████████████████████▏ | 157M/188M [25:16<05:00, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0022.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▏ | 157M/188M [25:18<04:59, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0023.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▎ | 157M/188M [25:20<04:57, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0024.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▎ | 157M/188M [25:22<04:56, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0025.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▎ | 157M/188M [25:24<04:55, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0026.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▎ | 157M/188M [25:26<04:53, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0027.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▎ | 157M/188M [25:28<04:52, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0028.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▎ | 158M/188M [25:30<04:51, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0029.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▍ | 158M/188M [25:32<04:49, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0030.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▍ | 158M/188M [25:37<04:47, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0032.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 84%|████████████████████████▍ | 158M/188M [25:39<04:45, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0033.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▌ | 158M/188M [25:43<04:43, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0035.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▌ | 159M/188M [25:46<04:41, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0036.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▌ | 159M/188M [25:48<04:40, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0037.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▌ | 159M/188M [25:49<04:39, 103k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0038.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▌ | 159M/188M [25:52<04:37, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0039.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▌ | 159M/188M [25:54<04:36, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0040.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▋ | 159M/188M [25:56<04:35, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0041.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▋ | 159M/188M [25:58<04:33, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0042.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▋ | 160M/188M [26:03<04:32, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0043.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▋ | 160M/188M [26:05<04:31, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 003-0044.dcm: 0%| | 0.00/149k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▋ | 160M/188M [26:07<04:30, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0001.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 85%|████████████████████████▊ | 160M/188M [26:09<04:28, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0002.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|████████████████████████▊ | 160M/188M [26:10<04:26, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0003.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|████████████████████████▊ | 161M/188M [26:12<04:24, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0004.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|████████████████████████▉ | 161M/188M [26:17<04:20, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0006.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|████████████████████████▉ | 161M/188M [26:19<04:18, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0007.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|████████████████████████▉ | 161M/188M [26:21<04:17, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0008.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|████████████████████████▉ | 161M/188M [26:23<04:15, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0009.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|█████████████████████████ | 162M/188M [26:24<04:13, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0010.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|█████████████████████████ | 162M/188M [26:26<04:11, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0011.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 86%|█████████████████████████ | 162M/188M [26:28<04:09, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0012.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0012.dcm: 50%|██▍ | 95.9k/192k [00:00<00:00, 191k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0012.dcm: 92%|█████▍| 176k/192k [00:01<00:00, 109k Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████ | 162M/188M [26:31<04:07, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0013.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████ | 162M/188M [26:33<04:05, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0014.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████▏ | 163M/188M [26:35<04:04, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0015.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████▏ | 163M/188M [26:41<03:58, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0018.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████▎ | 163M/188M [26:43<03:56, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0019.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████▎ | 164M/188M [26:45<03:54, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0020.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████▎ | 164M/188M [26:47<03:52, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0021.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 87%|█████████████████████████▎ | 164M/188M [26:49<03:50, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0022.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▍ | 164M/188M [26:52<03:47, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0024.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▍ | 165M/188M [26:54<03:45, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0025.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0025.dcm: 17%|▋ | 31.9k/192k [00:03<00:17, 9.09k Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▍ | 165M/188M [26:59<03:43, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0026.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▌ | 165M/188M [27:01<03:41, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0027.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▌ | 165M/188M [27:03<03:40, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0028.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▌ | 165M/188M [27:05<03:38, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0029.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▋ | 166M/188M [27:09<03:34, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0031.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 88%|█████████████████████████▋ | 166M/188M [27:10<03:32, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0032.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▋ | 166M/188M [27:13<03:30, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0033.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▋ | 166M/188M [27:17<03:26, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0035.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▊ | 167M/188M [27:19<03:24, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0036.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▊ | 167M/188M [27:21<03:23, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0037.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▊ | 167M/188M [27:23<03:21, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0038.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▊ | 167M/188M [27:26<03:19, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0039.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▉ | 167M/188M [27:28<03:17, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0040.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▉ | 168M/188M [27:30<03:15, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0041.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 89%|█████████████████████████▉ | 168M/188M [27:32<03:13, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0042.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|█████████████████████████▉ | 168M/188M [27:34<03:11, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0043.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████ | 168M/188M [27:36<03:10, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0044.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████ | 168M/188M [27:38<03:08, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0045.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████ | 169M/188M [27:40<03:06, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0046.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████ | 169M/188M [27:42<03:04, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0047.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████▏ | 169M/188M [27:44<03:02, 102k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0048.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0048.dcm: 75%|████▍ | 144k/192k [00:00<00:00, 287k Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████▏ | 169M/188M [27:49<02:58, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0050.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 90%|██████████████████████████▏ | 170M/188M [27:51<02:57, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0051.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▎ | 170M/188M [27:53<02:55, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0052.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▎ | 170M/188M [27:57<02:51, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0054.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▎ | 170M/188M [27:59<02:49, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0055.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▎ | 171M/188M [28:01<02:47, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0056.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▍ | 171M/188M [28:03<02:45, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0057.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▍ | 171M/188M [28:06<02:43, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0058.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▍ | 171M/188M [28:07<02:42, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0059.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▍ | 171M/188M [28:09<02:40, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0060.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 91%|██████████████████████████▌ | 171M/188M [28:11<02:38, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0061.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▌ | 172M/188M [28:15<02:34, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0063.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▌ | 172M/188M [28:18<02:32, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0064.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▋ | 172M/188M [28:21<02:30, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0065.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▋ | 172M/188M [28:23<02:29, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0066.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▋ | 173M/188M [28:25<02:27, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0067.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▋ | 173M/188M [28:27<02:25, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0068.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▊ | 173M/188M [28:30<02:23, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0069.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▊ | 173M/188M [28:32<02:21, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0070.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 92%|██████████████████████████▊ | 173M/188M [28:34<02:19, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0071.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|██████████████████████████▊ | 174M/188M [28:36<02:17, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0072.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|██████████████████████████▉ | 174M/188M [28:38<02:15, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0073.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|██████████████████████████▉ | 174M/188M [28:40<02:14, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0074.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|██████████████████████████▉ | 174M/188M [28:47<02:12, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0075.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|██████████████████████████▉ | 174M/188M [28:49<02:10, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0076.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|██████████████████████████▉ | 175M/188M [28:51<02:08, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0077.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0077.dcm: 92%|█████▍| 176k/192k [00:00<00:00, 352k Bytes/s]\u001b[A\n",
"Total: 93%|███████████████████████████ | 175M/188M [28:54<02:06, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0078.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|███████████████████████████ | 175M/188M [28:58<02:03, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0080.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 93%|███████████████████████████ | 175M/188M [29:00<02:01, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0081.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▏ | 175M/188M [29:01<01:59, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0082.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▏ | 176M/188M [29:06<01:55, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0084.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▏ | 176M/188M [29:07<01:53, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0085.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▎ | 176M/188M [29:09<01:51, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0086.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▎ | 176M/188M [29:11<01:49, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0087.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▎ | 177M/188M [29:13<01:47, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0088.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▎ | 177M/188M [29:15<01:45, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0089.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 94%|███████████████████████████▍ | 177M/188M [29:17<01:44, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0090.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▍ | 177M/188M [29:22<01:40, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0092.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▍ | 178M/188M [29:24<01:38, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0093.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▍ | 178M/188M [29:25<01:36, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0094.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▌ | 178M/188M [29:30<01:32, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0096.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▌ | 179M/188M [29:33<01:28, 101k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0098.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▋ | 179M/188M [29:41<01:27, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0099.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 95%|███████████████████████████▋ | 179M/188M [29:42<01:25, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0100.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▋ | 179M/188M [29:44<01:23, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0101.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▊ | 180M/188M [29:48<01:19, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0103.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▊ | 180M/188M [29:50<01:17, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0104.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▊ | 180M/188M [29:58<01:15, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0105.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▊ | 180M/188M [30:00<01:14, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0106.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▉ | 180M/188M [30:02<01:12, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0107.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▉ | 180M/188M [30:04<01:10, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0108.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▉ | 181M/188M [30:06<01:08, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0109.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 96%|███████████████████████████▉ | 181M/188M [30:08<01:06, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0110.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|████████████████████████████ | 181M/188M [30:10<01:04, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0111.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|████████████████████████████ | 181M/188M [30:12<01:02, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0112.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|████████████████████████████ | 181M/188M [30:14<01:00, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0113.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|████████████████████████████ | 182M/188M [30:16<00:58, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0114.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|████████████████████████████ | 182M/188M [30:18<00:56, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0115.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|████████████████████████████▏| 182M/188M [30:20<00:54, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0116.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|███████████████████████████▏| 182M/188M [30:23<00:52, 99.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0117.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|███████████████████████████▏| 182M/188M [30:25<00:51, 99.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0118.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|███████████████████████████▎| 183M/188M [30:27<00:49, 99.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0119.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 97%|███████████████████████████▎| 183M/188M [30:30<00:47, 99.9k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0120.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▎| 183M/188M [30:32<00:45, 99.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0121.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▎| 183M/188M [30:38<00:43, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0122.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▍| 183M/188M [30:39<00:41, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0123.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▍| 184M/188M [30:41<00:39, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0124.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▍| 184M/188M [30:43<00:37, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0125.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▍| 184M/188M [30:45<00:35, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0126.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▍| 184M/188M [30:47<00:33, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0127.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▌| 184M/188M [30:49<00:31, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0128.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 98%|███████████████████████████▌| 185M/188M [30:51<00:29, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0129.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 99%|███████████████████████████▌| 185M/188M [30:53<00:28, 99.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0130.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 99%|███████████████████████████▌| 185M/188M [30:55<00:26, 99.6k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0131.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 99%|███████████████████████████▋| 185M/188M [30:57<00:24, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 010-0132.dcm: 0%| | 0.00/192k [00:00, ? Bytes/s]\u001b[A\n",
"Total: 99%|███████████████████████████▋| 185M/188M [30:59<00:22, 99.7k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0001.dcm: 0%| | 0.00/555k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0001.dcm: 75%|████▍ | 416k/555k [00:00<00:00, 831k Bytes/s]\u001b[A\n",
"Total: 99%|███████████████████████████▊| 186M/188M [31:01<00:16, 99.8k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0002.dcm: 0%| | 0.00/555k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0002.dcm: 75%|████▍ | 416k/555k [00:00<00:00, 832k Bytes/s]\u001b[A\n",
"Total: 99%|████████████████████████████▊| 186M/188M [31:03<00:11, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0003.dcm: 0%| | 0.00/555k [00:00, ? Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0003.dcm: 32%|█▉ | 176k/555k [00:00<00:01, 351k Bytes/s]\u001b[A\n",
"Total: 100%|████████████████████████████▉| 187M/188M [31:07<00:05, 100k Bytes/s]\u001b[A\n",
"Get REPROIN/ .. 011-0004.dcm: 0%| | 0.00/555k [00:00, ? Bytes/s]\u001b[A\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0001-0001.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0001-0002.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0001-0003.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0001-0004.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0001-0005.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0002-0001.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0002-0002.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0002-0003.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0002-0004.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001/Patterson_Coben - 1/Localizers_4/IM-0012-0002-0005.dcm (\u001b[1;35mfile\u001b[0m) [from origin...]\n",
" [781 similar messages have been suppressed; disable with datalad.ui.suppress-similar-results=off]\n",
"\u001b[1;1mget\u001b[0m(\u001b[1;32mok\u001b[0m): REPROIN/dicom/001 (\u001b[1;35mdirectory\u001b[0m)\n",
"action summary:\n",
" get (ok: 792)\n",
"\u001b[0m"
]
}
],
"source": [
"%%bash\n",
"datalad install https://datasets.datalad.org/repronim/heudiconv-reproin-example\n",
"cd heudiconv-reproin-example/REPROIN/dicom && datalad get 001"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We will be working from a directory called `REPROIN`. Under the REPROIN directory is the `dicom` subdirectory: Under the subject number `001` the session `Patterson_Coben - 1` is nested. Each dicom sequence folder is nested under the session:"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[01;34mheudiconv-reproin-example/REPROIN/\u001b[0m\n",
"└── \u001b[01;34mdicom\u001b[0m\n",
" └── \u001b[01;34m001\u001b[0m\n",
" └── \u001b[01;34mPatterson_Coben - 1\u001b[0m\n",
" ├── \u001b[01;34mLocalizers_4\u001b[0m\n",
" ├── \u001b[01;34manatT1w_acqMPRAGE_6\u001b[0m\n",
" ├── \u001b[01;34mdwi_dirAP_9\u001b[0m\n",
" ├── \u001b[01;34mfmap_acq4mm_7\u001b[0m\n",
" ├── \u001b[01;34mfmap_acq4mm_8\u001b[0m\n",
" ├── \u001b[01;34mfmap_dirPA_15\u001b[0m\n",
" └── \u001b[01;34mfunc_taskrest_16\u001b[0m\n",
"\n",
"10 directories, 0 files\n"
]
}
],
"source": [
"!tree heudiconv-reproin-example/REPROIN/ -I \"*.dcm\""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 2. Convert DICOMS to BIDS-formatted NIfTI\n",
"\n",
"### 2.1. Using dcm2niix (manual workflow)\n",
"\n",
"`dcm2niix` converts neuroimaging data from the DICOM format to the NIfTI format and generates a BIDS JSON format sidecar which includes relevant information. However, users need to manually organize these files into a bids-compliant subject directory.\n",
"\n",
"#### 2.1.1. Convert DICOM to NIfTI"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"import lmod\n",
"await lmod.load('dcm2niix/v1.0.20240202')"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Chris Rorden's dcm2niiX version v1.0.20240202 (JP2:OpenJPEG) (JP-LS:CharLS) GCC8.4.0 x86-64 (64-bit Linux)\n",
"usage: dcm2niix [options] \n",
" Options :\n",
" -1..-9 : gz compression level (1=fastest..9=smallest, default 6)\n",
" -a : adjacent DICOMs (images from same series always in same folder) for faster conversion (n/y, default n)\n",
" -b : BIDS sidecar (y/n/o [o=only: no NIfTI], default y)\n",
" -ba : anonymize BIDS (y/n, default y)\n",
" -c : comment stored in NIfTI aux_file (up to 24 characters e.g. '-c VIP', empty to anonymize e.g. 0020,4000 e.g. '-c \"\"')\n",
" -d : directory search depth. Convert DICOMs in sub-folders of in_folder? (0..9, default 5)\n",
" -e : export as NRRD (y) or MGH (o) or JSON/JNIfTI (j) or BJNIfTI (b) instead of NIfTI (y/n/o/j/b, default n)\n",
" -f : filename (%a=antenna (coil) name, %b=basename, %c=comments, %d=description, %e=echo number, %f=folder name, %g=accession number, %i=ID of patient, %j=seriesInstanceUID, %k=studyInstanceUID, %m=manufacturer, %n=name of patient, %o=mediaObjectInstanceUID, %p=protocol, %r=instance number, %s=series number, %t=time, %u=acquisition number, %v=vendor, %x=study ID; %z=sequence name; default '%f_%p_%t_%s')\n",
" -g : generate defaults file (y/n/o/i [o=only: reset and write defaults; i=ignore: reset defaults], default n)\n",
" -h : show help\n",
" -i : ignore derived, localizer and 2D images (y/n, default n)\n",
" -l : losslessly scale 16-bit integers to use dynamic range (y/n/o [yes=scale, no=no, but uint16->int16, o=original], default o)\n",
" -m : merge 2D slices from same series regardless of echo, exposure, etc. (n/y or 0/1/2, default 2) [no, yes, auto]\n",
" -n : only convert this series CRC number - can be used up to 16 times (default convert all)\n",
" -o : output directory (omit to save to input folder)\n",
" -p : Philips precise float (not display) scaling (y/n, default y)\n",
" -q : only search directory for DICOMs (y/l/n, default y) [y=show number of DICOMs found, l=additionally list DICOMs found, n=no]\n",
" -r : rename instead of convert DICOMs (y/n, default n)\n",
" -s : single file mode, do not convert other images in folder (y/n, default n)\n",
" -u : up-to-date check\n",
" -v : verbose (n/y or 0/1/2, default 0) [no, yes, logorrheic]\n",
" -w : write behavior for name conflicts (0,1,2, default 2: 0=skip duplicates, 1=overwrite, 2=add suffix)\n",
" -x : crop 3D acquisitions (y/n/i, default n, use 'i'gnore to neither crop nor rotate 3D acquistions)\n",
" -z : gz compress images (y/o/i/n/3, default n) [y=pigz, o=optimal pigz, i=internal:zlib, n=no, 3=no,3D]\n",
" --big-endian : byte order (y/n/o, default o) [y=big-end, n=little-end, o=optimal/native]\n",
" --progress : Slicer format progress information (y/n, default n)\n",
" --ignore_trigger_times : disregard values in 0018,1060 and 0020,9153\n",
" --terse : omit filename post-fixes (can cause overwrites)\n",
" --version : report version\n",
" --xml : Slicer format features\n",
" Defaults file : /home/jovyan/.dcm2nii.ini\n",
" Examples :\n",
" dcm2niix /Users/chris/dir\n",
" dcm2niix -c \"my comment\" /Users/chris/dir\n",
" dcm2niix -o /users/cr/outdir/ -z y ~/dicomdir\n",
" dcm2niix -f %p_%s -b y -ba n ~/dicomdir\n",
" dcm2niix -f mystudy%s ~/dicomdir\n",
" dcm2niix -o \"~/dir with spaces/dir\" ~/dicomdir\n",
"Example output filename: 'myFolder_MPRAGE_19770703150928_1.nii'\n"
]
}
],
"source": [
"!dcm2niix -h"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"scrolled": true,
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Chris Rorden's dcm2niiX version v1.0.20240202 (JP2:OpenJPEG) (JP-LS:CharLS) GCC8.4.0 x86-64 (64-bit Linux)\n",
"Found 791 DICOM file(s)\n",
"Slices not stacked: orientation varies (vNav or localizer?) [0.0964069 0.780133 0.618141 0.0553476 0.615871 -0.7859] != [0.718684 0.55589 0.417708 0.0695744 0.540223 -0.838641]\n",
"Convert 2 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_3_i00001 (162x162x2x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_3_i00002 (162x162x1x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_3_i00003 (162x162x1x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_3_i00004 (162x162x1x1)\n",
"Convert 128 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_1 (160x160x128x1)\n",
"Convert 128 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_2 (160x160x128x1)\n",
"Convert 4 DICOM as ./dcm2niix_bids/dicom_func_task-rest_20190208142838_16 (64x64x44x4)\n",
"Convert 132 DICOM as ./dcm2niix_bids/dicom_fmap_dir-PA_20190208142838_15 (122x122x66x2)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_4_i00001 (162x162x1x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_4_i00002 (162x162x1x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_4_i00003 (162x162x1x1)\n",
"Convert 16 DICOM as ./dcm2niix_bids/dicom_dwi_dir-AP_20190208142838_9 (122x122x66x16)\n",
"Slices not stacked: echo varies (TE 4.92, 7.38; echo 1, 2). Use 'merge 2D slices' option to force stacking\n",
"Convert 44 DICOM as ./dcm2niix_bids/dicom_fmap_acq-4mm_20190208142838_7_e1 (64x64x44x1)\n",
"Convert 44 DICOM as ./dcm2niix_bids/dicom_fmap_acq-4mm_20190208142838_7_e2 (64x64x44x1)\n",
"Convert 240 DICOM as ./dcm2niix_bids/dicom_anat-T1w_acq-MPRAGE_20190208142838_6 (224x224x240x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_5_i00001 (162x162x1x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_5_i00002 (162x162x1x1)\n",
"Convert 1 DICOM as ./dcm2niix_bids/dicom_anat-scout_20190208142838_5_i00003 (162x162x1x1)\n",
"Convert 44 DICOM as ./dcm2niix_bids/dicom_fmap_acq-4mm_20190208142838_8_e2_ph (64x64x44x1)\n",
"Conversion required 25.579993 seconds (1.793082 for core code).\n"
]
}
],
"source": [
"!mkdir dcm2niix_bids\n",
"!dcm2niix n -o ./dcm2niix_bids ./heudiconv-reproin-example/REPROIN/dicom"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 2.1.2. Organize data into BIDS structure"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"%%bash\n",
"mkdir -p ./dcm2niix_bids/anat\n",
"mkdir -p ./dcm2niix_bids/fmap\n",
"mkdir -p ./dcm2niix_bids/dwi\n",
"mkdir -p ./dcm2niix_bids/func\n",
"\n",
"find ./dcm2niix_bids -maxdepth 1 -type f -name *anat* -exec mv {} ./dcm2niix_bids/anat \\;\n",
"find ./dcm2niix_bids -maxdepth 1 -type f -name *fmap* -exec mv {} ./dcm2niix_bids/fmap \\;\n",
"find ./dcm2niix_bids -maxdepth 1 -type f -name *dwi* -exec mv {} ./dcm2niix_bids/dwi \\;\n",
"find ./dcm2niix_bids -maxdepth 1 -type f -name *func* -exec mv {} ./dcm2niix_bids/func \\;"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[01;34m./dcm2niix_bids/\u001b[0m\n",
"├── \u001b[01;34manat\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-T1w_acq-MPRAGE_20190208142838_6.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-T1w_acq-MPRAGE_20190208142838_6.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_1.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_1.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_2.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_2.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00001.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00001.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00002.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00002.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00003.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00003.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00004.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_3_i00004.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_4_i00001.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_4_i00001.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_4_i00002.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_4_i00002.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_4_i00003.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_4_i00003.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_5_i00001.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_5_i00001.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_5_i00002.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_5_i00002.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_anat-scout_20190208142838_5_i00003.json\u001b[0m\n",
"│ └── \u001b[00mdicom_anat-scout_20190208142838_5_i00003.nii\u001b[0m\n",
"├── \u001b[01;34mdwi\u001b[0m\n",
"│ ├── \u001b[00mdicom_dwi_dir-AP_20190208142838_9.bval\u001b[0m\n",
"│ ├── \u001b[00mdicom_dwi_dir-AP_20190208142838_9.bvec\u001b[0m\n",
"│ ├── \u001b[00mdicom_dwi_dir-AP_20190208142838_9.json\u001b[0m\n",
"│ └── \u001b[00mdicom_dwi_dir-AP_20190208142838_9.nii\u001b[0m\n",
"├── \u001b[01;34mfmap\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_acq-4mm_20190208142838_7_e1.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_acq-4mm_20190208142838_7_e1.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_acq-4mm_20190208142838_7_e2.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_acq-4mm_20190208142838_7_e2.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_acq-4mm_20190208142838_8_e2_ph.json\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_acq-4mm_20190208142838_8_e2_ph.nii\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_dir-PA_20190208142838_15.bval\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_dir-PA_20190208142838_15.bvec\u001b[0m\n",
"│ ├── \u001b[00mdicom_fmap_dir-PA_20190208142838_15.json\u001b[0m\n",
"│ └── \u001b[00mdicom_fmap_dir-PA_20190208142838_15.nii\u001b[0m\n",
"└── \u001b[01;34mfunc\u001b[0m\n",
" ├── \u001b[00mdicom_func_task-rest_20190208142838_16.json\u001b[0m\n",
" └── \u001b[00mdicom_func_task-rest_20190208142838_16.nii\u001b[0m\n",
"\n",
"4 directories, 42 files\n"
]
}
],
"source": [
"!tree ./dcm2niix_bids/"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 2.2. Using HeuDiConv (automated workflow)\n",
"Typical use of heudiconv will require the creation and editing of your heuristics file.\n",
"\n",
"But heudiconv also comes with existing heuristics which can be used as is, like `convertall` or `ReproIn` could be immediately reused and represent two ends of the spectrum in heuristics:\n",
"- `convertall` is very simple and does not automate anything – it is for a user to modify filenames in the prepared conversion table, and then rerun with `-c dcm2niix`\n",
"- `reproin` can be used fully automated, if original sequences were named according to its ReproIn convention."
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"await lmod.load('heudiconv/1.3.1')"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"INFO: Running heudiconv version 1.3.1 latest 1.3.2\n",
"INFO: Analyzing 791 dicoms\n",
"INFO: Filtering out 0 dicoms based on their filename\n",
"INFO: Generated sequence info for 1 studies with 11 entries total\n",
"INFO: Processing sequence infos to deduce study/session\n",
"INFO: Study session for StudySessionInfo(locator='Patterson/Coben', session=None, subject='001')\n",
"INFO: Need to process 1 study sessions\n",
"INFO: PROCESSING STARTS: {'subject': '001', 'outdir': '/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben', 'session': None}\n",
"INFO: Processing 11 pre-sorted seqinfo entries\n",
"INFO: Processing 11 seqinfo entries\n",
"WARNING: Deduced datatype to be dwi from DICOM, but got fmap out of fmap_dir-PA\n",
"WARNING: Detected 4 duplicated run(s) for template {bids_subject_session_dir}/anat/{bids_subject_session_prefix}_scout: ['1-anat-scout', '2-anat-scout', '3-anat-scout', '4-anat-scout']\n",
"INFO: Doing conversion using dcm2niix\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_scout (3 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat . Converter: dcm2niix . Output types: ('dicom',)\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w (240 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat . Converter: dcm2niix . Output types: ('nii.gz', 'dicom')\n",
"241203-08:53:44,563 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"convert\" in \"/tmp/dcm2niixfjrxeh_b/convert\".\n",
"INFO: [Node] Setting-up \"convert\" in \"/tmp/dcm2niixfjrxeh_b/convert\".\n",
"241203-08:54:06,875 nipype.workflow INFO:\n",
"\t [Node] Executing \"convert\" \n",
"INFO: [Node] Executing \"convert\" \n",
"241203-08:54:16,36 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:54:16.036679:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"INFO: stdout 2024-12-03T08:54:16.036679:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"241203-08:54:16,36 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:54:16.036679:Found 240 DICOM file(s)\n",
"INFO: stdout 2024-12-03T08:54:16.036679:Found 240 DICOM file(s)\n",
"241203-08:54:16,37 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:54:16.036679:Convert 240 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w_heudiconv962 (224x224x240x1)\n",
"INFO: stdout 2024-12-03T08:54:16.036679:Convert 240 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w_heudiconv962 (224x224x240x1)\n",
"241203-08:54:16,875 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:54:16.875335:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w_heudiconv962.nii\"\n",
"INFO: stdout 2024-12-03T08:54:16.875335:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w_heudiconv962.nii\"\n",
"241203-08:54:16,875 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:54:16.875335:Conversion required 9.313324 seconds (0.611796 for core code).\n",
"INFO: stdout 2024-12-03T08:54:16.875335:Conversion required 9.313324 seconds (0.611796 for core code).\n",
"241203-08:54:16,915 nipype.workflow INFO:\n",
"\t [Node] Finished \"convert\", elapsed time 9.37085s.\n",
"INFO: [Node] Finished \"convert\", elapsed time 9.37085s.\n",
"241203-08:54:49,216 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"embedder\" in \"/tmp/embedmetad8ent8cm/embedder\".\n",
"INFO: [Node] Setting-up \"embedder\" in \"/tmp/embedmetad8ent8cm/embedder\".\n",
"241203-08:54:56,165 nipype.workflow INFO:\n",
"\t [Node] Executing \"embedder\" \n",
"INFO: [Node] Executing \"embedder\" \n",
"241203-08:55:06,63 nipype.workflow INFO:\n",
"\t [Node] Finished \"embedder\", elapsed time 9.895711s.\n",
"INFO: [Node] Finished \"embedder\", elapsed time 9.895711s.\n",
"INFO: Post-treating /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w.json file\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude (88 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap . Converter: dcm2niix . Output types: ('nii.gz', 'dicom')\n",
"241203-08:55:06,938 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"convert\" in \"/tmp/dcm2niixdg6k89no/convert\".\n",
"INFO: [Node] Setting-up \"convert\" in \"/tmp/dcm2niixdg6k89no/convert\".\n",
"241203-08:55:14,498 nipype.workflow INFO:\n",
"\t [Node] Executing \"convert\" \n",
"INFO: [Node] Executing \"convert\" \n",
"241203-08:55:16,759 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:16.759881:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"INFO: stdout 2024-12-03T08:55:16.759881:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"241203-08:55:16,760 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:16.759881:Found 88 DICOM file(s)\n",
"INFO: stdout 2024-12-03T08:55:16.759881:Found 88 DICOM file(s)\n",
"241203-08:55:16,760 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:16.759881:Slices not stacked: echo varies (TE 4.92, 7.38; echo 1, 2). Use 'merge 2D slices' option to force stacking\n",
"INFO: stdout 2024-12-03T08:55:16.759881:Slices not stacked: echo varies (TE 4.92, 7.38; echo 1, 2). Use 'merge 2D slices' option to force stacking\n",
"241203-08:55:16,760 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:16.759881:Convert 44 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e1 (64x64x44x1)\n",
"INFO: stdout 2024-12-03T08:55:16.759881:Convert 44 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e1 (64x64x44x1)\n",
"241203-08:55:17,109 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:17.109081:Compress: \"/usr/bin/pigz\" -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e1.nii\"\n",
"INFO: stdout 2024-12-03T08:55:17.109081:Compress: \"/usr/bin/pigz\" -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e1.nii\"\n",
"241203-08:55:17,109 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:17.109081:Convert 44 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e2 (64x64x44x1)\n",
"INFO: stdout 2024-12-03T08:55:17.109081:Convert 44 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e2 (64x64x44x1)\n",
"241203-08:55:17,155 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:17.155855:Compress: \"/usr/bin/pigz\" -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e2.nii\"\n",
"INFO: stdout 2024-12-03T08:55:17.155855:Compress: \"/usr/bin/pigz\" -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_magnitude_heudiconv454_e2.nii\"\n",
"241203-08:55:17,156 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:17.155855:Conversion required 2.626588 seconds (0.166224 for core code).\n",
"INFO: stdout 2024-12-03T08:55:17.155855:Conversion required 2.626588 seconds (0.166224 for core code).\n",
"241203-08:55:17,217 nipype.workflow INFO:\n",
"\t [Node] Finished \"convert\", elapsed time 2.718134s.\n",
"INFO: [Node] Finished \"convert\", elapsed time 2.718134s.\n",
"WARNING: For now not embedding BIDS and info generated .nii.gz itself since sequence produced multiple files\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_phasediff (44 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap . Converter: dcm2niix . Output types: ('nii.gz', 'dicom')\n",
"241203-08:55:22,66 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"convert\" in \"/tmp/dcm2niixqzafuaep/convert\".\n",
"INFO: [Node] Setting-up \"convert\" in \"/tmp/dcm2niixqzafuaep/convert\".\n",
"241203-08:55:25,300 nipype.workflow INFO:\n",
"\t [Node] Executing \"convert\" \n",
"INFO: [Node] Executing \"convert\" \n",
"241203-08:55:26,514 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:26.514524:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"INFO: stdout 2024-12-03T08:55:26.514524:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"241203-08:55:26,514 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:26.514524:Found 44 DICOM file(s)\n",
"INFO: stdout 2024-12-03T08:55:26.514524:Found 44 DICOM file(s)\n",
"241203-08:55:26,514 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:26.514524:Convert 44 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_phasediff_heudiconv731_e2_ph (64x64x44x1)\n",
"INFO: stdout 2024-12-03T08:55:26.514524:Convert 44 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_phasediff_heudiconv731_e2_ph (64x64x44x1)\n",
"241203-08:55:26,574 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:26.574488:Compress: \"/usr/bin/pigz\" -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_phasediff_heudiconv731_e2_ph.nii\"\n",
"INFO: stdout 2024-12-03T08:55:26.574488:Compress: \"/usr/bin/pigz\" -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_phasediff_heudiconv731_e2_ph.nii\"\n",
"241203-08:55:26,574 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:26.574488:Conversion required 1.246106 seconds (0.078724 for core code).\n",
"INFO: stdout 2024-12-03T08:55:26.574488:Conversion required 1.246106 seconds (0.078724 for core code).\n",
"241203-08:55:26,611 nipype.workflow INFO:\n",
"\t [Node] Finished \"convert\", elapsed time 1.310015s.\n",
"INFO: [Node] Finished \"convert\", elapsed time 1.310015s.\n",
"241203-08:55:28,884 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"embedder\" in \"/tmp/embedmetazcndhs1j/embedder\".\n",
"INFO: [Node] Setting-up \"embedder\" in \"/tmp/embedmetazcndhs1j/embedder\".\n",
"241203-08:55:30,140 nipype.workflow INFO:\n",
"\t [Node] Executing \"embedder\" \n",
"INFO: [Node] Executing \"embedder\" \n",
"241203-08:55:31,900 nipype.workflow INFO:\n",
"\t [Node] Finished \"embedder\", elapsed time 1.759341s.\n",
"INFO: [Node] Finished \"embedder\", elapsed time 1.759341s.\n",
"INFO: Post-treating /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_acq-4mm_phasediff.json file\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi/sub-001_dir-AP_dwi (16 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi . Converter: dcm2niix . Output types: ('nii.gz', 'dicom')\n",
"241203-08:55:32,190 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"convert\" in \"/tmp/dcm2niixyyc8i8n2/convert\".\n",
"INFO: [Node] Setting-up \"convert\" in \"/tmp/dcm2niixyyc8i8n2/convert\".\n",
"241203-08:55:33,808 nipype.workflow INFO:\n",
"\t [Node] Executing \"convert\" \n",
"INFO: [Node] Executing \"convert\" \n",
"241203-08:55:34,695 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:34.694991:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"INFO: stdout 2024-12-03T08:55:34.694991:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"241203-08:55:34,695 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:34.694991:Found 16 DICOM file(s)\n",
"INFO: stdout 2024-12-03T08:55:34.694991:Found 16 DICOM file(s)\n",
"241203-08:55:34,695 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:34.694991:Convert 16 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi/sub-001_dir-AP_dwi_heudiconv910 (122x122x66x16)\n",
"INFO: stdout 2024-12-03T08:55:34.694991:Convert 16 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi/sub-001_dir-AP_dwi_heudiconv910 (122x122x66x16)\n",
"241203-08:55:35,540 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:35.540615:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi/sub-001_dir-AP_dwi_heudiconv910.nii\"\n",
"INFO: stdout 2024-12-03T08:55:35.540615:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi/sub-001_dir-AP_dwi_heudiconv910.nii\"\n",
"241203-08:55:35,540 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:55:35.540615:Conversion required 1.706341 seconds (0.083458 for core code).\n",
"INFO: stdout 2024-12-03T08:55:35.540615:Conversion required 1.706341 seconds (0.083458 for core code).\n",
"241203-08:55:35,589 nipype.workflow INFO:\n",
"\t [Node] Finished \"convert\", elapsed time 1.779693s.\n",
"INFO: [Node] Finished \"convert\", elapsed time 1.779693s.\n",
"241203-08:55:53,318 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"embedder\" in \"/tmp/embedmeta9vydsgjc/embedder\".\n",
"INFO: [Node] Setting-up \"embedder\" in \"/tmp/embedmeta9vydsgjc/embedder\".\n",
"241203-08:55:53,809 nipype.workflow INFO:\n",
"\t [Node] Executing \"embedder\" \n",
"INFO: [Node] Executing \"embedder\" \n",
"241203-08:55:54,924 nipype.workflow INFO:\n",
"\t [Node] Finished \"embedder\", elapsed time 1.115019s.\n",
"INFO: [Node] Finished \"embedder\", elapsed time 1.115019s.\n",
"INFO: Post-treating /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/dwi/sub-001_dir-AP_dwi.json file\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_dir-PA_epi (132 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap . Converter: dcm2niix . Output types: ('nii.gz', 'dicom')\n",
"241203-08:55:56,244 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"convert\" in \"/tmp/dcm2niix1k6knc1j/convert\".\n",
"INFO: [Node] Setting-up \"convert\" in \"/tmp/dcm2niix1k6knc1j/convert\".\n",
"241203-08:56:06,298 nipype.workflow INFO:\n",
"\t [Node] Executing \"convert\" \n",
"INFO: [Node] Executing \"convert\" \n",
"241203-08:56:10,272 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:10.271983:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"INFO: stdout 2024-12-03T08:56:10.271983:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"241203-08:56:10,272 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:10.271983:Found 132 DICOM file(s)\n",
"INFO: stdout 2024-12-03T08:56:10.271983:Found 132 DICOM file(s)\n",
"241203-08:56:10,272 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:10.271983:Convert 132 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_dir-PA_epi_heudiconv100 (122x122x66x2)\n",
"INFO: stdout 2024-12-03T08:56:10.271983:Convert 132 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_dir-PA_epi_heudiconv100 (122x122x66x2)\n",
"241203-08:56:10,436 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:10.436253:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_dir-PA_epi_heudiconv100.nii\"\n",
"INFO: stdout 2024-12-03T08:56:10.436253:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_dir-PA_epi_heudiconv100.nii\"\n",
"241203-08:56:10,436 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:10.436253:Conversion required 4.109884 seconds (0.260785 for core code).\n",
"INFO: stdout 2024-12-03T08:56:10.436253:Conversion required 4.109884 seconds (0.260785 for core code).\n",
"241203-08:56:10,476 nipype.workflow INFO:\n",
"\t [Node] Finished \"convert\", elapsed time 4.177402s.\n",
"INFO: [Node] Finished \"convert\", elapsed time 4.177402s.\n",
"241203-08:56:18,95 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"embedder\" in \"/tmp/embedmetah6tcp63t/embedder\".\n",
"INFO: [Node] Setting-up \"embedder\" in \"/tmp/embedmetah6tcp63t/embedder\".\n",
"241203-08:56:21,804 nipype.workflow INFO:\n",
"\t [Node] Executing \"embedder\" \n",
"INFO: [Node] Executing \"embedder\" \n",
"241203-08:56:27,185 nipype.workflow INFO:\n",
"\t [Node] Finished \"embedder\", elapsed time 5.380302s.\n",
"INFO: [Node] Finished \"embedder\", elapsed time 5.380302s.\n",
"INFO: Post-treating /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/fmap/sub-001_dir-PA_epi.json file\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func/sub-001_task-rest_bold (4 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func . Converter: dcm2niix . Output types: ('nii.gz', 'dicom')\n",
"241203-08:56:27,291 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"convert\" in \"/tmp/dcm2niix8lh288h9/convert\".\n",
"INFO: [Node] Setting-up \"convert\" in \"/tmp/dcm2niix8lh288h9/convert\".\n",
"241203-08:56:27,645 nipype.workflow INFO:\n",
"\t [Node] Executing \"convert\" \n",
"INFO: [Node] Executing \"convert\" \n",
"241203-08:56:27,819 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:27.819712:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"INFO: stdout 2024-12-03T08:56:27.819712:Chris Rorden's dcm2niiX version v1.0.20220720 (JP2:OpenJPEG) (JP-LS:CharLS) GCC10.2.1 x86-64 (64-bit Linux)\n",
"241203-08:56:27,819 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:27.819712:Found 4 DICOM file(s)\n",
"INFO: stdout 2024-12-03T08:56:27.819712:Found 4 DICOM file(s)\n",
"241203-08:56:27,820 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:27.819712:Convert 4 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func/sub-001_task-rest_bold_heudiconv065 (64x64x44x4)\n",
"INFO: stdout 2024-12-03T08:56:27.819712:Convert 4 DICOM as /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func/sub-001_task-rest_bold_heudiconv065 (64x64x44x4)\n",
"241203-08:56:27,933 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:27.933072:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func/sub-001_task-rest_bold_heudiconv065.nii\"\n",
"INFO: stdout 2024-12-03T08:56:27.933072:Compress: \"/usr/bin/pigz\" -b 960 -n -f -6 \"/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func/sub-001_task-rest_bold_heudiconv065.nii\"\n",
"241203-08:56:27,933 nipype.interface INFO:\n",
"\t stdout 2024-12-03T08:56:27.933072:Conversion required 0.255163 seconds (0.012036 for core code).\n",
"INFO: stdout 2024-12-03T08:56:27.933072:Conversion required 0.255163 seconds (0.012036 for core code).\n",
"241203-08:56:27,970 nipype.workflow INFO:\n",
"\t [Node] Finished \"convert\", elapsed time 0.324505s.\n",
"INFO: [Node] Finished \"convert\", elapsed time 0.324505s.\n",
"241203-08:56:28,526 nipype.workflow INFO:\n",
"\t [Node] Setting-up \"embedder\" in \"/tmp/embedmeta7z2umecx/embedder\".\n",
"INFO: [Node] Setting-up \"embedder\" in \"/tmp/embedmeta7z2umecx/embedder\".\n",
"241203-08:56:28,682 nipype.workflow INFO:\n",
"\t [Node] Executing \"embedder\" \n",
"INFO: [Node] Executing \"embedder\" \n",
"241203-08:56:28,919 nipype.workflow INFO:\n",
"\t [Node] Finished \"embedder\", elapsed time 0.236424s.\n",
"INFO: [Node] Finished \"embedder\", elapsed time 0.236424s.\n",
"INFO: Post-treating /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/func/sub-001_task-rest_bold.json file\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_scout__dup-01 (128 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat . Converter: dcm2niix . Output types: ('dicom',)\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_scout__dup-02 (128 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat . Converter: dcm2niix . Output types: ('dicom',)\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_scout__dup-03 (5 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat . Converter: dcm2niix . Output types: ('dicom',)\n",
"INFO: Converting /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_scout__dup-04 (3 DICOMs) -> /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001/anat . Converter: dcm2niix . Output types: ('dicom',)\n",
"INFO: Adding \"IntendedFor\" to the fieldmaps in /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben/sub-001.\n",
"INFO: Populating template files under /data/books/workflows/heudiconv_reproin_bids/Patterson/Coben\n",
"INFO: PROCESSING DONE: {'subject': '001', 'outdir': '/data/books/workflows/heudiconv_reproin_bids/Patterson/Coben', 'session': None}\n"
]
}
],
"source": [
"!heudiconv -f reproin -b -o ./heudiconv_reproin_bids --files ./heudiconv-reproin-example/REPROIN/dicom/001"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 2.3. Using bidscoin (automated workflow)\n",
"\n",
"BIDScoin requires the source data repository to be organized according to a `subject/[session]/data` structure where `data` folder can be structured in DICOM series layout, DICOMDIR layout, flat DICOM layout. Refer to [this doc](https://bidscoin.readthedocs.io/en/stable/preparation.html) for more details.\n",
"\n",
"To perform BIDS conversion, running:\n",
"\n",
"- (1a) `bidsmapper` command\n",
"- once `bidsmapper` finishes, it automatically launches (1b) the `bidseditor`\n",
"- (2) `bidscoiner` command\n",
"\n",
""
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"await lmod.load('bidscoin/4.3.3')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"# %%bash\n",
"# mkdir bidscoin_bidsmap\n",
"# bidsmapper ./heudiconv-reproin-example/REPROIN/dicom ./bidscoin_bids --subprefix '00' --sesprefix 'Patterson_Coben' # Scans your data and creates a study bidsmap\n",
"# bidscoiner ./heudiconv-reproin-example/REPROIN/dicom ./bidscoin_bids # Converts your data to BIDS using the study bidsmap"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 3. Process data\n",
"\n",
"### Brain extraction using FSL BET"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['dcm2niix/v1.0.20240202', 'heudiconv/1.3.1', 'bidscoin/4.3.3', 'fsl/6.0.7.4']"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"await lmod.load('fsl/6.0.7.4')\n",
"await lmod.list()"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Processing file: ./heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/sub-001_acq-MPRAGE_T1w.nii.gz\n",
"Saving output to: ./segmentation/sub-001_acq-MPRAGE_T1w_brain\n"
]
}
],
"source": [
"%%bash\n",
"mkdir -p segmentation\n",
"declare -a niifile=($(find ./heudiconv_reproin_bids/Patterson/Coben/sub-001/anat/ -type f -iname \"*.nii.gz\"));\n",
"\n",
"for filepath in \"${niifile[@]}\"; do\n",
" # Extract the base filename without the path\n",
" filename=$(basename \"$filepath\")\n",
"\n",
" # Extract the name without the extension\n",
" name=\"${filename%.*}\"\n",
"\n",
" # Output the current file\n",
" echo \"Processing file: $filepath\"\n",
"\n",
" # Run BET and save the result\n",
" output=\"./segmentation/${name%.*}_brain\"\n",
" echo \"Saving output to: $output\"\n",
" bet \"$filepath\" \"$output\"\n",
"done"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Visualize the brain segmentation"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "40a9e08f861947c09297a0cf2e197113",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"AnyNiivue()"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"from ipyniivue import AnyNiivue\n",
"nv = AnyNiivue()\n",
"nv.load_volumes([{\"path\": \"/data/books/workflows/bidscoin_bids/sub-1/ses-1/anat/sub-1_ses-1_acq-anatT1wacqMPRAGE_T1w.nii.gz\"}])\n",
"nv"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 4. Share your data to OSF\n",
"\n",
"To set the username, project ID and token by using a configuration file, create `.osfcli.config` in the current directory:\n",
"```markdown\n",
"[osf]\n",
"username = yourOSFaccount@example.com\n",
"project = 9zpcy\n",
"token = kej2R9IU6Gr2uThsswSNdP1cd0cu9eaCerVXjVf7zNwfXHyT0QzMZtX0PGTYmp9Fzaixwq\n",
"```\n",
"\n",
"To upload file to the project set in configuration file, run `osf upload source destination`."
]
},
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
"!osf upload -r ./segmentation segmentation"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}