diff --git a/README.md b/README.md
index fc8346301c25174d695695d47769cfc60d6b56ef..3a620631a7371486efe372c7b0add065eb2f27d4 100644
--- a/README.md
+++ b/README.md
@@ -3,54 +3,36 @@
 ## Spatial WMH patterns 
 
 ## Description
-This repository provides the code to perform analysis of spatial WMH distribution using the Bullseye segmentation. 
+This repository provides the code to perform extraction of 41 WMH volumes using the Bullseye white matter segmentation and prepare the phenotype file to be shared. 
 
-## Badges
-On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
+### COMPONENTS
 
-## Visuals
-Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
+- MAIN_script_batch.sh: batch that launches shell script on a compute cluster. 
+- MAIN_script.sh: main analysis script launching the python workflow + extraction of total intracranial volume
+- my_sublist.txt: list of subjects to process
 
-## Installation
-Use this python code and execute in an environment including FreeSurfer version 6.0.0p1 or above, nipype== 
-OR 
-use singularity container with pre-installed environment: 
+- environment_spatialwmh.yml: environment to be used for installation of python environment in conda.
 
+- python: folder containing all code necessary to run 1) T1-FLAIR/T2 registration, 2) Bullseye WM Segmentation and 3)spatial WMH volume extraction
+    - run_bullseye_WMH_segmentation.py: combining the steps 1)- 3)
+    - create_flairreg_pipeline.py: workflow for 1) T1-FLAIR/T2 registration
+    - bullseye_pipeline.py: workflow for 2) Bullseye WM Segmentation
+    - utils.py: helper functions including the function for 3) spatial WMH volume extraction
+    - __init__.py, /configoptions.py: config files
 
-## Usage
-###  Own environments:
-- have FreeSurfer version 7.3.1 (or at least>=6.0.0p1)
-- activate python==3.9 environment with nipype==1.8.6, nibabel==?  (```beseg```)
-    - e.g. installation via conda: `conda create -n below python nipype nibabel` `pip install pandas`
-- provide table of subjects to run and/or select them in ll. 83 ff in `run_bullseye_WMH_segmentation.py`
-- run `python run_bullseye_WMH_segmentation.py` 
-
-### Singularity container with all environments pre-installed
-- type 
-## Support
-fbeyer@cbs.mpg.de 
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## General information 
-The pipeline includes the following steps:
-
-1. the bullseye WM parcellation (`bullseye_pipeline.py` entirely taken from [this github repositoy](https://github.com/gsanroma/bullseye_pipeline/tree/master/bullseye_pipeline))
-It provides an (anatomy-independent) spatial localization based on an radial component (ie, lobes) and a depth component.
-It can be used to obtain region-specific quantification of white matter parameters (eg, a similar approach has been used to quantify regional white matter hyperintensity load in [this](https://link.springer.com/chapter/10.1007/978-3-030-00919-9_10) and [this](https://doi.org/10.1016/j.neurad.2017.10.001) papers). 
-
-The internals of the process are explained in [this](https://gsanroma.github.io/posts/2019/06/bullseye-parcellation/) blog post.
-
-- the _bullseye parcellation_ is the intersection of a _lobar_ parcellation and a _depth_ parcellation
-- the _lobar parcellation_ consists of 4 lobes per hemisphere (_frontal_, _parietal_, _temporal_ and _occipital_) + 1 consisting of the basal ganglia and thalamus as an additional region: (4*2) + 1 = 9 lobes
-- the _depth parcellation_ consists of 4 equidistant parcels spanning from the surface of the ventricles to the internal surface of the cortex
+    
+###  PREREQUISITES
+- A computer with Linux or MAC OS X. For Windows a virtual machine is needed.
+- An installation of FreeSurfer (version >= 5.3.0)
+- An installation of Python 3.9 environment including nipype==1.8.6, nibabel==5.2.0, numpy=1.26.3
+    - it can be installed via conda: `conda env create -f environment_spatialwmh.yml` (this may take a long time)
 
+- Containerized version: there is a singularity container with with all dependencies pre-installed. It can be downloaded [here](). 
+    
+### INPUT
+#### FreeSurfer
 
-### Required FreeSurfer input
+#### Required FreeSurfer input
 However, not all the FreeSurfer output is required.
 The following is the _mandatory_ portion of FreeSurfer data that is required by the pipeline:
 
@@ -69,9 +51,64 @@ The following is the _mandatory_ portion of FreeSurfer data that is required by
   - `subject-id2`  
   ...
 
-2. the coregistration of WMH probability map to FreeSurfer space (`create_flairreg_pipeline.py`)
-**old version**: baseline only WMH probability maps are binarized at 0.1, coregistered to FreeSurfer space and binarized again at 0.1 for counting number of voxels in each parcel. Binary maps from longitudinal pipeline are also thresholded at 0.1 before extrating. 
-**latest version (11/23)**: WMH probability maps are coregistered to FreeSurfer space and summed up in the respective parcels.
+
+#### WMH maps and images used for WMH segmentation (e.g. FLAIR or T2)
+
+### USAGE
+Change the following files in MAIN_script_batch.sh
+
+- sublist_name=${PATH_SCRIPT}/my_sublist.txt	(should be a list of subjects similar to the one provided in this example)
+- PATH_OUT=/data/pt_02271/Data/wd/   (this will be where all the output files will be generated, the output of one subject will be 140 MB)
+- PATH_FREESURFER=/data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/ (path to FreeSurfer results)
+- PATH_LESION=/data/pt_02271/Data/predicted/ (path to where WMH maps/FLAIR images are located)
+
+Specific file patters to identify subject-specific input files inside the PATH_LESION can be
+specified in MAIN_script.sh. Here, ${PATH_LESION} is the PATH_LESION you specified in the MAIN_script_batch.sh, and ${sj_id} is
+the specific subject ID from my_sublist.txt. If your file ordering is different (e.g. LESION and FLAIR not in the same folder),
+you can modify the ${PATH_LESION} in MAIN_script_batch.sh and the definitions in MAIN_script.sh so that it matches.
+If for example your FLAIRs and LESIONS are all in the same folder, but your file name contains the ${sj_id}, you could change it to:
+               
+- FLAIR=${PATH_LESION}/FLAIR_intensity_normed_${sj_id}.nii.gz #exact file name of wmh probability map
+- LESION=${PATH_LESION}/${sj_id}/predictedWMH_${sj_id}.nii.gz #exact name of FLAIR/T2 image used for registration
+  
+#### Running the script
+After you set up FreeSurfer and the Python environment, changed the subject list and file names in MAIN_script_batch and MAIN_script, you're good to go:
+
+- go to the folder containing the scripts
+- run the batch script by typing ./`MAIN_script_batch.sh` and run it on your compute cluster 
+
+
+## OUTPUT
+After execution of the pipeline the directory `PATH_OUT` will contain ${sj_id} folders with the following structure:
+
+  - `subject-id1`  
+    - `bullseye_wmparc.nii.gz`  
+    - `LESION_warped.nii.gz`  
+    - `FLAIR_warped.nii.gz`  
+    - `res.txt`
+    - `/bullseyelesion_bbreg`
+  - `subject-id2`  
+  ...
+  
+containing, respectively, the final bullseye parcellation (`bullseye_wmparc.nii.gz`), the FLAIR (`FLAIR_warped.nii.gz`) and WMH map (`LESION_warped.nii.gz`) coregistered with the T1, the results file (`res.txt`) and a directory with intermediate files (`/bullseyelesion_bbreg`) that can be deleted.
+
+### More information on the python workflow 
+The pipeline includes the following steps:
+
+1. the coregistration of WMH probability map to FreeSurfer space (`create_flairreg_pipeline.py`)
+**latest version (11/23)**: WMH probability maps are coregistered to FreeSurfer space and the probability values are summed up in the regions defined in the Bullseye segmentation. The values in each region have the unit of 1mm³ (because the WMH probability maps are transformed into FreeSurfer native space. Probabilities lower than 1 are treated like partial volumes.
+
+
+2. the bullseye WM parcellation (`bullseye_pipeline.py`) provided in this [github repository](https://github.com/gsanroma/bullseye_pipeline/tree/master/bullseye_pipeline))
+It provides an (anatomy-independent) spatial localization based on an radial component (ie, lobes) and a depth component.
+It can be used to obtain region-specific quantification of white matter parameters (eg, a similar approach has been used to quantify regional white matter hyperintensity load in [this](https://link.springer.com/chapter/10.1007/978-3-030-00919-9_10) and [this](https://doi.org/10.1016/j.neurad.2017.10.001) papers). 
+
+The internals of the process are explained in [this](https://gsanroma.github.io/posts/2019/06/bullseye-parcellation/) blog post.
+
+- the _bullseye parcellation_ is the intersection of a _lobar_ parcellation and a _depth_ parcellation
+- the _lobar parcellation_ consists of 4 lobes per hemisphere (_frontal_, _parietal_, _temporal_ and _occipital_) + 1 consisting of the basal ganglia and thalamus as an additional region: (4*2) + 1 = 9 lobes
+- the _depth parcellation_ consists of 4 equidistant parcels spanning from the surface of the ventricles to the internal surface of the cortex
+
 
 3. the extraction of bullseye parcellated WML volumes (in `utils.py`)
 The bullseye parcellation is masked by the lesion map, a histogram is created and unassigned lesion volume + 36 WM parcellation volumes are extracted and saved in text file.
@@ -86,18 +123,7 @@ Order:
     - 221, 222, 223, 224: rh occipital + depth
     - 231, 232, 233, 234: rh temporal + depth
     - 241, 242, 243, 244: rh parietal + depth
+    - 251, 252, 253, 254, 255: Corpus Callosum (posterior - anterior following FreeSurfer's definition in mri_cc)
     
-### Output directory structure
-After execution of the pipeline a directory `output_dir` is created with the following structure:
 
-- `output_dir`  
-  - `subject-id1`  
-    - `bullseye_wmparc.nii.gz`  
-    - `ples_lpa_mFLAIR_bl_thr0.1_bin_warped.nii.gz`  
-    - `ples_lpa_mFLAIR_bl_warped.nii.gz`  
-    - `res.txt`
-  - `subject-id2`  
-  ...
-  
-containing, respectively, the final bullseye parcellation, the WMH map (thresholded and binarized lesion map) and the results file (res.txt refers to thresholded WMH maps, res_HSB.txt to the sum of probabilities)  
 
diff --git a/bullseye_workflow/MAIN_script.sh b/bullseye_workflow/MAIN_script.sh
new file mode 100755
index 0000000000000000000000000000000000000000..2e8f45aba7e4c95ba3f905cc92879cd8a539db73
--- /dev/null
+++ b/bullseye_workflow/MAIN_script.sh
@@ -0,0 +1,51 @@
+#!/bin/bash
+# Modify/add the following parameters as needed 
+
+#SBATCH -J spatialwmh
+#SBATCH -t 22:00:00
+#SBATCH --output=spatialwmh_%A_%a.out
+#SBATCH --error=spatialwmh_%A_%a.err
+
+# This is a script to run 
+# FLAIR to T1 registration using FreeSurfer's bbregister
+# Bullseye WM segmentation,
+# extraction of 36 (Bullseye regions) + 5 (corpus callosum) spatial WMH volumes and
+# extraction of TIV from FreeSurfer.
+# After modifying the paths in the first section of this script and that of MAIN_script_batch.sh, 
+# it can be run as follows:
+#
+# ./{PATH to your SPATIALWMH_GWAS_COMPUTE_PHENOTYPES script folder}/MAIN_script_batch.sh
+
+
+source ./array
+sj_id=${FILES[$SLURM_ARRAY_TASK_ID]}
+
+#sj_id=$5
+PATH_SCRIPT=$1
+PATH_OUT=$2
+PATH_FREESURFER=$3
+PATH_LESION=$4
+
+###################################################################################################
+#####													                                      #####
+#####					PATHS THAT MUST BE CHANGED					                          #####
+#####													                                      #####
+###################################################################################################				        
+
+# File patterns to get native FLAIR/WMH maps for each subjct:	               
+FLAIR=${PATH_LESION}/${sj_id}/FLAIR_intensity_normed.nii.gz #exact file name of wmh probability map
+LESION=${PATH_LESION}/${sj_id}/predictedWMH.nii.gz #exact name of FLAIR/T2 image used for registration
+  
+
+###################################################################################################
+# Set FreeSurfer SUBJECTS_DIR directory
+SUBJECTS_DIR=$PATH_FREESURFER
+
+###################################################################################################
+# Run Bullseye WM segmentation and WMH calculation
+
+python $PATH_SCRIPT/python/run_bullseye_WMH_segmentation.py ${sj_id} $PATH_OUT $PATH_FREESURFER $FLAIR $LESION
+
+###################################################################################################
+# Copy EstimatedTotalIntraCranialVolume into results file
+cat $PATH_FREESURFER/${sj_id}/stats/aseg.stats | grep EstimatedTotalIntraCranialVol |  awk -F, '{ print $4 }' >> $PATH_OUT/${sj_id}/res_sum.txt
diff --git a/bullseye_workflow/MAIN_script_batch.sh b/bullseye_workflow/MAIN_script_batch.sh
new file mode 100755
index 0000000000000000000000000000000000000000..972f2f9781173808a302b32103ad3bcf4e57ae0f
--- /dev/null
+++ b/bullseye_workflow/MAIN_script_batch.sh
@@ -0,0 +1,56 @@
+#!/bin/bash
+# Command to launch the phenotype computation script for the spatial WMH GWAS project:
+# ./{PATH to your SPATIALWMH_GWAS_COMPUTE_PHENOTYPES_scripts folder}/MAIN_script_batch.sh
+
+
+#############################################################################################################
+#####													#####
+#####					PATH THAT MUST BE CHANGED					#####
+#####													#####
+#############################################################################################################
+
+# Path to the provided directory /SPATIALWMH_GWAS_COMPUTE_PHENOTYPES_scripts/:
+PATH_SCRIPT=/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+
+# Path to the log output: default is inside /SPATIALWMH_GWAS_COMPUTE_PHENOTYPES_scripts/ but can be changed
+log_out=${PATH_SCRIPT}/log
+
+# Number of jobs (subjects) that should be run simultaneously
+JOB_ARR_LIMIT=100
+
+##### MUST BE CHANGED!!!#####
+# Path to the subjects' list:
+sublist_name=${PATH_SCRIPT}/my_sublist.txt	
+# Path to output folder
+PATH_OUT=/data/pt_02271/Data/wd/
+
+# Path to input dir with native FLAIR and WMH probability maps
+PATH_FREESURFER=/data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/
+PATH_LESION=/data/pt_02271/Data/predicted/
+
+
+# Set FreeSurfer SUBJECTS_DIR directory
+SUBJECTS_DIR=${PATH_FREESURFER} 
+
+#############################################################################################################
+
+# Create and go to batch_output folder so that out/err go there
+if [[ ! -d ${log_out} ]]; then
+   mkdir -p ${log_out}
+fi
+
+cd $log_out
+
+FILES=($(cat ${sublist_name}))
+declare -p FILES > array
+ 
+SIZE=${#FILES[@]}
+ZBSIZE=$(($SIZE - 1))
+
+# Create an job aray with sub-jobs for each subj.
+echo "Spawning ${SIZE} sub-jobs."
+ 
+if [ $ZBSIZE -ge 0 ]; then
+sbatch --array=0-$ZBSIZE%${JOB_ARR_LIMIT} --mem 1000 ${PATH_SCRIPT}/MAIN_script.sh ${PATH_SCRIPT} ${PATH_OUT} ${PATH_FREESURFER} ${PATH_LESION} 
+fi
+
diff --git a/bullseye_workflow/array b/bullseye_workflow/array
new file mode 100644
index 0000000000000000000000000000000000000000..1e74aeba4ec5e0740d6b9aa4e1e24b756e7d1e02
--- /dev/null
+++ b/bullseye_workflow/array
@@ -0,0 +1 @@
+declare -a FILES=()
diff --git a/bullseye_workflow/environment_spatialwmh.yml b/bullseye_workflow/environment_spatialwmh.yml
new file mode 100644
index 0000000000000000000000000000000000000000..69f081ba8227760f7d2d3d6a8ff2a54a7615276c
--- /dev/null
+++ b/bullseye_workflow/environment_spatialwmh.yml
@@ -0,0 +1,10 @@
+name: spatialwmh
+channels:
+  - conda-forge
+  - defaults
+dependencies:
+  - python=3.9
+  - numpy=1.26.3
+  - nibabel=5.2.0
+  - nipype=1.8.6
+prefix: /data/u_fbeyer_software/miniconda3/envs/spatialwmh
diff --git a/bullseye_workflow/log/array b/bullseye_workflow/log/array
new file mode 100644
index 0000000000000000000000000000000000000000..ad2bfb63d41614f4924e1bebe3072d0e9c04b49f
--- /dev/null
+++ b/bullseye_workflow/log/array
@@ -0,0 +1 @@
+declare -a FILES=([0]="104985" [1]="104983" [2]="104981" [3]="104980")
diff --git a/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-90066778-6830-434b-a159-4bed1b67df0a.pklz b/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-90066778-6830-434b-a159-4bed1b67df0a.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..cd94549462a3f92546db66442270cbf9e0bc7eff
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-90066778-6830-434b-a159-4bed1b67df0a.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-aab5237e-65a3-467f-b383-89052639b651.pklz b/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-aab5237e-65a3-467f-b383-89052639b651.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..fad07df63a1672f9382054cc5e4b5fab6dbb9abf
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-aab5237e-65a3-467f-b383-89052639b651.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-37b2147c-612a-460b-a5b2-372b3839b685.pklz b/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-37b2147c-612a-460b-a5b2-372b3839b685.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..78e0a48f8a4102e183e78e6ab07d6489767de7c7
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-37b2147c-612a-460b-a5b2-372b3839b685.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-60c07ab3-c904-49c2-92fc-9ef2c3dfb5f8.pklz b/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-60c07ab3-c904-49c2-92fc-9ef2c3dfb5f8.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..839588a64c382372461f2ac19fe68163ecfbc262
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-60c07ab3-c904-49c2-92fc-9ef2c3dfb5f8.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-63533c27-c991-453d-b1bb-8611684829aa.pklz b/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-63533c27-c991-453d-b1bb-8611684829aa.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..1d4fb8f7d622b636dba8b9297570b1e58c3152ab
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-63533c27-c991-453d-b1bb-8611684829aa.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-131320-fbeyer-bbregister-d5c315d2-02e1-4be9-b132-66387b998fb7.pklz b/bullseye_workflow/log/crash-20240208-131320-fbeyer-bbregister-d5c315d2-02e1-4be9-b132-66387b998fb7.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..9dfa4edcc41b32ac0b48d72a1691c4145041c4a1
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-131320-fbeyer-bbregister-d5c315d2-02e1-4be9-b132-66387b998fb7.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-83a393ed-2905-46a5-90cf-fccc1b79da23.pklz b/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-83a393ed-2905-46a5-90cf-fccc1b79da23.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..e33f18b6357debd0a1faf9b75b3f1e3e56a493be
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-83a393ed-2905-46a5-90cf-fccc1b79da23.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-9e1209ab-21ab-4c4e-9b69-6009bcca41ee.pklz b/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-9e1209ab-21ab-4c4e-9b69-6009bcca41ee.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..c7988d0836a9ec09682f932857e703c0e21cbce5
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-9e1209ab-21ab-4c4e-9b69-6009bcca41ee.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b30516ff-ffbe-439a-865e-d3124acfd35e.pklz b/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b30516ff-ffbe-439a-865e-d3124acfd35e.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..835c1be6d6dbb967315f969f5cfb3b4fa017cafa
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b30516ff-ffbe-439a-865e-d3124acfd35e.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b7d34c8e-99c7-4705-b849-c570de7e8911.pklz b/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b7d34c8e-99c7-4705-b849-c570de7e8911.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..c76c7a8e708ecd39e5748454f2eca9b3b9ce97d6
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b7d34c8e-99c7-4705-b849-c570de7e8911.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-c38d7be4-eb2f-46d0-9dfd-15f5c7640f82.pklz b/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-c38d7be4-eb2f-46d0-9dfd-15f5c7640f82.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..5ea4bf0f105844f518d06c775cf13a16434eba4c
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-c38d7be4-eb2f-46d0-9dfd-15f5c7640f82.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132101-fbeyer-bbregister-b3d2f827-63be-409d-abfa-15864f07f504.pklz b/bullseye_workflow/log/crash-20240208-132101-fbeyer-bbregister-b3d2f827-63be-409d-abfa-15864f07f504.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..40b051161a07c4778d86a4b842d8d8b0c183f4c5
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132101-fbeyer-bbregister-b3d2f827-63be-409d-abfa-15864f07f504.pklz differ
diff --git a/bullseye_workflow/log/crash-20240208-132115-fbeyer-datasink-ffc7788f-b48e-4713-97a5-4a4940c85323.pklz b/bullseye_workflow/log/crash-20240208-132115-fbeyer-datasink-ffc7788f-b48e-4713-97a5-4a4940c85323.pklz
new file mode 100644
index 0000000000000000000000000000000000000000..a9242c5648e46b2ac80d2cbeecf22ca2a93bfb8b
Binary files /dev/null and b/bullseye_workflow/log/crash-20240208-132115-fbeyer-datasink-ffc7788f-b48e-4713-97a5-4a4940c85323.pklz differ
diff --git a/bullseye_workflow/log/noddi_jhu_209602_0.err b/bullseye_workflow/log/noddi_jhu_209602_0.err
new file mode 100644
index 0000000000000000000000000000000000000000..03d570f2d57a06c0668119a5accea946742e556b
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209602_0.err
@@ -0,0 +1 @@
+python: can't open file '/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/run_bullseye_WMH_segmentation.py': [Errno 2] No such file or directory
diff --git a/bullseye_workflow/log/noddi_jhu_209602_0.out b/bullseye_workflow/log/noddi_jhu_209602_0.out
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/noddi_jhu_209602_1.err b/bullseye_workflow/log/noddi_jhu_209602_1.err
new file mode 100644
index 0000000000000000000000000000000000000000..03d570f2d57a06c0668119a5accea946742e556b
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209602_1.err
@@ -0,0 +1 @@
+python: can't open file '/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/run_bullseye_WMH_segmentation.py': [Errno 2] No such file or directory
diff --git a/bullseye_workflow/log/noddi_jhu_209602_1.out b/bullseye_workflow/log/noddi_jhu_209602_1.out
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/noddi_jhu_209602_2.err b/bullseye_workflow/log/noddi_jhu_209602_2.err
new file mode 100644
index 0000000000000000000000000000000000000000..03d570f2d57a06c0668119a5accea946742e556b
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209602_2.err
@@ -0,0 +1 @@
+python: can't open file '/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/run_bullseye_WMH_segmentation.py': [Errno 2] No such file or directory
diff --git a/bullseye_workflow/log/noddi_jhu_209602_2.out b/bullseye_workflow/log/noddi_jhu_209602_2.out
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/noddi_jhu_209602_3.err b/bullseye_workflow/log/noddi_jhu_209602_3.err
new file mode 100644
index 0000000000000000000000000000000000000000..03d570f2d57a06c0668119a5accea946742e556b
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209602_3.err
@@ -0,0 +1 @@
+python: can't open file '/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/run_bullseye_WMH_segmentation.py': [Errno 2] No such file or directory
diff --git a/bullseye_workflow/log/noddi_jhu_209602_3.out b/bullseye_workflow/log/noddi_jhu_209602_3.out
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/noddi_jhu_209606_0.err b/bullseye_workflow/log/noddi_jhu_209606_0.err
new file mode 100644
index 0000000000000000000000000000000000000000..f44ed4246c181c23dc34a987f8202ebdade17aa0
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_0.err
@@ -0,0 +1,17 @@
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+The above exception was the direct cause of the following exception:
+
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+RuntimeError: 2 raised. Re-raising first.
diff --git a/bullseye_workflow/log/noddi_jhu_209606_0.out b/bullseye_workflow/log/noddi_jhu_209606_0.out
new file mode 100644
index 0000000000000000000000000000000000000000..fbcf6ae25d5779233654771268fce2f8bebe2f7a
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_0.out
@@ -0,0 +1,56 @@
+240208-13:13:19,444 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:13:19,499 nipype.workflow INFO:
+	 Running serially.
+240208-13:13:19,499 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:13:19,542 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:13:19,567 nipype.workflow ERROR:
+	 Node fileselect failed to run on host comps08h02.
+240208-13:13:19,568 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-37b2147c-612a-460b-a5b2-372b3839b685.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:13:19,571 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:13:19,615 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.flairreg_pipeline.bbregister".
+240208-13:13:19,634 nipype.utils WARNING:
+	 No metadata was found in the pkl file. Make sure you are currently using the same Nipype version from the generated pkl.
+240208-13:13:19,634 nipype.workflow ERROR:
+	 Node bbregister failed to run on host comps08h02.
+240208-13:13:19,634 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-aab5237e-65a3-467f-b383-89052639b651.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/_0x1b4c07fb737bd541573ec5f506a3e4e7.json'
+
+
+During the creation of this crashfile triggered by the above exception,
+another exception occurred:
+
+The 'out_reg_file' trait of a BBRegisterOutputSpec instance must be a pathlike object or string representing an existing file, but a value of '/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat' <class 'str'> was specified..
+240208-13:13:19,637 nipype.workflow INFO:
+	 ***********************************
+240208-13:13:19,637 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.bullseye.fileselect
+240208-13:13:19,637 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-37b2147c-612a-460b-a5b2-372b3839b685.pklz
+240208-13:13:19,637 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.flairreg_pipeline.bbregister
+240208-13:13:19,637 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-aab5237e-65a3-467f-b383-89052639b651.pklz
+240208-13:13:19,637 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209606_1.err b/bullseye_workflow/log/noddi_jhu_209606_1.err
new file mode 100644
index 0000000000000000000000000000000000000000..f44ed4246c181c23dc34a987f8202ebdade17aa0
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_1.err
@@ -0,0 +1,17 @@
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+The above exception was the direct cause of the following exception:
+
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+RuntimeError: 2 raised. Re-raising first.
diff --git a/bullseye_workflow/log/noddi_jhu_209606_1.out b/bullseye_workflow/log/noddi_jhu_209606_1.out
new file mode 100644
index 0000000000000000000000000000000000000000..9072b9870d4b97ecc121f23d234f9e9231b15529
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_1.out
@@ -0,0 +1,94 @@
+240208-13:13:19,444 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:13:19,500 nipype.workflow INFO:
+	 Running serially.
+240208-13:13:19,500 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:13:19,542 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:13:19,567 nipype.workflow ERROR:
+	 Node fileselect failed to run on host comps08h02.
+240208-13:13:19,568 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-63533c27-c991-453d-b1bb-8611684829aa.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:13:19,571 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:13:19,615 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.flairreg_pipeline.bbregister".
+240208-13:13:19,633 nipype.utils WARNING:
+	 An exception was raised trying to remove old /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister, but the path seems empty. Is it an NFS mount?. Passing the exception.
+240208-13:13:19,656 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:13:20,3 nipype.interface INFO:
+	 stderr 2024-02-08T13:13:20.003166:mkdir: cannot create directory ‘./tmp.bbregister.34180’: No such file or directory
+240208-13:13:20,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.005003:tmp ./tmp.bbregister.34180
+240208-13:13:20,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.005003:Log file is flair2anat.dat.log
+240208-13:13:20,5 nipype.interface INFO:
+	 stderr 2024-02-08T13:13:20.005256:flair2anat.dat.log: No such file or directory.
+240208-13:13:20,51 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 0.382111s.
+240208-13:13:20,52 nipype.workflow WARNING:
+	 Storing result file without outputs
+240208-13:13:20,54 nipype.workflow WARNING:
+	 [Node] Error on "bullseyelesion_bbreg.flairreg_pipeline.bbregister" (/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister)
+240208-13:13:20,55 nipype.workflow WARNING:
+	 Interface finished unexpectedly and the corresponding unfinished hashfile /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/_0xc7af11ef9637718d4e3408f169b50bbc_unfinished.json does not exist. Another nipype instance may be running against the same work directory. Please ensure no other concurrent workflows are racing
+240208-13:13:20,58 nipype.workflow ERROR:
+	 Node bbregister failed to run on host comps08h02.
+240208-13:13:20,58 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131320-fbeyer-bbregister-d5c315d2-02e1-4be9-b132-66387b998fb7.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 527, in run
+    result = self._run_interface(execute=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 645, in _run_interface
+    return self._run_command(execute)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 771, in _run_command
+    raise NodeExecutionError(msg)
+nipype.pipeline.engine.nodes.NodeExecutionError: Exception raised while executing Node bbregister.
+
+Cmdline:
+	bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104983
+Stdout:
+	tmp ./tmp.bbregister.34180
+	Log file is flair2anat.dat.log
+Stderr:
+	mkdir: cannot create directory ‘./tmp.bbregister.34180’: No such file or directory
+	flair2anat.dat.log: No such file or directory.
+Traceback:
+	Traceback (most recent call last):
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 400, in run
+	    outputs = self.aggregate_outputs(runtime)
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 429, in aggregate_outputs
+	    predicted_outputs = self._list_outputs()  # Predictions from _list_outputs
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/freesurfer/preprocess.py", line 1840, in _list_outputs
+	    outputs["out_reg_file"] = op.abspath(_in.out_reg_file)
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/posixpath.py", line 384, in abspath
+	    cwd = os.getcwd()
+	FileNotFoundError: [Errno 2] No such file or directory
+
+
+240208-13:13:20,61 nipype.workflow INFO:
+	 ***********************************
+240208-13:13:20,62 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.bullseye.fileselect
+240208-13:13:20,62 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-63533c27-c991-453d-b1bb-8611684829aa.pklz
+240208-13:13:20,62 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.flairreg_pipeline.bbregister
+240208-13:13:20,62 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131320-fbeyer-bbregister-d5c315d2-02e1-4be9-b132-66387b998fb7.pklz
+240208-13:13:20,62 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209606_2.err b/bullseye_workflow/log/noddi_jhu_209606_2.err
new file mode 100644
index 0000000000000000000000000000000000000000..90169e92f87836cb4d2a37fbf3b44e0c20bf9552
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_2.err
@@ -0,0 +1,18 @@
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 454, in run
+    cached, updated = self.is_cached()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 342, in is_cached
+    hashed_inputs, hashvalue = self._get_hashval()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 548, in _get_hashval
+    self._get_inputs()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 595, in _get_inputs
+    raise NodeExecutionError(
+nipype.pipeline.engine.nodes.NodeExecutionError: Error populating the inputs of node "datasink": the results file of the source node (/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/result_bbregister.pklz) does not contain any outputs.
diff --git a/bullseye_workflow/log/noddi_jhu_209606_2.out b/bullseye_workflow/log/noddi_jhu_209606_2.out
new file mode 100644
index 0000000000000000000000000000000000000000..126f584edd62024554986adbe3a38a0262d14efd
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_2.out
@@ -0,0 +1,2053 @@
+240208-13:13:19,444 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:13:19,499 nipype.workflow INFO:
+	 Running serially.
+240208-13:13:19,499 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:13:19,542 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:13:19,554 nipype.workflow INFO:
+	 [Node] Executing "fileselect" <nipype.interfaces.io.SelectFiles>
+240208-13:13:19,913 nipype.workflow INFO:
+	 [Node] Finished "fileselect", elapsed time 0.351267s.
+240208-13:13:19,926 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:13:19,941 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:13:20,46 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.045952:tmp ./tmp.bbregister.34196
+240208-13:13:20,46 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.046545:Log file is flair2anat.dat.log
+240208-13:13:20,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.054175:Thu 08 Feb 2024 01:13:20 PM CET
+240208-13:13:20,58 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.058232:
+240208-13:13:20,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.062732:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:13:20,71 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.071386:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:13:20,75 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.075542:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104981
+240208-13:13:20,80 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.080057:
+240208-13:13:20,85 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.085422:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:13:20,91 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.091727:Linux comps08h02 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:13:20,96 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.096094:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:13:20,101 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.101901:mri_convert /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.34196/template.nii
+240208-13:13:20,209 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.209166:mri_convert.bin /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.34196/template.nii 
+240208-13:13:20,844 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:13:20,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:reading from /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:13:20,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:TR=0.00, TE=0.00, TI=0.00, flip angle=0.00
+240208-13:13:20,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:i_ras = (-0.999016, 0.00750959, -0.0437213)
+240208-13:13:20,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:j_ras = (-0.00119138, 0.98067, 0.195663)
+240208-13:13:20,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:k_ras = (-0.0443456, -0.195523, 0.979696)
+240208-13:13:20,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.844778:writing to ./tmp.bbregister.34196/template.nii...
+240208-13:13:20,849 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:20.849228:mri_coreg --s 104981 --mov ./tmp.bbregister.34196/template.nii --regdat ./tmp.bbregister.34196/reg.init.dat --reg ./tmp.bbregister.34196/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01
+240208-13:13:22,350 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:22.350783:reading colortable from MGH file...
+240208-13:13:22,351 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:22.351730:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:$Id: mri_coreg.c,v 1.27 2016/04/30 15:11:49 greve Exp $
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:cwd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:cmdline mri_coreg --s 104981 --mov ./tmp.bbregister.34196/template.nii --regdat ./tmp.bbregister.34196/reg.init.dat --reg ./tmp.bbregister.34196/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01 
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:sysname  Linux
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:hostname comps08h02
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:machine  x86_64
+240208-13:13:33,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:user     fbeyer
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:dof    6
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:nsep    1
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:cras0    1
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:ftol    0.000100
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:linmintol    0.010000
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:bf       1
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:bflim    30.000000
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:bfnsamp    30
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:SmoothRef 0
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:SatPct    99.990000
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:MovOOB 0
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:optschema 1
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:Reading in mov ./tmp.bbregister.34196/template.nii
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:Reading in ref /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/brainmask.mgz
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:Reading in and applying refmask /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/aparc+aseg.mgz
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:Setting cras translation parameters to align centers
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:Creating random numbers for coordinate dithering
+240208-13:13:33,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:33.900304:Performing intensity dithering
+240208-13:13:43,35 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:Initial parameters  1.2070 -5.9865 -6.3105  0.0000  0.0000  0.0000  1.0000  1.0000  1.0000  0.0000  0.0000  0.0000 
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:Separation list (1):  4   min = 4
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:DoSmoothing 1
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:DoCoordDither 1
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:DoIntensityDither 1
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:nitersmax 4
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:ftol 1.000e-04
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:linmintol 1.000e-02
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:SatPct 99.990000
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:Hist FWHM 7.000000 7.000000
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:nthreads 1
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:movsat = 1.0000
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:mov gstd 1.8914 1.8914 1.8914
+240208-13:13:43,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:13:43.035860:Smoothing mov
+240208-13:14:04,602 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.602226:refsat = 113.0000
+240208-13:14:04,602 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.602226:ref gstd 1.8914 1.8914 1.8914
+240208-13:14:04,602 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.602226:Smoothing ref
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150:COREGpreproc() done
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150:Testing if mov and target overlap
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150:Init cost   -1.0346157428
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150:nhits = 92595 out of 16777216, Percent Overlap:  35.3
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150:Initial  RefRAS-to-MovRAS
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150: 1.00000   0.00000   0.00000   1.20701;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150: 0.00000   1.00000   0.00000  -5.98645;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150: 0.00000   0.00000   1.00000  -6.31049;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663150: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663561:Initial  RefVox-to-MovVox
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663561: 0.99902   0.04372   0.00751  -54.40641;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663561: 0.00119  -0.19566   0.98067   6.25968;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663561: 0.04435  -0.97970  -0.19552   231.68631;
+240208-13:14:04,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:04.663561: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:19,167 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.167279:sep = 4 -----------------------------------
+240208-13:14:19,167 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.167279:COREGoptBruteForce() 30 1 30
+240208-13:14:19,167 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.167279:Turning on MovOOB for BruteForce Search
+240208-13:14:19,167 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.167279:#BF# sep= 4 iter=0 lim=30.0 delta=2.00  -0.79299  -1.98645  -0.31049   0.00000   0.00000   0.00000   -1.0339022
+240208-13:14:19,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:Turning  MovOOB back off after brute force search
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:---------------------------------
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:Init Powel Params dof = 6
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:Starting OpenPowel2(), sep = 4
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:InitialCost        -1.0444360971 
+240208-13:14:19,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.230872:#@#  4  188  -0.79299 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0444361
+240208-13:14:19,358 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:fs_powell::minimize
+240208-13:14:19,359 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:  nparams 6
+240208-13:14:19,359 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:  maxfev 4
+240208-13:14:19,359 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:  ftol   0.000100
+240208-13:14:19,359 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:  linmin_xtol_   0.010000
+240208-13:14:19,359 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:  powell nthiter 0: fret = -1.044436
+240208-13:14:19,359 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.358797:#@#  4  190  0.20701 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0449624
+240208-13:14:19,605 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.605077:#@#  4  194  -0.17496 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0450194
+240208-13:14:19,658 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.658718:#@#  4  195  -0.06453 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0450382
+240208-13:14:19,719 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:19.719416:#@#  4  196  -0.04732 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0450391
+240208-13:14:20,285 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:20.285776:#@#  4  207  -0.04732 -1.99684 0.68951 0.00000 0.00000 0.00000   -1.0451498
+240208-13:14:20,483 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:20.483593:#@#  4  211  -0.04732 -1.99684 0.30754 0.00000 0.00000 0.00000   -1.0452808
+240208-13:14:20,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:20.608974:#@#  4  213  -0.04732 -1.99684 0.26442 0.00000 0.00000 0.00000   -1.0452825
+240208-13:14:21,148 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:21.148369:#@#  4  222  -0.04732 -1.99684 0.27442 0.38197 0.00000 0.00000   -1.0454516
+240208-13:14:21,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:21.269982:#@#  4  224  -0.04732 -1.99684 0.27442 0.47518 0.00000 0.00000   -1.0454592
+240208-13:14:21,680 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:21.680060:#@#  4  233  -0.04732 -1.99684 0.27442 0.47518 -0.10024 0.00000   -1.0454673
+240208-13:14:22,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:22.668059:  powell nthiter 1: fret = -1.045467
+240208-13:14:22,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:22.668059:#@#  4  251  -0.02561 -1.99684 0.27442 0.47518 -0.10024 -0.01000   -1.0454679
+240208-13:14:23,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:23.162022:#@#  4  260  -0.02561 -2.18462 0.27442 0.47518 -0.10024 -0.01000   -1.0454944
+240208-13:14:23,221 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:23.221724:#@#  4  261  -0.02561 -2.19462 0.27442 0.47518 -0.10024 -0.01000   -1.0454946
+240208-13:14:23,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:23.785574:#@#  4  271  -0.02561 -2.20462 0.10818 0.47518 -0.10024 -0.01000   -1.0455234
+240208-13:14:23,829 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:23.829874:#@#  4  272  -0.02561 -2.20462 0.09645 0.47518 -0.10024 -0.01000   -1.0455236
+240208-13:14:23,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:23.891320:#@#  4  273  -0.02561 -2.20462 0.08645 0.47518 -0.10024 -0.01000   -1.0455238
+240208-13:14:24,322 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:24.322763:#@#  4  282  -0.02561 -2.20462 0.08645 0.64268 -0.10024 -0.01000   -1.0455489
+240208-13:14:24,370 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:24.369981:#@#  4  283  -0.02561 -2.20462 0.08645 0.65268 -0.10024 -0.01000   -1.0455490
+240208-13:14:24,793 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:24.793502:#@#  4  291  -0.02561 -2.20462 0.08645 0.65268 -0.12519 -0.01000   -1.0455498
+240208-13:14:25,276 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.276065:#@#  4  300  -0.02561 -2.20462 0.08645 0.65268 -0.12519 0.01084   -1.0455506
+240208-13:14:25,319 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.319667:#@#  4  301  -0.02561 -2.20462 0.08645 0.65268 -0.12519 0.02400   -1.0455508
+240208-13:14:25,369 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.368997:#@#  4  302  -0.02561 -2.20462 0.08645 0.65268 -0.12519 0.03400   -1.0455509
+240208-13:14:25,468 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.468586:Powell done niters total = 1
+240208-13:14:25,468 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.468586:OptTimeSec  6.3 sec
+240208-13:14:25,468 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.468586:OptTimeMin  0.11 min
+240208-13:14:25,468 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.468586:nEvals 304
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:Final parameters  -0.02561064  -2.20462036   0.08644979   0.65267509  -0.12518658   0.03400137 
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:Final cost   -1.045550924076679
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587: 
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:---------------------------------
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg utimesec    63.873985
+240208-13:14:25,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg stimesec    0.291954
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_maxrss   479116
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_ixrss    0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_idrss    0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_isrss    0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_minflt   97787
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_majflt   47
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_nswap    0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_inblock  3168
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_oublock  16
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_msgsnd   0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_msgrcv   0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_nsignals 0
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_nvcsw    58
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:mri_coreg ru_nivcsw   6544
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:Final  RefRAS-to-MovRAS
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587: 1.00000   0.00059  -0.00218  -0.02561;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587:-0.00057   0.99993   0.01139  -2.20462;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587: 0.00219  -0.01139   0.99993   0.08645;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.533587: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.534577:Final  RefVox-to-MovVox
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.534577: 0.99911   0.04145   0.00741  -53.08008;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.534577: 0.00132  -0.20682   0.97838   13.24648;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.534577: 0.04209  -0.97750  -0.20669   238.93266;
+240208-13:14:25,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.534577: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:Final parameters -0.0256 -2.2046  0.0864  0.6527 -0.1252  0.0340 
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:nhits = 92643 out of 16777216, Percent Overlap:  35.3
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:mri_coreg RunTimeSec 64.5 sec
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:To check run:
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:   tkregisterfv --mov ./tmp.bbregister.34196/template.nii --targ /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/brainmask.mgz --reg ./tmp.bbregister.34196/mri_coreg.lta --s 104981 --surfs 
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:mri_coreg done
+240208-13:14:25,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.535546:
+240208-13:14:25,573 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.573774:mri_segreg --mov ./tmp.bbregister.34196/template.nii --init-reg ./tmp.bbregister.34196/reg.init.dat --out-reg ./tmp.bbregister.34196/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:mri_segreg --mov ./tmp.bbregister.34196/template.nii --init-reg ./tmp.bbregister.34196/reg.init.dat --out-reg ./tmp.bbregister.34196/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5 
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:sysname  Linux
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:hostname comps08h02
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:machine  x86_64
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:user     fbeyer
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:movvol ./tmp.bbregister.34196/template.nii
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:regfile ./tmp.bbregister.34196/reg.init.dat
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:subject 104981
+240208-13:14:25,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:dof 6
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:outregfile ./tmp.bbregister.34196/bbr.pass1.dat
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:UseMask 0
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:UseLH 1
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:UseRH 1
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:nsubsamp 100
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:PenaltySign  -1
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:PenaltySlope 0.500000
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:PenaltyCenter 0.000000
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:surfname white
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:GMProjFrac 0.500000
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:WMProjAbs 2.000000
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:lhcostfile (null)
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:rhcostfile (null)
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:interp  trilinear (1)
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:frame  0
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:TolPowell 0.000100
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:nMaxItersPowell 36
+240208-13:14:25,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:n1dmin  3
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:Profile   0
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:Gdiag_no  -1
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:AddNoise  0 (0)
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:SynthSeed 1708284334
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:TransRandMax 0.000000
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:RotRandMax 0.000000
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:Translations 0.000000 0.000000 0.000000
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:Rotations   0.000000 0.000000 0.000000
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:Input reg
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994: 0.99911  -0.00741   0.04145  -1.06100;
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994:-0.04209  -0.20669   0.97750   4.74295;
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994: 0.00132  -0.97838  -0.20682  -5.17435;
+240208-13:14:25,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.890994: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:25,894 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:25.894684:
+240208-13:14:29,195 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:29.195417:Loading mov
+240208-13:14:29,195 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:29.195417:Projecting LH Surfs
+240208-13:14:29,195 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:29.195417:Loading lh.white surf
+240208-13:14:29,195 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:29.195417:Loading lh.thickness for GM
+240208-13:14:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:31.678222:GM Proj: 1 0.500000 2.000000
+240208-13:14:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:31.678222:WM Proj: 0 0.500000 2.000000
+240208-13:14:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:31.678222:Projecting RH Surfs
+240208-13:14:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:31.678222:Loading rh.white surf
+240208-13:14:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:31.678222:Loading rh.thickness for GM
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Projecting RH Surfs
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Using lh.cortex.label
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Using rh.cortex.label
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Computing relative cost
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 0  -25.0 -25.0 -25.0   0.966755
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 1  -25.0 -25.0  25.0   1.018176
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 2  -25.0  25.0 -25.0   1.047789
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 3  -25.0  25.0  25.0   0.998324
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 4   25.0 -25.0 -25.0   0.993788
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 5   25.0 -25.0  25.0   0.997646
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 6   25.0  25.0 -25.0   1.043597
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999: 7   25.0  25.0  25.0   1.040576
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:REL:  8  0.478632    8.106651  1.013331 rel = 0.472336 
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Initial costs ----------------
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Number of surface hits 2151
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:WM  Intensity     0.5295 +/-   0.0447
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Ctx Intensity     0.5696 +/-   0.0619
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Pct Contrast      7.0084 +/-  11.3146
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Cost   0.4786
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:RelCost   0.4723
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:------------------------------------
+240208-13:14:32,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.228999:Brute force preopt -4 4 4, n = 729
+240208-13:14:32,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.231191:     0  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000      1.0191   1.0191  0.0
+240208-13:14:32,232 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.232528:     1  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000   0.0000      1.0179   1.0179  0.0
+240208-13:14:32,235 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.234996:     3  -4.0000  -4.0000  -4.0000  -4.0000   0.0000  -4.0000      1.0000   1.0000  0.0
+240208-13:14:32,254 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.254125:    20  -4.0000  -4.0000  -4.0000   4.0000  -4.0000   4.0000      0.9939   0.9939  0.0
+240208-13:14:32,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.269452:    33  -4.0000  -4.0000   0.0000  -4.0000   4.0000  -4.0000      0.9824   0.9824  0.0
+240208-13:14:32,285 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.285734:    45  -4.0000  -4.0000   0.0000   4.0000  -4.0000  -4.0000      0.9809   0.9809  0.0
+240208-13:14:32,358 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.358257:   105  -4.0000   0.0000  -4.0000   4.0000   4.0000  -4.0000      0.9540   0.9540  0.0
+240208-13:14:32,453 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.453739:   190  -4.0000   4.0000   0.0000  -4.0000  -4.0000   0.0000      0.9445   0.9445  0.0
+240208-13:14:32,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.519460:   245   0.0000  -4.0000  -4.0000  -4.0000  -4.0000   4.0000      0.9181   0.9181  0.0
+240208-13:14:32,552 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.552830:   273   0.0000  -4.0000   0.0000  -4.0000   0.0000  -4.0000      0.9174   0.9174  0.0
+240208-13:14:32,554 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.554182:   274   0.0000  -4.0000   0.0000  -4.0000   0.0000   0.0000      0.8477   0.8477  0.0
+240208-13:14:32,643 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.643525:   355   0.0000   0.0000   0.0000  -4.0000   0.0000   0.0000      0.7699   0.7699  0.0
+240208-13:14:32,653 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:32.653461:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4786   0.4786  0.0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Brute Force --------------------------
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Min cost was 0.478632
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Number of iterations   729
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Search time 0.825000 sec
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Parameters at best (transmm, rotdeg)
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:--------------------------------------------
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Starting Powell Minimization
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:Init Powel Params dof = 6
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:0 0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:1 0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:2 0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:3 0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:4 0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:5 0
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:fs_powell::minimize
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:  nparams 6
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:  maxfev 36
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:  ftol   0.000100
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:  linmin_xtol_   0.001000
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:  powell nthiter 0: fret = 0.478632
+240208-13:14:33,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.062116:   6  0.382  0.000  0.000  0.000  0.000  0.000   0.4747037794
+240208-13:14:33,64 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.064123:   7  0.241  0.000  0.000  0.000  0.000  0.000   0.4737829052
+240208-13:14:33,65 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.065332:   8  0.265  0.000  0.000  0.000  0.000  0.000   0.4736442872
+240208-13:14:33,66 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.066528:   9  0.280  0.000  0.000  0.000  0.000  0.000   0.4736155293
+240208-13:14:33,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.068812:  11  0.276  0.000  0.000  0.000  0.000  0.000   0.4736112968
+240208-13:14:33,71 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.071086:  13  0.278  0.000  0.000  0.000  0.000  0.000   0.4736099340
+240208-13:14:33,78 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.078798:  20  0.278  0.382  0.000  0.000  0.000  0.000   0.4691743734
+240208-13:14:33,80 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.079994:  21  0.278  0.542  0.000  0.000  0.000  0.000   0.4687239203
+240208-13:14:33,82 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.082278:  23  0.278  0.486  0.000  0.000  0.000  0.000   0.4686083443
+240208-13:14:33,84 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.084561:  25  0.278  0.501  0.000  0.000  0.000  0.000   0.4685879466
+240208-13:14:33,94 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.094438:  34  0.278  0.501 -0.174  0.000  0.000  0.000   0.4631130803
+240208-13:14:33,96 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.096725:  36  0.278  0.501 -0.151  0.000  0.000  0.000   0.4631059553
+240208-13:14:33,97 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.097925:  37  0.278  0.501 -0.162  0.000  0.000  0.000   0.4630354171
+240208-13:14:33,107 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.107789:  46  0.278  0.501 -0.162  0.068  0.000  0.000   0.4626574748
+240208-13:14:33,110 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.110085:  48  0.278  0.501 -0.162  0.062  0.000  0.000   0.4626492156
+240208-13:14:33,113 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.113448:  51  0.278  0.501 -0.162  0.059  0.000  0.000   0.4626469500
+240208-13:14:33,114 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.114640:  52  0.278  0.501 -0.162  0.058  0.000  0.000   0.4626465043
+240208-13:14:33,116 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.116923:  54  0.278  0.501 -0.162  0.057  0.000  0.000   0.4626459937
+240208-13:14:33,124 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.124624:  61  0.278  0.501 -0.162  0.057  0.043  0.000   0.4626403420
+240208-13:14:33,125 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.125824:  62  0.278  0.501 -0.162  0.057  0.023  0.000   0.4626339252
+240208-13:14:33,128 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.128095:  64  0.278  0.501 -0.162  0.057  0.014  0.000   0.4626226980
+240208-13:14:33,132 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.132542:  68  0.278  0.501 -0.162  0.057  0.015  0.000   0.4626225056
+240208-13:14:33,141 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.141318:  76  0.278  0.501 -0.162  0.057  0.015  0.030   0.4623129053
+240208-13:14:33,142 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.142510:  77  0.278  0.501 -0.162  0.057  0.015  0.091   0.4622126631
+240208-13:14:33,144 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.144793:  79  0.278  0.501 -0.162  0.057  0.015  0.069   0.4621985025
+240208-13:14:33,148 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.148143:  82  0.278  0.501 -0.162  0.057  0.015  0.068   0.4621979182
+240208-13:14:33,158 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.158016:  powell nthiter 1: fret = 0.462198
+240208-13:14:33,158 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.158016:  91  0.184  0.501 -0.162  0.057  0.015  0.068   0.4621600677
+240208-13:14:33,159 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.159247:  92  0.230  0.501 -0.162  0.057  0.015  0.068   0.4618095663
+240208-13:14:33,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.161532:  94  0.226  0.501 -0.162  0.057  0.015  0.068   0.4618075443
+240208-13:14:33,163 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.163803:  96  0.227  0.501 -0.162  0.057  0.015  0.068   0.4618062833
+240208-13:14:33,173 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.173705: 105  0.227  0.521 -0.162  0.057  0.015  0.068   0.4617559218
+240208-13:14:33,176 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.175985: 107  0.227  0.580 -0.162  0.057  0.015  0.068   0.4616606794
+240208-13:14:33,178 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.178265: 109  0.227  0.568 -0.162  0.057  0.015  0.068   0.4616500821
+240208-13:14:33,179 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.179458: 110  0.227  0.566 -0.162  0.057  0.015  0.068   0.4616492701
+240208-13:14:33,180 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.180662: 111  0.227  0.563 -0.162  0.057  0.015  0.068   0.4616489247
+240208-13:14:33,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.182934: 113  0.227  0.564 -0.162  0.057  0.015  0.068   0.4616489241
+240208-13:14:33,191 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.190990: 120  0.227  0.564 -0.212  0.057  0.015  0.068   0.4610955097
+240208-13:14:33,194 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.194376: 123  0.227  0.564 -0.216  0.057  0.015  0.068   0.4610889967
+240208-13:14:33,195 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.195572: 124  0.227  0.564 -0.217  0.057  0.015  0.068   0.4610888617
+240208-13:14:33,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.204984: 132  0.227  0.564 -0.217  0.099  0.015  0.068   0.4609844763
+240208-13:14:33,206 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.206263: 133  0.227  0.564 -0.217  0.097  0.015  0.068   0.4609834708
+240208-13:14:33,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.207455: 134  0.227  0.564 -0.217  0.095  0.015  0.068   0.4609832792
+240208-13:14:33,208 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.208659: 135  0.227  0.564 -0.217  0.094  0.015  0.068   0.4609831010
+240208-13:14:33,210 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.210930: 137  0.227  0.564 -0.217  0.089  0.015  0.068   0.4609818170
+240208-13:14:33,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.223449: 148  0.227  0.564 -0.217  0.089  0.057  0.068   0.4605696426
+240208-13:14:33,224 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.224700: 149  0.227  0.564 -0.217  0.089  0.082  0.068   0.4605329228
+240208-13:14:33,225 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.225895: 150  0.227  0.564 -0.217  0.089  0.076  0.068   0.4605199201
+240208-13:14:33,237 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.237253: 160  0.227  0.564 -0.217  0.089  0.074  0.049   0.4604441247
+240208-13:14:33,238 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.238458: 161  0.227  0.564 -0.217  0.089  0.074  0.040   0.4604286169
+240208-13:14:33,239 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.239650: 162  0.227  0.564 -0.217  0.089  0.074  0.033   0.4604263001
+240208-13:14:33,240 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.240856: 163  0.227  0.564 -0.217  0.089  0.074  0.035   0.4604257070
+240208-13:14:33,252 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.252969:  powell nthiter 2: fret = 0.460426
+240208-13:14:33,253 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.252969: 174  0.198  0.564 -0.217  0.089  0.074  0.035   0.4602393486
+240208-13:14:33,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.255291: 176  0.200  0.564 -0.217  0.089  0.074  0.035   0.4602355446
+240208-13:14:33,257 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.257576: 178  0.204  0.564 -0.217  0.089  0.074  0.035   0.4602347059
+240208-13:14:33,258 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.258767: 179  0.203  0.564 -0.217  0.089  0.074  0.035   0.4602333304
+240208-13:14:33,259 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.259959: 180  0.202  0.564 -0.217  0.089  0.074  0.035   0.4602328949
+240208-13:14:33,268 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.268143: 187  0.202  0.452 -0.217  0.089  0.074  0.035   0.4601085060
+240208-13:14:33,275 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.275839: 194  0.202  0.450 -0.217  0.089  0.074  0.035   0.4601082600
+240208-13:14:33,285 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.285012: 202  0.202  0.450 -0.224  0.089  0.074  0.035   0.4600235096
+240208-13:14:33,287 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.287289: 204  0.202  0.450 -0.243  0.089  0.074  0.035   0.4598942584
+240208-13:14:33,288 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.288493: 205  0.202  0.450 -0.246  0.089  0.074  0.035   0.4598816746
+240208-13:14:33,290 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.290772: 207  0.202  0.450 -0.250  0.089  0.074  0.035   0.4598783926
+240208-13:14:33,301 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.301835: 217  0.202  0.450 -0.250  0.107  0.074  0.035   0.4598564286
+240208-13:14:33,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.304121: 219  0.202  0.450 -0.250  0.103  0.074  0.035   0.4598532792
+240208-13:14:33,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.306402: 221  0.202  0.450 -0.250  0.102  0.074  0.035   0.4598530995
+240208-13:14:33,317 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.317559: 231  0.202  0.450 -0.250  0.102  0.071  0.035   0.4598484239
+240208-13:14:33,319 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.319857: 233  0.202  0.450 -0.250  0.102  0.069  0.035   0.4598478304
+240208-13:14:33,330 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.330107: 242  0.202  0.450 -0.250  0.102  0.069  0.006   0.4597973214
+240208-13:14:33,331 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.331324: 243  0.202  0.450 -0.250  0.102  0.069  0.007   0.4597965553
+240208-13:14:33,332 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.332527: 244  0.202  0.450 -0.250  0.102  0.069  0.011   0.4597936254
+240208-13:14:33,334 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.334800: 246  0.202  0.450 -0.250  0.102  0.069  0.014   0.4597921897
+240208-13:14:33,336 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.335990: 247  0.202  0.450 -0.250  0.102  0.069  0.015   0.4597920510
+240208-13:14:33,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.348144:  powell nthiter 3: fret = 0.459792
+240208-13:14:33,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.348144: 258  0.195  0.450 -0.250  0.102  0.069  0.015   0.4597828558
+240208-13:14:33,350 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.350494: 260  0.197  0.450 -0.250  0.102  0.069  0.015   0.4597799768
+240208-13:14:33,351 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.351701: 261  0.198  0.450 -0.250  0.102  0.069  0.015   0.4597791949
+240208-13:14:33,361 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.361132: 269  0.198  0.437 -0.250  0.102  0.069  0.015   0.4597663907
+240208-13:14:33,385 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.385692: 291  0.198  0.437 -0.250  0.112  0.069  0.015   0.4597596425
+240208-13:14:33,387 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.387974: 293  0.198  0.437 -0.250  0.109  0.069  0.015   0.4597592127
+240208-13:14:33,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.390259: 295  0.198  0.437 -0.250  0.110  0.069  0.015   0.4597587584
+240208-13:14:33,391 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.391453: 296  0.198  0.437 -0.250  0.111  0.069  0.015   0.4597584488
+240208-13:14:33,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.401468: 305  0.198  0.437 -0.250  0.111  0.068  0.015   0.4597583874
+240208-13:14:33,411 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.411614: 314  0.198  0.437 -0.250  0.111  0.068 -0.004   0.4597438402
+240208-13:14:33,412 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.412854: 315  0.198  0.437 -0.250  0.111  0.068 -0.001   0.4597423507
+240208-13:14:33,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.414048: 316  0.198  0.437 -0.250  0.111  0.068  0.001   0.4597422788
+240208-13:14:33,416 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.416332: 318  0.194  0.423 -0.250  0.120  0.067 -0.014   0.4597200838
+240208-13:14:33,425 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.425111: 326  0.193  0.423 -0.250  0.120  0.067 -0.015   0.4597198644
+240208-13:14:33,426 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.426319: 327  0.193  0.422 -0.250  0.120  0.067 -0.015   0.4597197847
+240208-13:14:33,430 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.430763: 331  0.193  0.423 -0.250  0.120  0.067 -0.015   0.4597197660
+240208-13:14:33,440 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.440702:  powell nthiter 4: fret = 0.459720
+240208-13:14:33,440 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.440702: 340  0.189  0.423 -0.250  0.120  0.067 -0.015   0.4597014346
+240208-13:14:33,441 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.441938: 341  0.184  0.423 -0.250  0.120  0.067 -0.015   0.4596863716
+240208-13:14:33,453 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.453548: 351  0.184  0.447 -0.250  0.120  0.067 -0.015   0.4596143051
+240208-13:14:33,454 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.454743: 352  0.184  0.476 -0.250  0.120  0.067 -0.015   0.4595599692
+240208-13:14:33,458 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.458108: 355  0.184  0.478 -0.250  0.120  0.067 -0.015   0.4595598168
+240208-13:14:33,469 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.469554: 365  0.184  0.478 -0.256  0.120  0.067 -0.015   0.4595526663
+240208-13:14:33,472 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.472923: 368  0.184  0.478 -0.257  0.120  0.067 -0.015   0.4595514954
+240208-13:14:33,481 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.481802: 376  0.184  0.478 -0.257  0.153  0.067 -0.015   0.4595190500
+240208-13:14:33,483 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.482998: 377  0.184  0.478 -0.257  0.144  0.067 -0.015   0.4595074974
+240208-13:14:33,484 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.484196: 378  0.184  0.478 -0.257  0.142  0.067 -0.015   0.4595059599
+240208-13:14:33,486 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.486474: 380  0.184  0.478 -0.257  0.141  0.067 -0.015   0.4595058498
+240208-13:14:33,499 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.499637: 392  0.184  0.478 -0.257  0.141  0.065 -0.015   0.4595055058
+240208-13:14:33,501 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.501924: 394  0.180  0.465 -0.257  0.150  0.064 -0.029   0.4594178565
+240208-13:14:33,503 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.503120: 395  0.173  0.443 -0.257  0.164  0.063 -0.053   0.4593794069
+240208-13:14:33,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.504321: 396  0.175  0.447 -0.257  0.161  0.063 -0.048   0.4593696157
+240208-13:14:33,506 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.506610: 398  0.177  0.454 -0.257  0.157  0.064 -0.041   0.4593593555
+240208-13:14:33,511 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.511054: 402  0.177  0.453 -0.257  0.157  0.064 -0.042   0.4593580987
+240208-13:14:33,513 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.513337: 404  0.177  0.453 -0.257  0.157  0.064 -0.041   0.4593576901
+240208-13:14:33,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.519939: 410  0.156  0.470 -0.265  0.203  0.059 -0.084   0.4593243862
+240208-13:14:33,558 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.558187:  powell nthiter 5: fret = 0.459358
+240208-13:14:33,558 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.558187: 445  0.177  0.467 -0.270  0.157  0.064 -0.041   0.4593114779
+240208-13:14:33,569 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.569377: 455  0.177  0.467 -0.270  0.158  0.064 -0.041   0.4593102542
+240208-13:14:33,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.570583: 456  0.177  0.467 -0.270  0.162  0.064 -0.041   0.4593064660
+240208-13:14:33,571 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.571776: 457  0.177  0.467 -0.270  0.167  0.064 -0.041   0.4593046587
+240208-13:14:33,574 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.574058: 459  0.177  0.467 -0.270  0.169  0.064 -0.041   0.4593045676
+240208-13:14:33,586 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.586504: 470  0.177  0.467 -0.270  0.169  0.059 -0.041   0.4592948500
+240208-13:14:33,587 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.587789: 471  0.177  0.467 -0.270  0.169  0.057 -0.041   0.4592939849
+240208-13:14:33,590 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.590078: 473  0.177  0.467 -0.270  0.169  0.058 -0.041   0.4592928613
+240208-13:14:33,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.592368: 475  0.173  0.454 -0.270  0.177  0.057 -0.056   0.4592773706
+240208-13:14:33,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.593574: 476  0.166  0.432 -0.270  0.191  0.055 -0.079   0.4592720121
+240208-13:14:33,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.598041: 480  0.162  0.419 -0.270  0.200  0.054 -0.094   0.4592661652
+240208-13:14:33,601 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.601410: 483  0.161  0.415 -0.270  0.202  0.054 -0.097   0.4592649177
+240208-13:14:33,603 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.603684: 485  0.161  0.417 -0.270  0.202  0.054 -0.096   0.4592645680
+240208-13:14:33,604 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.604884: 486  0.161  0.416 -0.270  0.202  0.054 -0.096   0.4592643623
+240208-13:14:33,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.610429: 491  0.146  0.380 -0.283  0.246  0.045 -0.151   0.4592480791
+240208-13:14:33,618 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.618235:  powell nthiter 6: fret = 0.459264
+240208-13:14:33,618 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.618235: 498  0.145  0.416 -0.270  0.202  0.054 -0.096   0.4592103385
+240208-13:14:33,620 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.620574: 500  0.147  0.416 -0.270  0.202  0.054 -0.096   0.4592087786
+240208-13:14:33,621 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.621770: 501  0.148  0.416 -0.270  0.202  0.054 -0.096   0.4592085332
+240208-13:14:33,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.631301: 509  0.148  0.429 -0.270  0.202  0.054 -0.096   0.4591918510
+240208-13:14:33,632 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.632506: 510  0.148  0.445 -0.270  0.202  0.054 -0.096   0.4591894222
+240208-13:14:33,633 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.633698: 511  0.148  0.439 -0.270  0.202  0.054 -0.096   0.4591866055
+240208-13:14:33,635 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.635971: 513  0.148  0.440 -0.270  0.202  0.054 -0.096   0.4591863666
+240208-13:14:33,646 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.646346: 522  0.148  0.440 -0.292  0.202  0.054 -0.096   0.4591734794
+240208-13:14:33,648 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.648647: 524  0.148  0.440 -0.282  0.202  0.054 -0.096   0.4591439539
+240208-13:14:33,650 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.650925: 526  0.148  0.440 -0.283  0.202  0.054 -0.096   0.4591429709
+240208-13:14:33,653 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.653209: 528  0.148  0.440 -0.284  0.202  0.054 -0.096   0.4591419729
+240208-13:14:33,654 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.654401: 529  0.148  0.440 -0.285  0.202  0.054 -0.096   0.4591419366
+240208-13:14:33,664 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.664362: 538  0.148  0.440 -0.285  0.186  0.054 -0.096   0.4591143814
+240208-13:14:33,675 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.675404: 548  0.148  0.440 -0.285  0.186  0.050 -0.096   0.4591022518
+240208-13:14:33,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.677705: 550  0.148  0.440 -0.285  0.186  0.048 -0.096   0.4590994723
+240208-13:14:33,680 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.679979: 552  0.148  0.440 -0.285  0.186  0.047 -0.096   0.4590972739
+240208-13:14:33,681 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.681200: 553  0.148  0.440 -0.285  0.186  0.046 -0.096   0.4590971136
+240208-13:14:33,684 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.684568: 556  0.144  0.426 -0.285  0.195  0.045 -0.111   0.4590739274
+240208-13:14:33,685 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.685765: 557  0.138  0.404 -0.285  0.209  0.043 -0.134   0.4590647065
+240208-13:14:33,688 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.688073: 559  0.127  0.369 -0.285  0.232  0.041 -0.172   0.4589110899
+240208-13:14:33,691 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.691467: 562  0.120  0.347 -0.285  0.246  0.039 -0.196   0.4588643575
+240208-13:14:33,697 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.697005: 567  0.120  0.345 -0.285  0.248  0.039 -0.198   0.4588641695
+240208-13:14:33,698 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.698201: 568  0.120  0.345 -0.285  0.248  0.039 -0.198   0.4588641035
+240208-13:14:33,712 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.712478: 581  0.104  0.318 -0.291  0.265  0.033 -0.237   0.4586778871
+240208-13:14:33,719 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.719090: 587  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586770888
+240208-13:14:33,720 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.720294: 588  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586770534
+240208-13:14:33,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.721488: 589  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586769598
+240208-13:14:33,724 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.724848: 592  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586769414
+240208-13:14:33,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.734791:  powell nthiter 7: fret = 0.458677
+240208-13:14:33,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.734791: 601  0.059  0.319 -0.291  0.265  0.033 -0.236   0.4585483278
+240208-13:14:33,736 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.736023: 602  0.078  0.319 -0.291  0.265  0.033 -0.236   0.4584522334
+240208-13:14:33,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.737227: 603  0.077  0.319 -0.291  0.265  0.033 -0.236   0.4584501216
+240208-13:14:33,738 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.738420: 604  0.075  0.319 -0.291  0.265  0.033 -0.236   0.4584496956
+240208-13:14:33,741 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.741782: 607  0.076  0.319 -0.291  0.265  0.033 -0.236   0.4584487993
+240208-13:14:33,750 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.750101: 614  0.076  0.338 -0.291  0.265  0.033 -0.236   0.4584079277
+240208-13:14:33,752 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.752387: 616  0.076  0.344 -0.291  0.265  0.033 -0.236   0.4584079173
+240208-13:14:33,753 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.753581: 617  0.076  0.341 -0.291  0.265  0.033 -0.236   0.4584076176
+240208-13:14:33,754 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.754782: 618  0.076  0.342 -0.291  0.265  0.033 -0.236   0.4584075842
+240208-13:14:33,762 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.762912: 625  0.076  0.342 -0.294  0.265  0.033 -0.236   0.4583985884
+240208-13:14:33,765 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.765200: 627  0.076  0.342 -0.298  0.265  0.033 -0.236   0.4583953667
+240208-13:14:33,766 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.766393: 628  0.076  0.342 -0.297  0.265  0.033 -0.236   0.4583952819
+240208-13:14:33,777 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.777463: 638  0.076  0.342 -0.297  0.258  0.033 -0.236   0.4583916198
+240208-13:14:33,778 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.778674: 639  0.076  0.342 -0.297  0.259  0.033 -0.236   0.4583915381
+240208-13:14:33,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.790868: 650  0.076  0.342 -0.297  0.259  0.012 -0.236   0.4582898941
+240208-13:14:33,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.792132: 651  0.076  0.342 -0.297  0.259  0.017 -0.236   0.4582811667
+240208-13:14:33,794 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.794418: 653  0.076  0.342 -0.297  0.259  0.016 -0.236   0.4582795649
+240208-13:14:33,806 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.806679: 664  0.080  0.348 -0.296  0.255  0.017 -0.227   0.4582759249
+240208-13:14:33,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.807997: 665  0.082  0.352 -0.295  0.252  0.018 -0.221   0.4582743794
+240208-13:14:33,810 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.810283: 667  0.081  0.351 -0.295  0.253  0.018 -0.223   0.4582741310
+240208-13:14:33,839 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.839614:  powell nthiter 8: fret = 0.458274
+240208-13:14:33,839 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.839614: 693  0.081  0.352 -0.295  0.253  0.018 -0.223   0.4582741040
+240208-13:14:33,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.850196: 702  0.081  0.352 -0.296  0.253  0.018 -0.223   0.4582733869
+240208-13:14:33,861 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.861382: 712  0.081  0.352 -0.296  0.257  0.018 -0.223   0.4582710945
+240208-13:14:33,863 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.863672: 714  0.081  0.352 -0.296  0.256  0.018 -0.223   0.4582709970
+240208-13:14:33,888 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.888850: 737  0.082  0.353 -0.296  0.256  0.018 -0.221   0.4582709444
+240208-13:14:33,890 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.890047: 738  0.082  0.353 -0.296  0.256  0.018 -0.222   0.4582706570
+240208-13:14:33,891 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.891240: 739  0.082  0.352 -0.296  0.256  0.018 -0.222   0.4582706019
+240208-13:14:33,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.892443: 740  0.081  0.352 -0.296  0.256  0.018 -0.222   0.4582705475
+240208-13:14:33,894 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.894714: 742  0.081  0.352 -0.296  0.256  0.018 -0.222   0.4582704517
+240208-13:14:33,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Powell done niters = 8
+240208-13:14:33,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Computing relative cost
+240208-13:14:33,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 0  -25.0 -25.0 -25.0   0.977040
+240208-13:14:33,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 1  -25.0 -25.0  25.0   1.031226
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 2  -25.0  25.0 -25.0   1.048575
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 3  -25.0  25.0  25.0   1.003380
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 4   25.0 -25.0 -25.0   1.001624
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 5   25.0 -25.0  25.0   0.996821
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 6   25.0  25.0 -25.0   1.046650
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 7   25.0  25.0  25.0   1.043640
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:REL:  8  0.458270    8.148956  1.018620 rel = 0.449894 
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Number of iterations     8
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Min cost was 0.458270
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Number of FunctionCalls   743
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:TolPowell 0.000100
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:nMaxItersPowell 36
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:OptimizationTime 0.842000 sec
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Parameters at optimum (transmm)  0.08143  0.35231 -0.29599
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Parameters at optimum (rotdeg)  0.25624  0.01790 -0.22224 
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Final costs ----------------
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Number of surface hits 2151
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:WM  Intensity     0.5291 +/-   0.0450
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Ctx Intensity     0.5696 +/-   0.0625
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Pct Contrast      7.0711 +/-  11.4100
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Cost   0.4583
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:RelCost   0.4723
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:Reg at min cost was 
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 0.99894  -0.00850   0.04518  -0.96269;
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215:-0.04597  -0.20229   0.97825   5.12244;
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 0.00082  -0.97929  -0.20246  -5.44875;
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.910215: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.912792:
+240208-13:14:33,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.912792:Writing optimal reg to ./tmp.bbregister.34196/bbr.pass1.dat, type = 14 
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913474:Original Reg 
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913601: 0.99911  -0.00741   0.04145  -1.06100;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913601:-0.04209  -0.20669   0.97750   4.74295;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913601: 0.00132  -0.97838  -0.20682  -5.17435;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913601: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913809:
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913809:Original Reg - Optimal Reg
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913809: 0.00017   0.00109  -0.00373  -0.09832;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913809: 0.00388  -0.00441  -0.00075  -0.37949;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913809: 0.00050   0.00091  -0.00436   0.27440;
+240208-13:14:33,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.913809: 0.00000   0.00000   0.00000   0.00000;
+240208-13:14:33,914 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.914059:
+240208-13:14:33,982 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.982583:Computing change in lh position
+240208-13:14:33,982 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.982583:LH rmsDiffMean 0.556972
+240208-13:14:33,982 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.982583:Computing change in rh position
+240208-13:14:33,982 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.982583:Surface-RMS-Diff-mm 0.490592 0.142087 0.861713
+240208-13:14:33,982 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:33.982583:mri_segreg done
+240208-13:14:34,16 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.016064:mri_segreg --mov ./tmp.bbregister.34196/template.nii --init-reg ./tmp.bbregister.34196/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.34196/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:mri_segreg --mov ./tmp.bbregister.34196/template.nii --init-reg ./tmp.bbregister.34196/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.34196/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5 
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:sysname  Linux
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:hostname comps08h02
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:machine  x86_64
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:user     fbeyer
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:movvol ./tmp.bbregister.34196/template.nii
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:regfile ./tmp.bbregister.34196/bbr.pass1.dat
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:subject 104981
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:dof 6
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:outregfile flair2anat.dat
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:outfile flair2anat_bbreg.nii.gz
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:UseMask 0
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:UseLH 1
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:UseRH 1
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:nsubsamp 1
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:PenaltySign  -1
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:PenaltySlope 0.500000
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:PenaltyCenter 0.000000
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:surfname white
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:GMProjFrac 0.500000
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:WMProjAbs 2.000000
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:lhcostfile (null)
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:rhcostfile (null)
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:interp  trilinear (1)
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:frame  0
+240208-13:14:34,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:TolPowell 0.000000
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:nMaxItersPowell 36
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:n1dmin  3
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:Profile   0
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:Gdiag_no  -1
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:AddNoise  0 (0)
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:SynthSeed 1707421512
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:TransRandMax 0.000000
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:RotRandMax 0.000000
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:Translations 0.000000 0.000000 0.000000
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:Rotations   0.000000 0.000000 0.000000
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:Input reg
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072: 0.99894  -0.00850   0.04518  -0.96269;
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072:-0.04597  -0.20229   0.97825   5.12244;
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072: 0.00082  -0.97929  -0.20246  -5.44875;
+240208-13:14:34,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.028072: 0.00000   0.00000   0.00000   1.00000;
+240208-13:14:34,30 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:34.030179:
+240208-13:14:36,966 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:36.966641:Loading mov
+240208-13:14:36,966 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:36.966641:Projecting LH Surfs
+240208-13:14:36,966 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:36.966641:Loading lh.white surf
+240208-13:14:36,966 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:36.966641:Loading lh.thickness for GM
+240208-13:14:39,369 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:39.369419:GM Proj: 1 0.500000 2.000000
+240208-13:14:39,369 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:39.369419:WM Proj: 0 0.500000 2.000000
+240208-13:14:39,369 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:39.369419:Projecting RH Surfs
+240208-13:14:39,369 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:39.369419:Loading rh.white surf
+240208-13:14:39,369 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:39.369419:Loading rh.thickness for GM
+240208-13:14:40,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Projecting RH Surfs
+240208-13:14:40,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Using lh.cortex.label
+240208-13:14:40,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Using rh.cortex.label
+240208-13:14:40,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Computing relative cost
+240208-13:14:40,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 0  -25.0 -25.0 -25.0   1.000203
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 1  -25.0 -25.0  25.0   1.016881
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 2  -25.0  25.0 -25.0   1.018297
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 3  -25.0  25.0  25.0   1.008155
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 4   25.0 -25.0 -25.0   0.994078
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 5   25.0 -25.0  25.0   1.018770
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 6   25.0  25.0 -25.0   1.005806
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634: 7   25.0  25.0  25.0   1.030620
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:REL:  8  0.486797    8.092809  1.011601 rel = 0.481215 
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Initial costs ----------------
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Number of surface hits 215442
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:WM  Intensity     0.5297 +/-   0.0437
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Ctx Intensity     0.5683 +/-   0.0614
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Pct Contrast      6.7509 +/-  11.2632
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Cost   0.4868
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:RelCost   0.4812
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:------------------------------------
+240208-13:14:40,428 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.427634:Brute force preopt -0.1 0.1 0.1, n = 729
+240208-13:14:40,430 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.430475:     0  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000      0.4685   0.4685  0.0
+240208-13:14:40,431 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.431701:     1  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.0000      0.4667   0.4667  0.0
+240208-13:14:40,432 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.432937:     2  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.1000      0.4661   0.4661  0.0
+240208-13:14:40,434 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.434158:     3  -0.1000  -0.1000  -0.1000  -0.1000   0.0000  -0.1000      0.4661   0.4661  0.0
+240208-13:14:40,435 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.435360:     4  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.0000      0.4661   0.4661  0.0
+240208-13:14:40,440 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.440957:     9  -0.1000  -0.1000  -0.1000   0.0000  -0.1000  -0.1000      0.4643   0.4643  0.0
+240208-13:14:40,442 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.442161:    10  -0.1000  -0.1000  -0.1000   0.0000  -0.1000   0.0000      0.4636   0.4636  0.0
+240208-13:14:40,444 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.444465:    12  -0.1000  -0.1000  -0.1000   0.0000   0.0000  -0.1000      0.4627   0.4627  0.0
+240208-13:14:40,451 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.451120:    18  -0.1000  -0.1000  -0.1000   0.1000  -0.1000  -0.1000      0.4624   0.4624  0.0
+240208-13:14:40,452 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.452347:    19  -0.1000  -0.1000  -0.1000   0.1000  -0.1000   0.0000      0.4619   0.4619  0.0
+240208-13:14:40,454 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.454637:    21  -0.1000  -0.1000  -0.1000   0.1000   0.0000  -0.1000      0.4616   0.4616  0.0
+240208-13:14:40,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.464564:    30  -0.1000  -0.1000   0.0000  -0.1000   0.0000  -0.1000      0.4612   0.4612  0.0
+240208-13:14:40,471 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.471202:    36  -0.1000  -0.1000   0.0000   0.0000  -0.1000  -0.1000      0.4609   0.4609  0.0
+240208-13:14:40,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.474584:    39  -0.1000  -0.1000   0.0000   0.0000   0.0000  -0.1000      0.4600   0.4600  0.0
+240208-13:14:40,716 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.716410:   261   0.0000  -0.1000  -0.1000   0.1000  -0.1000  -0.1000      0.4592   0.4592  0.0
+240208-13:14:40,717 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.717762:   262   0.0000  -0.1000  -0.1000   0.1000  -0.1000   0.0000      0.4588   0.4588  0.0
+240208-13:14:40,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.721163:   265   0.0000  -0.1000  -0.1000   0.1000   0.0000   0.0000      0.4586   0.4586  0.0
+240208-13:14:40,829 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:40.829450:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4583   0.4583  0.0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Brute Force --------------------------
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Min cost was 0.458270
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Number of iterations   729
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Search time 0.800000 sec
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Parameters at best (transmm, rotdeg)
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:--------------------------------------------
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Starting Powell Minimization
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:Init Powel Params dof = 6
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:0 0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:1 0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:2 0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:3 0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:4 0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:5 0
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:fs_powell::minimize
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:  nparams 6
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:  maxfev 36
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:  ftol   0.000000
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:  linmin_xtol_   0.001000
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:  powell nthiter 0: fret = 0.486797
+240208-13:14:41,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.864924:   7 -0.006  0.000  0.000  0.000  0.000  0.000   0.4867708055
+240208-13:14:41,944 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:41.944897:   8 -0.022  0.000  0.000  0.000  0.000  0.000   0.4867391757
+240208-13:14:42,23 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:42.023797:   9 -0.021  0.000  0.000  0.000  0.000  0.000   0.4867390345
+240208-13:14:42,664 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:42.664644:  17 -0.021 -0.107  0.000  0.000  0.000  0.000   0.4863280703
+240208-13:14:42,823 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:42.823843:  19 -0.021 -0.123  0.000  0.000  0.000  0.000   0.4863200150
+240208-13:14:42,986 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:42.986437:  21 -0.021 -0.122  0.000  0.000  0.000  0.000   0.4863199393
+240208-13:14:43,706 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:43.706337:  30 -0.021 -0.122  0.106  0.000  0.000  0.000   0.4850837124
+240208-13:14:43,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:43.789238:  31 -0.021 -0.122  0.107  0.000  0.000  0.000   0.4850835696
+240208-13:14:44,423 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:44.423699:  39 -0.021 -0.122  0.107 -0.153  0.000  0.000   0.4840342564
+240208-13:14:44,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:44.505451:  40 -0.021 -0.122  0.107 -0.152  0.000  0.000   0.4840333680
+240208-13:14:44,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:44.588725:  41 -0.021 -0.122  0.107 -0.143  0.000  0.000   0.4840292824
+240208-13:14:45,399 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:45.399616:  51 -0.021 -0.122  0.107 -0.143 -0.076  0.000   0.4834131943
+240208-13:14:45,481 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:45.481720:  52 -0.021 -0.122  0.107 -0.143 -0.089  0.000   0.4834073820
+240208-13:14:45,561 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:45.561449:  53 -0.021 -0.122  0.107 -0.143 -0.085  0.000   0.4834057865
+240208-13:14:45,641 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:45.641251:  54 -0.021 -0.122  0.107 -0.143 -0.084  0.000   0.4834056003
+240208-13:14:46,367 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:46.367468:  63 -0.021 -0.122  0.107 -0.143 -0.084  0.079   0.4831518341
+240208-13:14:46,447 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:46.447928:  64 -0.021 -0.122  0.107 -0.143 -0.084  0.076   0.4831495529
+240208-13:14:46,531 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:46.531123:  65 -0.021 -0.122  0.107 -0.143 -0.084  0.069   0.4831470722
+240208-13:14:46,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:46.614307:  66 -0.021 -0.122  0.107 -0.143 -0.084  0.068   0.4831469438
+240208-13:14:47,339 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:47.339807:  powell nthiter 1: fret = 0.483147
+240208-13:14:47,340 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:47.339807:  75  0.013 -0.122  0.107 -0.143 -0.084  0.068   0.4830960632
+240208-13:14:47,421 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:47.420947:  76  0.002 -0.122  0.107 -0.143 -0.084  0.068   0.4830754511
+240208-13:14:48,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:48.137758:  85  0.002 -0.095  0.107 -0.143 -0.084  0.068   0.4830600445
+240208-13:14:48,224 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:48.224504:  86  0.002 -0.097  0.107 -0.143 -0.084  0.068   0.4830595741
+240208-13:14:48,308 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:48.308026:  87  0.002 -0.099  0.107 -0.143 -0.084  0.068   0.4830593352
+240208-13:14:48,391 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:48.391717:  88  0.002 -0.100  0.107 -0.143 -0.084  0.068   0.4830593266
+240208-13:14:49,39 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:49.038932:  96  0.002 -0.100  0.156 -0.143 -0.084  0.068   0.4826472169
+240208-13:14:49,121 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:49.121424:  97  0.002 -0.100  0.168 -0.143 -0.084  0.068   0.4826227540
+240208-13:14:49,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:49.201102:  98  0.002 -0.100  0.172 -0.143 -0.084  0.068   0.4826211998
+240208-13:14:49,281 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:49.281180:  99  0.002 -0.100  0.171 -0.143 -0.084  0.068   0.4826211419
+240208-13:14:49,924 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:49.924220: 107  0.002 -0.100  0.171 -0.214 -0.084  0.068   0.4824598243
+240208-13:14:50,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:50.005428: 108  0.002 -0.100  0.171 -0.203 -0.084  0.068   0.4824541309
+240208-13:14:50,88 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:50.088011: 109  0.002 -0.100  0.171 -0.204 -0.084  0.068   0.4824540790
+240208-13:14:50,963 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:50.963759: 120  0.002 -0.100  0.171 -0.205 -0.094  0.068   0.4824484404
+240208-13:14:51,126 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:51.126118: 122  0.002 -0.100  0.171 -0.205 -0.092  0.068   0.4824483394
+240208-13:14:51,843 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:51.843459: 131  0.002 -0.100  0.171 -0.205 -0.092  0.103   0.4824133589
+240208-13:14:51,926 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:51.926055: 132  0.002 -0.100  0.171 -0.205 -0.092  0.097   0.4824100947
+240208-13:14:52,9 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.009218: 133  0.002 -0.100  0.171 -0.205 -0.092  0.095   0.4824097409
+240208-13:14:52,93 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.093606: 134  0.002 -0.100  0.171 -0.205 -0.092  0.094   0.4824097034
+240208-13:14:52,258 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.258688: 136  0.025 -0.079  0.235 -0.266 -0.100  0.120   0.4824027027
+240208-13:14:52,733 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.733436: 142  0.016 -0.087  0.211 -0.243 -0.097  0.110   0.4823122966
+240208-13:14:52,815 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.815003: 143  0.013 -0.090  0.201 -0.233 -0.095  0.106   0.4823082062
+240208-13:14:52,897 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.897673: 144  0.014 -0.089  0.204 -0.236 -0.096  0.107   0.4823079194
+240208-13:14:52,978 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:52.978320: 145  0.013 -0.090  0.203 -0.235 -0.096  0.107   0.4823077899
+240208-13:14:53,142 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:53.142403: 147  0.013 -0.090  0.203 -0.235 -0.096  0.107   0.4823077549
+240208-13:14:54,574 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:54.574744:  powell nthiter 2: fret = 0.482308
+240208-13:14:54,574 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:54.574744: 165  0.013 -0.073  0.203 -0.235 -0.096  0.107   0.4823059648
+240208-13:14:54,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:54.658988: 166  0.013 -0.079  0.203 -0.235 -0.096  0.107   0.4823052862
+240208-13:14:54,740 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:54.740694: 167  0.013 -0.078  0.203 -0.235 -0.096  0.107   0.4823052409
+240208-13:14:55,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:55.464437: 176  0.013 -0.078  0.203 -0.235 -0.096  0.108   0.4823050555
+240208-13:14:56,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:56.267306: 186  0.013 -0.078  0.203 -0.234 -0.096  0.108   0.4823048707
+240208-13:14:58,94 nipype.interface INFO:
+	 stdout 2024-02-08T13:14:58.094577: 209  0.013 -0.078  0.203 -0.234 -0.096  0.108   0.4823048691
+240208-13:15:03,692 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:  powell nthiter 3: fret = 0.482305
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Powell done niters = 3
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Computing relative cost
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 0  -25.0 -25.0 -25.0   0.997367
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 1  -25.0 -25.0  25.0   1.014901
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 2  -25.0  25.0 -25.0   1.016971
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 3  -25.0  25.0  25.0   1.006764
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 4   25.0 -25.0 -25.0   0.994961
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 5   25.0 -25.0  25.0   1.020704
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 6   25.0  25.0 -25.0   1.005756
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 7   25.0  25.0  25.0   1.030741
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:REL:  8  0.482305    8.088165  1.011021 rel = 0.477047 
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Number of iterations     3
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Min cost was 0.482305
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Number of FunctionCalls   268
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:TolPowell 0.000000
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:nMaxItersPowell 36
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:OptimizationTime 21.570000 sec
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Parameters at optimum (transmm)  0.01344 -0.07816  0.20305
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Parameters at optimum (rotdeg) -0.23369 -0.09569  0.10793 
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Final costs ----------------
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Number of surface hits 215442
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:WM  Intensity     0.5297 +/-   0.0437
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Ctx Intensity     0.5688 +/-   0.0612
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Pct Contrast      6.8326 +/-  11.2146
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Cost   0.4823
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:RelCost   0.4812
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:Reg at min cost was 
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:15:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.692878: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:03,694 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.694069:
+240208-13:15:03,694 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:03.694166:Writing optimal reg to flair2anat.dat, type = 14 
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042274:Writing output volume to flair2anat_bbreg.nii.gz 
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042274:Original Reg 
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042589: 0.99894  -0.00850   0.04518  -0.96269;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042589:-0.04597  -0.20229   0.97825   5.12244;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042589: 0.00082  -0.97929  -0.20246  -5.44875;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042589: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042806:
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042806:Original Reg - Optimal Reg
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042806:-0.00008  -0.00202   0.00150  -0.01297;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042806:-0.00189   0.00401   0.00075   0.10223;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042806:-0.00186  -0.00082   0.00391  -0.18060;
+240208-13:15:06,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.042806: 0.00000   0.00000   0.00000   0.00000;
+240208-13:15:06,43 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.043054:
+240208-13:15:06,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.112341:Computing change in lh position
+240208-13:15:06,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.112341:LH rmsDiffMean 0.244082
+240208-13:15:06,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.112341:Computing change in rh position
+240208-13:15:06,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.112341:Surface-RMS-Diff-mm 0.257665 0.094316 0.497587
+240208-13:15:06,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.112341:mri_segreg done
+240208-13:15:06,154 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.154297:MinCost: 0.482305 0.529727 0.568819 6.832628 
+240208-13:15:06,157 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.157768:tkregister2_cmdl --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --noedit --fslregout flair2anat.mat
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:tkregister_tcl /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/tktools/tkregister2.tcl
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:INFO: no target volume specified, assuming FreeSurfer orig volume.
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:target  volume orig
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:movable volume /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:reg file       flair2anat.dat
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:LoadVol        0
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:ZeroCRAS       0
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:$Id: tkregister2.c,v 1.132.2.1 2016/08/02 21:17:29 greve Exp $
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:Diagnostic Level -1
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:---- Input registration matrix --------
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:15:06,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:06.784909: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061:float2int = 0
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061:---------------------------------------
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061:INFO: loading target /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/orig.mgz
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061:Ttarg: --------------------
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061:-1.00000   0.00000   0.00000   128.00000;
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:15:07,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.118061: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119223:INFO: loading movable /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119223:Tmov: --------------------
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119223:-1.00000   0.00000   0.00000   80.00000;
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119223: 0.00000   0.00000   1.00000  -88.00000;
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119223: 0.00000  -1.00000   0.00000   107.00000;
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119223: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119745:mkheaderreg = 0, float2int = 0
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119745:---- Input registration matrix --------
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119745: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:15:07,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119745:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119745: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.119745: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254:Determinant 1
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254:subject = 104981
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254:RegMat ---------------------------
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:15:07,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.120254: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:07,138 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.138403:FSLOUTPUTTYPE NIFTI_GZ 
+240208-13:15:07,138 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.138403:tkreg2FSL: mov det = -1, ref det = -1
+240208-13:15:07,143 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.143720:Cleaning up
+240208-13:15:07,167 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.167338: 
+240208-13:15:07,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.172177:Started at Thu 08 Feb 2024 01:13:20 PM CET 
+240208-13:15:07,180 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.180420:Ended   at Thu 08 Feb 2024 01:15:07 PM CET
+240208-13:15:07,184 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.184592:BBR-Run-Time-Sec 107
+240208-13:15:07,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.189317: 
+240208-13:15:07,193 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.193824:bbregister Done
+240208-13:15:07,198 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.198452:To check results, run:
+240208-13:15:07,203 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.203573:tkregisterfv --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --surfs 
+240208-13:15:07,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:07.205604: 
+240208-13:15:07,259 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 107.313122s.
+240208-13:15:07,295 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_lh" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/annot2label_lh".
+240208-13:15:07,344 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.annot2label_lh".
+240208-13:15:07,358 nipype.workflow INFO:
+	 [Node] Executing "annot2label_lh" <utils.Annot2Label>
+240208-13:15:08,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:subject = 104981
+240208-13:15:08,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:annotation = aparc
+240208-13:15:08,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:hemi = lh
+240208-13:15:08,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:surface   = white
+240208-13:15:08,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:
+240208-13:15:08,851 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:Reading surface 
+240208-13:15:08,851 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/lh.white
+240208-13:15:08,851 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.850638:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/lh.aparc.annot
+240208-13:15:08,899 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:08.899855:reading colortable from annotation file...
+240208-13:15:08,900 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:08.900135:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:15:08,943 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.943753:Seg base 1000
+240208-13:15:08,943 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.943753:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:15:08,943 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.943753:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:15:08,944 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.943753:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:15:08,944 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.943753:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:15:08,944 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:08.943753:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:15:08,995 nipype.workflow INFO:
+	 [Node] Finished "annot2label_lh", elapsed time 1.635448s.
+240208-13:15:09,4 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_rh" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/annot2label_rh".
+240208-13:15:09,50 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.annot2label_rh".
+240208-13:15:09,63 nipype.workflow INFO:
+	 [Node] Executing "annot2label_rh" <utils.Annot2Label>
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:subject = 104981
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:annotation = aparc
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:hemi = rh
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:surface   = white
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:Reading surface 
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/rh.white
+240208-13:15:10,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.304495:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/rh.aparc.annot
+240208-13:15:10,349 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:10.349593:reading colortable from annotation file...
+240208-13:15:10,349 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:10.349859:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:15:10,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.366097:Seg base 2000
+240208-13:15:10,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.366097:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:15:10,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.366097:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:15:10,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.366097:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:15:10,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.366097:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:15:10,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.366097:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:15:10,410 nipype.workflow INFO:
+	 [Node] Finished "annot2label_rh", elapsed time 1.34493s.
+240208-13:15:10,418 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.applyreg" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/applyreg".
+240208-13:15:10,487 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.flairreg_pipeline.applyreg".
+240208-13:15:10,521 nipype.workflow INFO:
+	 [Node] Executing "applyreg" <nipype.interfaces.freesurfer.preprocess.ApplyVolTransform>
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346:fstargfile orig.mgz
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346:
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346:Matrix from regfile:
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:15:10,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:10.786346: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:11,479 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:Using /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/orig.mgz as targ volume
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:movvol /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH.nii.gz
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:targvol /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/orig.mgz
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:outvol /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH_warped.nii.gz
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:regfile /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:invert 0
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:tal    0
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:talres 2
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:regheader 0
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:noresample 0
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:interp  trilinear (1)
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:precision  float (3)
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:Gdiag_no  -1
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:Synth      0
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:SynthSeed  1708182170
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:niiRead(): NIFTI_UNITS_UNKNOWN, assuming mm
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:Final tkRAS-to-tkRAS Matrix is:
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.479794: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784:
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784:
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784:Vox2Vox Matrix is:
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784: 0.99902   0.04369   0.00648  -53.34679;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784: 0.00268  -0.20638   0.97847   13.09764;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784: 0.04408  -0.97750  -0.20629   238.90251;
+240208-13:15:11,480 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:11.480784: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:13,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:13.532146:
+240208-13:15:13,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:13.532146:Resampling
+240208-13:15:13,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:13.532146:Output registration matrix is identity
+240208-13:15:13,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:13.532146:
+240208-13:15:13,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:13.532146:mri_vol2vol done
+240208-13:15:13,562 nipype.workflow INFO:
+	 [Node] Finished "applyreg", elapsed time 3.038916s.
+240208-13:15:13,570 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.aparc2aseg" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/aparc2aseg".
+240208-13:15:13,630 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.aparc2aseg".
+240208-13:15:13,642 nipype.workflow INFO:
+	 [Node] Executing "aparc2aseg" <utils.Aparc2Aseg>
+240208-13:15:14,13 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:14.013489:freadInt: fread failed
+240208-13:15:14,13 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:subject 104981
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:outvol lobes+aseg.nii.gz
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:useribbon 0
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:baseoffset 0
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:labeling wm
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:labeling hypo-intensities as wm
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:dmaxctx 5.000000
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:RipUnknown 1
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861:Reading lh white surface 
+240208-13:15:14,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:14.013861: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/lh.white
+240208-13:15:15,348 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:15.348550:freadInt: fread failed
+240208-13:15:15,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:15.348794:
+240208-13:15:15,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:15.348794:Reading lh pial surface 
+240208-13:15:15,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:15.348794: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/lh.pial
+240208-13:15:16,456 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.456089:
+240208-13:15:16,456 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.456089:Loading lh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/lh.lobes.annot
+240208-13:15:16,472 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:16.472917:reading colortable from annotation file...
+240208-13:15:16,473 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:16.473106:colortable with 8 entries read (originally none)
+240208-13:15:16,671 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:16.670994:freadInt: fread failed
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:Have color table for lh white annotation
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:Ripping vertices labeled as unkown
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:Ripped 8091 vertices from left hemi
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:Building hash of lh white
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:Building hash of lh pial
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239:Reading rh white surface 
+240208-13:15:16,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:16.671239: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/rh.white
+240208-13:15:17,990 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:17.990869:freadInt: fread failed
+240208-13:15:17,991 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:17.991103:
+240208-13:15:17,991 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:17.991103:Reading rh pial surface 
+240208-13:15:17,991 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:17.991103: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/rh.pial
+240208-13:15:19,125 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.125227:
+240208-13:15:19,125 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.125227:Loading rh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/rh.lobes.annot
+240208-13:15:19,142 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:19.142421:reading colortable from annotation file...
+240208-13:15:19,142 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:19.142671:colortable with 8 entries read (originally none)
+240208-13:15:19,340 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:19.340730:znzreadInt: znzread failed
+240208-13:15:19,340 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:Have color table for rh white annotation
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:Ripping vertices labeled as unkown
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:Ripped 8198 vertices from right hemi
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:Building hash of rh white
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:Building hash of rh pial
+240208-13:15:19,341 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.340961:Loading ribbon segmentation from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/mri/ribbon.mgz
+240208-13:15:19,634 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:19.634048:znzreadInt: znzread failed
+240208-13:15:19,634 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:19.634294:Loading filled from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/mri/ribbon.mgz
+240208-13:15:20,312 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:20.312044:reading colortable from MGH file...
+240208-13:15:20,314 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:20.314337:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:15:20,314 nipype.interface INFO:
+	 stderr 2024-02-08T13:15:20.314456:znzreadInt: znzread failed
+240208-13:15:20,314 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:20.314539:
+240208-13:15:20,314 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:20.314539:Loading aseg from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/mri/aseg.mgz
+240208-13:15:29,716 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:29.704050:ASeg Vox2RAS: -----------
+240208-13:15:29,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:29.704050:-1.00000   0.00000   0.00000   128.00000;
+240208-13:15:29,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:29.704050: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:15:29,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:29.704050: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:15:29,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:29.704050: 0.00000   0.00000   0.00000   1.00000;
+240208-13:15:35,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:35.144624:-------------------------
+240208-13:15:35,156 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:35.144624:
+240208-13:15:35,156 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:35.144624:Labeling Slice
+240208-13:15:38,28 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:38.027391:  0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19 
+240208-13:15:38,276 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:38.276167: 20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39 
+240208-13:15:38,520 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:38.520141: 40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59 
+240208-13:15:41,957 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:41.957687: 60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79 
+240208-13:15:59,767 nipype.interface INFO:
+	 stdout 2024-02-08T13:15:59.767500: 80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 
+240208-13:16:32,81 nipype.interface INFO:
+	 stdout 2024-02-08T13:16:32.081819:100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 
+240208-13:16:57,423 nipype.interface INFO:
+	 stdout 2024-02-08T13:16:57.423252:120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 
+240208-13:17:32,633 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:32.633009:140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 
+240208-13:17:50,463 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:50.463399:160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 
+240208-13:17:53,79 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:53.079329:180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 
+240208-13:17:53,291 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:53.291257:200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 
+240208-13:17:53,510 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:53.510320:220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 
+240208-13:17:54,301 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 nctx = 813502
+240208-13:17:54,301 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:Used brute-force search on 183 voxels
+240208-13:17:54,301 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:Fixing Parahip LH WM
+240208-13:17:54,302 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:  Found 0 clusters
+240208-13:17:54,302 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:Fixing Parahip RH WM
+240208-13:17:54,302 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:  Found 0 clusters
+240208-13:17:54,302 nipype.interface INFO:
+	 stdout 2024-02-08T13:17:54.300849:Writing output aseg to lobes+aseg.nii.gz
+240208-13:17:55,179 nipype.workflow INFO:
+	 [Node] Finished "aparc2aseg", elapsed time 161.52937s.
+240208-13:17:55,201 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.filter_lobes" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/filter_lobes".
+240208-13:17:55,282 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.filter_lobes".
+240208-13:17:55,300 nipype.workflow INFO:
+	 [Node] Executing "filter_lobes" <nipype.interfaces.utility.wrappers.Function>
+240208-13:17:57,322 nipype.workflow INFO:
+	 [Node] Finished "filter_lobes", elapsed time 2.020416s.
+240208-13:17:57,331 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ventricles_mask" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/ventricles_mask".
+240208-13:17:57,379 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.ventricles_mask".
+240208-13:17:57,390 nipype.workflow INFO:
+	 [Node] Executing "ventricles_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:17:58,245 nipype.workflow INFO:
+	 [Node] Finished "ventricles_mask", elapsed time 0.854125s.
+240208-13:17:58,258 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.cortex_mask" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/cortex_mask".
+240208-13:17:58,300 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.cortex_mask".
+240208-13:17:58,312 nipype.workflow INFO:
+	 [Node] Executing "cortex_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:17:59,650 nipype.workflow INFO:
+	 [Node] Finished "cortex_mask", elapsed time 1.3373599999999999s.
+240208-13:17:59,659 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bgt_mask" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/bgt_mask".
+240208-13:17:59,715 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.bgt_mask".
+240208-13:17:59,727 nipype.workflow INFO:
+	 [Node] Executing "bgt_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:18:01,79 nipype.workflow INFO:
+	 [Node] Finished "bgt_mask", elapsed time 1.35071s.
+240208-13:18:01,87 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ndist_map" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/ndist_map".
+240208-13:18:01,124 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.ndist_map".
+240208-13:18:01,154 nipype.workflow INFO:
+	 [Node] Executing "ndist_map" <nipype.interfaces.utility.wrappers.Function>
+240208-13:18:17,83 nipype.workflow INFO:
+	 [Node] Finished "ndist_map", elapsed time 15.897754s.
+240208-13:18:17,151 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.gen_wmparc" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/gen_wmparc".
+240208-13:18:17,237 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.gen_wmparc".
+240208-13:18:17,287 nipype.workflow INFO:
+	 [Node] Executing "gen_wmparc" <nipype.interfaces.utility.wrappers.Function>
+Writing output labelmap
+240208-13:20:58,480 nipype.workflow INFO:
+	 [Node] Finished "gen_wmparc", elapsed time 161.184732s.
+240208-13:20:58,490 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.lobe_wmparc" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/lobe_wmparc".
+240208-13:20:58,538 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.lobe_wmparc".
+240208-13:20:58,549 nipype.workflow INFO:
+	 [Node] Executing "lobe_wmparc" <nipype.interfaces.utility.wrappers.Function>
+[ 0.  5. 11. 12. 13. 14. 21. 22. 23. 24.]
+240208-13:21:02,0 nipype.workflow INFO:
+	 [Node] Finished "lobe_wmparc", elapsed time 3.449587s.
+240208-13:21:02,8 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.depth_wmparc" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/depth_wmparc".
+240208-13:21:02,81 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.depth_wmparc".
+240208-13:21:02,92 nipype.workflow INFO:
+	 [Node] Executing "depth_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:21:04,747 nipype.workflow INFO:
+	 [Node] Finished "depth_wmparc", elapsed time 2.65413s.
+240208-13:21:04,755 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bullseye_wmparc" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/bullseye_wmparc".
+240208-13:21:04,827 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.bullseye_wmparc".
+240208-13:21:04,841 nipype.workflow INFO:
+	 [Node] Executing "bullseye_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:21:12,132 nipype.workflow INFO:
+	 [Node] Finished "bullseye_wmparc", elapsed time 7.289767s.
+240208-13:21:12,140 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.extractparc" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/extractparc".
+240208-13:21:12,189 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.extractparc".
+240208-13:21:12,200 nipype.workflow INFO:
+	 [Node] Executing "extractparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:21:15,574 nipype.workflow INFO:
+	 [Node] Finished "extractparc", elapsed time 3.373361s.
+240208-13:21:15,584 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.datasink" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/datasink".
+240208-13:21:15,656 nipype.workflow ERROR:
+	 Node datasink failed to run on host comps08h08.
+240208-13:21:15,658 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132115-fbeyer-datasink-ffc7788f-b48e-4713-97a5-4a4940c85323.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 454, in run
+    cached, updated = self.is_cached()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 342, in is_cached
+    hashed_inputs, hashvalue = self._get_hashval()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 548, in _get_hashval
+    self._get_inputs()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 595, in _get_inputs
+    raise NodeExecutionError(
+nipype.pipeline.engine.nodes.NodeExecutionError: Error populating the inputs of node "datasink": the results file of the source node (/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/result_bbregister.pklz) does not contain any outputs.
+
+240208-13:21:15,670 nipype.workflow INFO:
+	 ***********************************
+240208-13:21:15,670 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.datasink
+240208-13:21:15,670 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132115-fbeyer-datasink-ffc7788f-b48e-4713-97a5-4a4940c85323.pklz
+240208-13:21:15,670 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209606_3.err b/bullseye_workflow/log/noddi_jhu_209606_3.err
new file mode 100644
index 0000000000000000000000000000000000000000..b8d420767696e8d717090cd97c615f2eff246c1b
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_3.err
@@ -0,0 +1,27 @@
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 807, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 725, in rmtree
+    _rmtree_safe_fd(fd, path, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
+    onerror(os.unlink, fullname, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
+    os.unlink(entry.name, dir_fd=topfd)
+FileNotFoundError: [Errno 2] No such file or directory: '_node.pklz'
+
+The above exception was the direct cause of the following exception:
+
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+RuntimeError: 2 raised. Re-raising first.
diff --git a/bullseye_workflow/log/noddi_jhu_209606_3.out b/bullseye_workflow/log/noddi_jhu_209606_3.out
new file mode 100644
index 0000000000000000000000000000000000000000..5341e35c354c68e3064c4a773fd45954388f9ccf
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209606_3.out
@@ -0,0 +1,68 @@
+240208-13:13:19,443 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:13:19,498 nipype.workflow INFO:
+	 Running serially.
+240208-13:13:19,498 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:13:19,542 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:13:19,637 nipype.workflow ERROR:
+	 Node fileselect failed to run on host comps08h02.
+240208-13:13:19,638 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-60c07ab3-c904-49c2-92fc-9ef2c3dfb5f8.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 807, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 725, in rmtree
+    _rmtree_safe_fd(fd, path, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
+    onerror(os.unlink, fullname, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
+    os.unlink(entry.name, dir_fd=topfd)
+FileNotFoundError: [Errno 2] No such file or directory: '_node.pklz'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:13:19,641 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:13:19,652 nipype.workflow ERROR:
+	 Node bbregister failed to run on host comps08h02.
+240208-13:13:19,653 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-90066778-6830-434b-a159-4bed1b67df0a.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 805, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 731, in rmtree
+    onerror(os.rmdir, path, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 729, in rmtree
+    os.rmdir(path)
+OSError: [Errno 39] Directory not empty: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:13:19,655 nipype.workflow INFO:
+	 ***********************************
+240208-13:13:19,655 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.bullseye.fileselect
+240208-13:13:19,656 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-fileselect-60c07ab3-c904-49c2-92fc-9ef2c3dfb5f8.pklz
+240208-13:13:19,656 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.flairreg_pipeline.bbregister
+240208-13:13:19,656 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-131319-fbeyer-bbregister-90066778-6830-434b-a159-4bed1b67df0a.pklz
+240208-13:13:19,656 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209610_0.err b/bullseye_workflow/log/noddi_jhu_209610_0.err
new file mode 100644
index 0000000000000000000000000000000000000000..f44ed4246c181c23dc34a987f8202ebdade17aa0
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_0.err
@@ -0,0 +1,17 @@
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+The above exception was the direct cause of the following exception:
+
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+RuntimeError: 2 raised. Re-raising first.
diff --git a/bullseye_workflow/log/noddi_jhu_209610_0.out b/bullseye_workflow/log/noddi_jhu_209610_0.out
new file mode 100644
index 0000000000000000000000000000000000000000..b90fd441d02c92dc6cd39f26235521cc0e95cf29
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_0.out
@@ -0,0 +1,64 @@
+104985
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:21:00,663 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:21:00,700 nipype.workflow INFO:
+	 Running serially.
+240208-13:21:00,701 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:21:00,703 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:21:00,809 nipype.workflow ERROR:
+	 Node fileselect failed to run on host comps08h02.
+240208-13:21:00,810 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-c38d7be4-eb2f-46d0-9dfd-15f5c7640f82.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:21:00,813 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:21:00,820 nipype.workflow ERROR:
+	 Node bbregister failed to run on host comps08h02.
+240208-13:21:00,820 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-9e1209ab-21ab-4c4e-9b69-6009bcca41ee.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 807, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 725, in rmtree
+    _rmtree_safe_fd(fd, path, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 658, in _rmtree_safe_fd
+    _rmtree_safe_fd(dirfd, fullname, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
+    onerror(os.unlink, fullname, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
+    os.unlink(entry.name, dir_fd=topfd)
+FileNotFoundError: [Errno 2] No such file or directory: 'report.rst'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:21:00,823 nipype.workflow INFO:
+	 ***********************************
+240208-13:21:00,823 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.bullseye.fileselect
+240208-13:21:00,823 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-c38d7be4-eb2f-46d0-9dfd-15f5c7640f82.pklz
+240208-13:21:00,823 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.flairreg_pipeline.bbregister
+240208-13:21:00,823 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-9e1209ab-21ab-4c4e-9b69-6009bcca41ee.pklz
+240208-13:21:00,823 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209610_1.err b/bullseye_workflow/log/noddi_jhu_209610_1.err
new file mode 100644
index 0000000000000000000000000000000000000000..035139dd9a41d538614681a98e9152e069b1cd7b
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_1.err
@@ -0,0 +1,29 @@
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 807, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 725, in rmtree
+    _rmtree_safe_fd(fd, path, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 658, in _rmtree_safe_fd
+    _rmtree_safe_fd(dirfd, fullname, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
+    onerror(os.unlink, fullname, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
+    os.unlink(entry.name, dir_fd=topfd)
+FileNotFoundError: [Errno 2] No such file or directory: 'report.rst'
+
+The above exception was the direct cause of the following exception:
+
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+RuntimeError: 2 raised. Re-raising first.
diff --git a/bullseye_workflow/log/noddi_jhu_209610_1.out b/bullseye_workflow/log/noddi_jhu_209610_1.out
new file mode 100644
index 0000000000000000000000000000000000000000..b3bb4aadb2874d2134cef94026a553fdd6936de8
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_1.out
@@ -0,0 +1,76 @@
+104983
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:21:00,663 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:21:00,701 nipype.workflow INFO:
+	 Running serially.
+240208-13:21:00,702 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:21:00,703 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:21:00,809 nipype.workflow ERROR:
+	 Node fileselect failed to run on host comps08h02.
+240208-13:21:00,809 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b30516ff-ffbe-439a-865e-d3124acfd35e.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 807, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 725, in rmtree
+    _rmtree_safe_fd(fd, path, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 658, in _rmtree_safe_fd
+    _rmtree_safe_fd(dirfd, fullname, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
+    onerror(os.unlink, fullname, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
+    os.unlink(entry.name, dir_fd=topfd)
+FileNotFoundError: [Errno 2] No such file or directory: 'report.rst'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:21:00,812 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:21:00,819 nipype.workflow ERROR:
+	 Node bbregister failed to run on host comps08h02.
+240208-13:21:00,820 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-83a393ed-2905-46a5-90cf-fccc1b79da23.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 504, in run
+    emptydirs(outdir, noexist_ok=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 807, in emptydirs
+    raise ex
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/utils/filemanip.py", line 789, in emptydirs
+    shutil.rmtree(path)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 725, in rmtree
+    _rmtree_safe_fd(fd, path, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 658, in _rmtree_safe_fd
+    _rmtree_safe_fd(dirfd, fullname, onerror)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
+    onerror(os.unlink, fullname, sys.exc_info())
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
+    os.unlink(entry.name, dir_fd=topfd)
+FileNotFoundError: [Errno 2] No such file or directory: 'report.rst'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:21:00,822 nipype.workflow INFO:
+	 ***********************************
+240208-13:21:00,822 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.bullseye.fileselect
+240208-13:21:00,822 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b30516ff-ffbe-439a-865e-d3124acfd35e.pklz
+240208-13:21:00,822 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.flairreg_pipeline.bbregister
+240208-13:21:00,822 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-bbregister-83a393ed-2905-46a5-90cf-fccc1b79da23.pklz
+240208-13:21:00,823 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209610_2.err b/bullseye_workflow/log/noddi_jhu_209610_2.err
new file mode 100644
index 0000000000000000000000000000000000000000..f44ed4246c181c23dc34a987f8202ebdade17aa0
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_2.err
@@ -0,0 +1,17 @@
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+The above exception was the direct cause of the following exception:
+
+Traceback (most recent call last):
+  File "/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow//run_bullseye_WMH_segmentation.py", line 86, in <module>
+    bullseye_lesion.run()
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run
+    runner.run(execgraph, updatehash=updatehash, config=self.config)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run
+    raise error from cause
+RuntimeError: 2 raised. Re-raising first.
diff --git a/bullseye_workflow/log/noddi_jhu_209610_2.out b/bullseye_workflow/log/noddi_jhu_209610_2.out
new file mode 100644
index 0000000000000000000000000000000000000000..7c818d1d57277f713d8590eb196b461ab98b544e
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_2.out
@@ -0,0 +1,138 @@
+104981
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:21:00,663 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:21:00,700 nipype.workflow INFO:
+	 Running serially.
+240208-13:21:00,701 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:21:00,703 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:21:00,809 nipype.workflow ERROR:
+	 Node fileselect failed to run on host comps08h02.
+240208-13:21:00,810 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b7d34c8e-99c7-4705-b849-c570de7e8911.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 491, in run
+    os.remove(outdatedhash)
+FileNotFoundError: [Errno 2] No such file or directory: '/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect/_0xe83be399763a755e0a4e351083998270.json'
+
+
+When creating this crashfile, the results file corresponding
+to the node could not be found.
+240208-13:21:00,813 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:21:00,830 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:21:00,957 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.957412:tmp ./tmp.bbregister.35874
+240208-13:21:00,958 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.958032:Log file is flair2anat.dat.log
+240208-13:21:00,966 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.965979:Thu 08 Feb 2024 01:21:00 PM CET
+240208-13:21:00,970 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.970806:
+240208-13:21:00,975 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.975571:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:21:00,985 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.985774:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:21:00,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.990130:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104981
+240208-13:21:00,994 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.994574:
+240208-13:21:00,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:00.999016:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:21:01,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.005328:Linux comps08h02 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:21:01,10 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.010009:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:21:01,16 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.016264:mri_convert /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.35874/template.nii
+240208-13:21:01,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.053460:mri_convert.bin /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.35874/template.nii 
+240208-13:21:01,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.054789:niiRead(): error opening file /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:21:01,55 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.055025:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:21:01,55 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.055025:reading from /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:21:01,103 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 0.261654s.
+240208-13:21:01,104 nipype.workflow WARNING:
+	 Storing result file without outputs
+240208-13:21:01,107 nipype.workflow WARNING:
+	 [Node] Error on "bullseyelesion_bbreg.flairreg_pipeline.bbregister" (/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister)
+240208-13:21:01,107 nipype.workflow WARNING:
+	 Interface finished unexpectedly and the corresponding unfinished hashfile /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/_0xc1377f9758e998013cc88abd7d31b57a_unfinished.json does not exist. Another nipype instance may be running against the same work directory. Please ensure no other concurrent workflows are racing
+240208-13:21:01,110 nipype.workflow ERROR:
+	 Node bbregister failed to run on host comps08h02.
+240208-13:21:01,110 nipype.workflow ERROR:
+	 Saving crash info to /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132101-fbeyer-bbregister-b3d2f827-63be-409d-abfa-15864f07f504.pklz
+Traceback (most recent call last):
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run
+    node.run(updatehash=updatehash)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 527, in run
+    result = self._run_interface(execute=True)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 645, in _run_interface
+    return self._run_command(execute)
+  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 771, in _run_command
+    raise NodeExecutionError(msg)
+nipype.pipeline.engine.nodes.NodeExecutionError: Exception raised while executing Node bbregister.
+
+Cmdline:
+	bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104981
+Stdout:
+	tmp ./tmp.bbregister.35874
+	Log file is flair2anat.dat.log
+	Thu 08 Feb 2024 01:21:00 PM CET
+
+	setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+	cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+	/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104981
+
+	$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+	Linux comps08h02 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+	FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+	mri_convert /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.35874/template.nii
+	mri_convert.bin /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.35874/template.nii 
+	niiRead(): error opening file /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+	$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+	reading from /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+Stderr:
+
+Traceback:
+	Traceback (most recent call last):
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 453, in aggregate_outputs
+	    setattr(outputs, key, val)
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/traits_extension.py", line 330, in validate
+	    value = super(File, self).validate(objekt, name, value, return_pathlike=True)
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/traits_extension.py", line 135, in validate
+	    self.error(objekt, name, str(value))
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/traits/base_trait_handler.py", line 74, in error
+	    raise TraitError(
+	traits.trait_errors.TraitError: The 'min_cost_file' trait of a BBRegisterOutputSpec instance must be a pathlike object or string representing an existing file, but a value of '/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat.mincost' <class 'str'> was specified.
+
+	During handling of the above exception, another exception occurred:
+
+	Traceback (most recent call last):
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 400, in run
+	    outputs = self.aggregate_outputs(runtime)
+	  File "/data/u_fbeyer_software/miniconda3/envs/below/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 460, in aggregate_outputs
+	    raise FileNotFoundError(msg)
+	FileNotFoundError: No such file or directory '/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat.mincost' for output 'min_cost_file' of a BBRegister interface
+
+
+240208-13:21:01,114 nipype.workflow INFO:
+	 ***********************************
+240208-13:21:01,114 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.bullseye.fileselect
+240208-13:21:01,114 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132100-fbeyer-fileselect-b7d34c8e-99c7-4705-b849-c570de7e8911.pklz
+240208-13:21:01,114 nipype.workflow ERROR:
+	 could not run node: bullseyelesion_bbreg.flairreg_pipeline.bbregister
+240208-13:21:01,114 nipype.workflow INFO:
+	 crashfile: /data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/log/crash-20240208-132101-fbeyer-bbregister-b3d2f827-63be-409d-abfa-15864f07f504.pklz
+240208-13:21:01,114 nipype.workflow INFO:
+	 ***********************************
diff --git a/bullseye_workflow/log/noddi_jhu_209610_3.err b/bullseye_workflow/log/noddi_jhu_209610_3.err
new file mode 100644
index 0000000000000000000000000000000000000000..7294898f2bb9f14abcd8a6f9c9b7b699dca28077
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_3.err
@@ -0,0 +1 @@
+slurmstepd-comps08h02: error: *** JOB 209610 ON comps08h02 CANCELLED AT 2024-02-08T13:23:03 ***
diff --git a/bullseye_workflow/log/noddi_jhu_209610_3.out b/bullseye_workflow/log/noddi_jhu_209610_3.out
new file mode 100644
index 0000000000000000000000000000000000000000..df8ae2b647978502e4ff1b4cac289bdb54427b76
--- /dev/null
+++ b/bullseye_workflow/log/noddi_jhu_209610_3.out
@@ -0,0 +1,1230 @@
+104980
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:21:00,663 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:21:00,700 nipype.workflow INFO:
+	 Running serially.
+240208-13:21:00,700 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:21:00,703 nipype.workflow INFO:
+	 [Node] Outdated cache found for "bullseyelesion_bbreg.bullseye.fileselect".
+240208-13:21:00,817 nipype.workflow INFO:
+	 [Node] Executing "fileselect" <nipype.interfaces.io.SelectFiles>
+240208-13:21:01,30 nipype.workflow INFO:
+	 [Node] Finished "fileselect", elapsed time 0.205408s.
+240208-13:21:01,42 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:21:01,48 nipype.utils WARNING:
+	 An exception was raised trying to remove old /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister, but the path seems empty. Is it an NFS mount?. Passing the exception.
+240208-13:21:01,57 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:21:01,159 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.159122:tmp ./tmp.bbregister.35921
+240208-13:21:01,159 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.159761:Log file is flair2anat.dat.log
+240208-13:21:01,166 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.166477:Thu 08 Feb 2024 01:21:01 PM CET
+240208-13:21:01,171 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.171131:
+240208-13:21:01,175 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.175743:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:21:01,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.183127:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:21:01,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.187534:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104980
+240208-13:21:01,192 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.192280:
+240208-13:21:01,196 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.196765:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:21:01,203 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.203161:Linux comps08h02 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:21:01,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.207722:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:21:01,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.213148:mri_convert /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.35921/template.nii
+240208-13:21:01,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.242211:mri_convert.bin /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.35921/template.nii 
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:reading from /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:TR=0.00, TE=0.00, TI=0.00, flip angle=0.00
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:i_ras = (-0.999615, 0.00739062, 0.0267488)
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:j_ras = (0.0124769, 0.980662, 0.195313)
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:k_ras = (0.0247881, -0.195571, 0.980376)
+240208-13:21:01,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.825418:writing to ./tmp.bbregister.35921/template.nii...
+240208-13:21:01,836 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:01.835975:mri_coreg --s 104980 --mov ./tmp.bbregister.35921/template.nii --regdat ./tmp.bbregister.35921/reg.init.dat --reg ./tmp.bbregister.35921/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01
+240208-13:21:03,32 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:03.032179:reading colortable from MGH file...
+240208-13:21:03,33 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:03.033971:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:21:16,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:
+240208-13:21:16,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:$Id: mri_coreg.c,v 1.27 2016/04/30 15:11:49 greve Exp $
+240208-13:21:16,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:cwd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:21:16,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:cmdline mri_coreg --s 104980 --mov ./tmp.bbregister.35921/template.nii --regdat ./tmp.bbregister.35921/reg.init.dat --reg ./tmp.bbregister.35921/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01 
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:sysname  Linux
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:hostname comps08h02
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:machine  x86_64
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:user     fbeyer
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:dof    6
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:nsep    1
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:cras0    1
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:ftol    0.000100
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:linmintol    0.010000
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:bf       1
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:bflim    30.000000
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:bfnsamp    30
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:SmoothRef 0
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:SatPct    99.990000
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:MovOOB 0
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:optschema 1
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:Reading in mov ./tmp.bbregister.35921/template.nii
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:Reading in ref /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/brainmask.mgz
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:Reading in and applying refmask /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/aparc+aseg.mgz
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:Setting cras translation parameters to align centers
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:Creating random numbers for coordinate dithering
+240208-13:21:16,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:16.630685:Performing intensity dithering
+240208-13:21:26,681 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:Initial parameters  0.8811 -5.5920 -3.2802  0.0000  0.0000  0.0000  1.0000  1.0000  1.0000  0.0000  0.0000  0.0000 
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:Separation list (1):  4   min = 4
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:DoSmoothing 1
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:DoCoordDither 1
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:DoIntensityDither 1
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:nitersmax 4
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:ftol 1.000e-04
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:linmintol 1.000e-02
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:SatPct 99.990000
+240208-13:21:26,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:Hist FWHM 7.000000 7.000000
+240208-13:21:26,683 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:nthreads 1
+240208-13:21:26,683 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:movsat = 1.0000
+240208-13:21:26,683 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:mov gstd 1.8914 1.8914 1.8914
+240208-13:21:26,683 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:26.679871:Smoothing mov
+240208-13:21:49,193 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.193591:refsat = 114.0000
+240208-13:21:49,194 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.193591:ref gstd 1.8914 1.8914 1.8914
+240208-13:21:49,194 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.193591:Smoothing ref
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247:COREGpreproc() done
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247:Testing if mov and target overlap
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247:Init cost   -1.0350519461
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247:nhits = 92580 out of 16777216, Percent Overlap:  35.3
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247:Initial  RefRAS-to-MovRAS
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247: 1.00000   0.00000   0.00000   0.88114;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247: 0.00000   1.00000   0.00000  -5.59203;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247: 0.00000   0.00000   1.00000  -3.28024;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255247: 0.00000   0.00000   0.00000   1.00000;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255715:Initial  RefVox-to-MovVox
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255715: 0.99961  -0.02675   0.00739  -45.48269;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255715:-0.01248  -0.19531   0.98066   7.95882;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255715:-0.02479  -0.98038  -0.19557   240.59375;
+240208-13:21:49,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:21:49.255715: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:03,707 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.707689:sep = 4 -----------------------------------
+240208-13:22:03,707 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.707689:COREGoptBruteForce() 30 1 30
+240208-13:22:03,707 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.707689:Turning on MovOOB for BruteForce Search
+240208-13:22:03,707 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.707689:#BF# sep= 4 iter=0 lim=30.0 delta=2.00  -1.11886  -1.59203   0.71976   0.00000   0.00000   0.00000   -1.0372724
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:Turning  MovOOB back off after brute force search
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:---------------------------------
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:Init Powel Params dof = 6
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:Starting OpenPowel2(), sep = 4
+240208-13:22:03,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:InitialCost        -1.0405664444 
+240208-13:22:03,756 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.755693:#@#  4  188  -1.11886 -1.59203 0.71976 0.00000 0.00000 0.00000   -1.0405664
+240208-13:22:03,834 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:fs_powell::minimize
+240208-13:22:03,834 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:  nparams 6
+240208-13:22:03,834 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:  maxfev 4
+240208-13:22:03,834 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:  ftol   0.000100
+240208-13:22:03,835 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:  linmin_xtol_   0.010000
+240208-13:22:03,835 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:  powell nthiter 0: fret = -1.040566
+240208-13:22:03,835 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:03.834808:#@#  4  190  -0.11886 -1.59203 0.71976 0.00000 0.00000 0.00000   -1.0417161
+240208-13:22:04,123 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:04.123001:#@#  4  195  0.14543 -1.59203 0.71976 0.00000 0.00000 0.00000   -1.0417843
+240208-13:22:04,595 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:04.595327:#@#  4  203  0.14543 -2.21007 0.71976 0.00000 0.00000 0.00000   -1.0417948
+240208-13:22:04,680 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:04.680409:#@#  4  205  0.14543 -1.91975 0.71976 0.00000 0.00000 0.00000   -1.0418386
+240208-13:22:04,722 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:04.722578:#@#  4  206  0.14543 -1.90975 0.71976 0.00000 0.00000 0.00000   -1.0418400
+240208-13:22:05,340 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:05.340855:#@#  4  217  0.14543 -1.89727 0.74011 0.00000 0.00000 0.00000   -1.0418407
+240208-13:22:05,541 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:05.541812:#@#  4  221  0.14543 -1.89727 0.74011 1.00000 0.00000 0.00000   -1.0418917
+240208-13:22:05,777 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:05.777759:#@#  4  225  0.14543 -1.89727 0.74011 0.61803 0.00000 0.00000   -1.0419890
+240208-13:22:05,862 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:05.862367:#@#  4  227  0.14543 -1.89727 0.74011 0.60366 0.00000 0.00000   -1.0419894
+240208-13:22:06,291 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:06.291651:#@#  4  235  0.14543 -1.89727 0.74011 0.60366 0.03517 0.00000   -1.0419903
+240208-13:22:06,352 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:06.352536:#@#  4  236  0.14543 -1.89727 0.74011 0.60366 0.04517 0.00000   -1.0419908
+240208-13:22:07,64 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:07.064657:#@#  4  249  0.14543 -1.89727 0.74011 0.60366 0.04517 -0.01000   -1.0419914
+240208-13:22:07,127 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:07.127294:#@#  4  250  0.14543 -1.89727 0.74011 0.60366 0.04517 -0.02000   -1.0419924
+240208-13:22:07,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:07.570046:  powell nthiter 1: fret = -1.041992
+240208-13:22:07,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:07.570046:#@#  4  260  0.16395 -1.89727 0.74011 0.60366 0.04517 -0.02000   -1.0419939
+240208-13:22:08,11 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:08.011628:#@#  4  268  0.16395 -2.13548 0.74011 0.60366 0.04517 -0.02000   -1.0420243
+240208-13:22:08,55 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:08.055038:#@#  4  269  0.16395 -2.14548 0.74011 0.60366 0.04517 -0.02000   -1.0420246
+240208-13:22:08,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:08.532695:#@#  4  278  0.16395 -2.14548 0.62450 0.60366 0.04517 -0.02000   -1.0420284
+240208-13:22:08,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:08.592268:#@#  4  279  0.16395 -2.14548 0.66618 0.60366 0.04517 -0.02000   -1.0420325
+240208-13:22:09,82 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:09.082188:#@#  4  288  0.16395 -2.14548 0.66618 0.66958 0.04517 -0.02000   -1.0420355
+240208-13:22:10,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.205130:Powell done niters total = 1
+240208-13:22:10,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.205130:OptTimeSec  6.5 sec
+240208-13:22:10,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.205130:OptTimeMin  0.11 min
+240208-13:22:10,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.205130:nEvals 309
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:Final parameters   0.16394867  -2.14548349   0.66618085   0.66958046   0.04516541  -0.00989304 
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:Final cost   -1.042035416589622
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584: 
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:---------------------------------
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg utimesec    67.742364
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg stimesec    0.295871
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_maxrss   479008
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_ixrss    0
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_idrss    0
+240208-13:22:10,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_isrss    0
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_minflt   97808
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_majflt   43
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_nswap    0
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_inblock  4384
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_oublock  16
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_msgsnd   0
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_msgrcv   0
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_nsignals 0
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_nvcsw    55
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:mri_coreg ru_nivcsw   6951
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:Final  RefRAS-to-MovRAS
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584: 1.00000  -0.00017   0.00079   0.16395;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584: 0.00016   0.99993   0.01169  -2.14548;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584:-0.00079  -0.01169   0.99993   0.66618;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.247584: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.248475:Final  RefVox-to-MovVox
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.248475: 0.99963  -0.02605   0.00725  -44.71843;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.248475:-0.01248  -0.20677   0.97831   14.09986;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.248475:-0.02398  -0.97804  -0.20702   244.99915;
+240208-13:22:10,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.248475: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:Final parameters  0.1639 -2.1455  0.6662  0.6696  0.0452 -0.0099 
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:nhits = 92627 out of 16777216, Percent Overlap:  35.3
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:mri_coreg RunTimeSec 68.4 sec
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:To check run:
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:   tkregisterfv --mov ./tmp.bbregister.35921/template.nii --targ /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/brainmask.mgz --reg ./tmp.bbregister.35921/mri_coreg.lta --s 104980 --surfs 
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:mri_coreg done
+240208-13:22:10,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.249453:
+240208-13:22:10,289 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.289285:mri_segreg --mov ./tmp.bbregister.35921/template.nii --init-reg ./tmp.bbregister.35921/reg.init.dat --out-reg ./tmp.bbregister.35921/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5
+240208-13:22:10,305 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:mri_segreg --mov ./tmp.bbregister.35921/template.nii --init-reg ./tmp.bbregister.35921/reg.init.dat --out-reg ./tmp.bbregister.35921/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5 
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:sysname  Linux
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:hostname comps08h02
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:machine  x86_64
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:user     fbeyer
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:movvol ./tmp.bbregister.35921/template.nii
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:regfile ./tmp.bbregister.35921/reg.init.dat
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:subject 104980
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:dof 6
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:outregfile ./tmp.bbregister.35921/bbr.pass1.dat
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:UseMask 0
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:UseLH 1
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:UseRH 1
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:nsubsamp 100
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:PenaltySign  -1
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:PenaltySlope 0.500000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:PenaltyCenter 0.000000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:surfname white
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:GMProjFrac 0.500000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:WMProjAbs 2.000000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:lhcostfile (null)
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:rhcostfile (null)
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:interp  trilinear (1)
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:frame  0
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:TolPowell 0.000100
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:nMaxItersPowell 36
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:n1dmin  3
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:Profile   0
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:Gdiag_no  -1
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:AddNoise  0 (0)
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:SynthSeed 1707699772
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:TransRandMax 0.000000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:RotRandMax 0.000000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:Translations 0.000000 0.000000 0.000000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:Rotations   0.000000 0.000000 0.000000
+240208-13:22:10,306 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:Input reg
+240208-13:22:10,307 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880: 0.99963  -0.00725  -0.02605  -0.82893;
+240208-13:22:10,307 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880: 0.02398  -0.20702   0.97804   2.24165;
+240208-13:22:10,307 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880:-0.01248  -0.97831  -0.20677  -4.25925;
+240208-13:22:10,307 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.305880: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:10,307 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:10.307766:
+240208-13:22:14,432 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:14.432448:Loading mov
+240208-13:22:14,432 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:14.432448:Projecting LH Surfs
+240208-13:22:14,432 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:14.432448:Loading lh.white surf
+240208-13:22:14,432 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:14.432448:Loading lh.thickness for GM
+240208-13:22:17,903 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:17.903498:GM Proj: 1 0.500000 2.000000
+240208-13:22:17,903 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:17.903498:WM Proj: 0 0.500000 2.000000
+240208-13:22:17,903 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:17.903498:Projecting RH Surfs
+240208-13:22:17,903 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:17.903498:Loading rh.white surf
+240208-13:22:17,903 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:17.903498:Loading rh.thickness for GM
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Projecting RH Surfs
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Using lh.cortex.label
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Using rh.cortex.label
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Computing relative cost
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 0  -25.0 -25.0 -25.0   1.008801
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 1  -25.0 -25.0  25.0   0.994983
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 2  -25.0  25.0 -25.0   1.023532
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 3  -25.0  25.0  25.0   0.945013
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 4   25.0 -25.0 -25.0   0.990744
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 5   25.0 -25.0  25.0   1.013628
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 6   25.0  25.0 -25.0   1.020401
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305: 7   25.0  25.0  25.0   0.987073
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:REL:  8  0.424444    7.984176  0.998022 rel = 0.425285 
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Initial costs ----------------
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Number of surface hits 2846
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:WM  Intensity     0.4949 +/-   0.0530
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Ctx Intensity     0.5511 +/-   0.0679
+240208-13:22:18,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Pct Contrast     10.4770 +/-  13.7752
+240208-13:22:18,658 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Cost   0.4244
+240208-13:22:18,658 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:RelCost   0.4253
+240208-13:22:18,658 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:
+240208-13:22:18,658 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:------------------------------------
+240208-13:22:18,658 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.657305:Brute force preopt -4 4 4, n = 729
+240208-13:22:18,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.659873:     0  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000      0.9777   0.9777  0.0
+240208-13:22:18,664 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.664645:     3  -4.0000  -4.0000  -4.0000  -4.0000   0.0000  -4.0000      0.9646   0.9646  0.0
+240208-13:22:18,676 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.676554:    11  -4.0000  -4.0000  -4.0000   0.0000  -4.0000   4.0000      0.9592   0.9592  0.0
+240208-13:22:18,688 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.688206:    19  -4.0000  -4.0000  -4.0000   4.0000  -4.0000   0.0000      0.9469   0.9469  0.0
+240208-13:22:18,727 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.727858:    46  -4.0000  -4.0000   0.0000   4.0000  -4.0000   0.0000      0.9224   0.9224  0.0
+240208-13:22:18,812 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.812087:   102  -4.0000   0.0000  -4.0000   4.0000   0.0000  -4.0000      0.9193   0.9193  0.0
+240208-13:22:18,837 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.837752:   119  -4.0000   0.0000   0.0000   0.0000  -4.0000   4.0000      0.9068   0.9068  0.0
+240208-13:22:18,839 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:18.839334:   120  -4.0000   0.0000   0.0000   0.0000   0.0000  -4.0000      0.8939   0.8939  0.0
+240208-13:22:19,59 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.059136:   274   0.0000  -4.0000   0.0000  -4.0000   0.0000   0.0000      0.8624   0.8624  0.0
+240208-13:22:19,72 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.072810:   283   0.0000  -4.0000   0.0000   0.0000   0.0000   0.0000      0.7877   0.7877  0.0
+240208-13:22:19,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.188090:   355   0.0000   0.0000   0.0000  -4.0000   0.0000   0.0000      0.7721   0.7721  0.0
+240208-13:22:19,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.203988:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4244   0.4244  0.0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Brute Force --------------------------
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Min cost was 0.424444
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Number of iterations   729
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Search time 1.110000 sec
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Parameters at best (transmm, rotdeg)
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:--------------------------------------------
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Starting Powell Minimization
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:Init Powel Params dof = 6
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:0 0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:1 0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:2 0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:3 0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:4 0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:5 0
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:fs_powell::minimize
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:  nparams 6
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:  maxfev 36
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:  ftol   0.000100
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:  linmin_xtol_   0.001000
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:  powell nthiter 0: fret = 0.424444
+240208-13:22:19,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.779096:   7 -0.207  0.000  0.000  0.000  0.000  0.000   0.4212463553
+240208-13:22:19,784 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.784214:  10 -0.277  0.000  0.000  0.000  0.000  0.000   0.4204006995
+240208-13:22:19,787 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.787140:  12 -0.272  0.000  0.000  0.000  0.000  0.000   0.4203990172
+240208-13:22:19,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.790069:  14 -0.274  0.000  0.000  0.000  0.000  0.000   0.4203944204
+240208-13:22:19,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.802969:  23 -0.274 -0.263  0.000  0.000  0.000  0.000   0.4182230284
+240208-13:22:19,805 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.805897:  25 -0.274 -0.226  0.000  0.000  0.000  0.000   0.4181586964
+240208-13:22:19,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.808823:  27 -0.274 -0.223  0.000  0.000  0.000  0.000   0.4181586048
+240208-13:22:19,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.811734:  29 -0.274 -0.224  0.000  0.000  0.000  0.000   0.4181585599
+240208-13:22:19,813 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.813250:  30 -0.274 -0.225  0.000  0.000  0.000  0.000   0.4181584715
+240208-13:22:19,823 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.823284:  37 -0.274 -0.225 -0.063  0.000  0.000  0.000   0.4170628921
+240208-13:22:19,826 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.826210:  39 -0.274 -0.225 -0.118  0.000  0.000  0.000   0.4167181134
+240208-13:22:19,841 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.841853:  50 -0.274 -0.225 -0.119 -0.039  0.000  0.000   0.4166037797
+240208-13:22:19,843 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.843393:  51 -0.274 -0.225 -0.119 -0.051  0.000  0.000   0.4165762239
+240208-13:22:19,844 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.844914:  52 -0.274 -0.225 -0.119 -0.088  0.000  0.000   0.4165510240
+240208-13:22:19,846 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.846422:  53 -0.274 -0.225 -0.119 -0.079  0.000  0.000   0.4165355758
+240208-13:22:19,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.847930:  54 -0.274 -0.225 -0.119 -0.073  0.000  0.000   0.4165341019
+240208-13:22:19,849 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.849453:  55 -0.274 -0.225 -0.119 -0.075  0.000  0.000   0.4165335610
+240208-13:22:19,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.850963:  56 -0.274 -0.225 -0.119 -0.076  0.000  0.000   0.4165333804
+240208-13:22:19,852 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.852492:  57 -0.274 -0.225 -0.119 -0.077  0.000  0.000   0.4165333015
+240208-13:22:19,884 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.884495:  79 -0.274 -0.225 -0.119 -0.077  0.000  0.065   0.4165003623
+240208-13:22:19,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.886051:  80 -0.274 -0.225 -0.119 -0.077  0.000  0.038   0.4163672996
+240208-13:22:19,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.887571:  81 -0.274 -0.225 -0.119 -0.077  0.000  0.034   0.4163640507
+240208-13:22:19,889 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.889088:  82 -0.274 -0.225 -0.119 -0.077  0.000  0.032   0.4163638213
+240208-13:22:19,890 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.890596:  83 -0.274 -0.225 -0.119 -0.077  0.000  0.031   0.4163633668
+240208-13:22:19,906 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.906294:  powell nthiter 1: fret = 0.416363
+240208-13:22:19,906 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.906294:  94 -0.089 -0.225 -0.119 -0.077  0.000  0.031   0.4161634067
+240208-13:22:19,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.909254:  96 -0.014 -0.225 -0.119 -0.077  0.000  0.031   0.4156739473
+240208-13:22:19,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.912168:  98 -0.026 -0.225 -0.119 -0.077  0.000  0.031   0.4156292019
+240208-13:22:19,916 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.916501: 101 -0.025 -0.225 -0.119 -0.077  0.000  0.031   0.4156281874
+240208-13:22:19,919 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.919411: 103 -0.023 -0.225 -0.119 -0.077  0.000  0.031   0.4156277376
+240208-13:22:19,932 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.932717: 112 -0.023 -0.271 -0.119 -0.077  0.000  0.031   0.4155364519
+240208-13:22:19,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.935630: 114 -0.023 -0.277 -0.119 -0.077  0.000  0.031   0.4155339671
+240208-13:22:19,941 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.941360: 118 -0.023 -0.278 -0.119 -0.077  0.000  0.031   0.4155339630
+240208-13:22:19,957 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.957448: 129 -0.023 -0.279 -0.142 -0.077  0.000  0.031   0.4153668271
+240208-13:22:19,958 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.958962: 130 -0.023 -0.279 -0.143 -0.077  0.000  0.031   0.4153663406
+240208-13:22:19,970 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.970503: 138 -0.023 -0.279 -0.143 -0.205  0.000  0.031   0.4152854607
+240208-13:22:19,972 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.972014: 139 -0.023 -0.279 -0.143 -0.147  0.000  0.031   0.4150435927
+240208-13:22:19,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.973534: 140 -0.023 -0.279 -0.143 -0.146  0.000  0.031   0.4150425185
+240208-13:22:19,975 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.975042: 141 -0.023 -0.279 -0.143 -0.140  0.000  0.031   0.4150402343
+240208-13:22:19,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.990697: 152 -0.023 -0.279 -0.143 -0.140  0.100  0.031   0.4145142612
+240208-13:22:19,992 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.992215: 153 -0.023 -0.279 -0.143 -0.140  0.078  0.031   0.4144126501
+240208-13:22:19,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.993726: 154 -0.023 -0.279 -0.143 -0.140  0.071  0.031   0.4143944927
+240208-13:22:19,998 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:19.998056: 157 -0.023 -0.279 -0.143 -0.140  0.072  0.031   0.4143940012
+240208-13:22:20,10 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.010867: 166 -0.023 -0.279 -0.143 -0.140  0.072  0.219   0.4141025833
+240208-13:22:20,13 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.013791: 168 -0.023 -0.279 -0.143 -0.140  0.072  0.293   0.4136351916
+240208-13:22:20,15 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.015300: 169 -0.023 -0.279 -0.143 -0.140  0.072  0.339   0.4135518108
+240208-13:22:20,18 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.018220: 171 -0.023 -0.279 -0.143 -0.140  0.072  0.322   0.4135144048
+240208-13:22:20,21 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.021138: 173 -0.023 -0.279 -0.143 -0.140  0.072  0.324   0.4135138317
+240208-13:22:20,24 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.024047: 175 -0.023 -0.279 -0.143 -0.140  0.072  0.323   0.4135137992
+240208-13:22:20,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.036880:  powell nthiter 2: fret = 0.413514
+240208-13:22:20,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.036880: 184  0.005 -0.279 -0.143 -0.140  0.072  0.323   0.4134512879
+240208-13:22:20,41 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.041263: 187  0.056 -0.279 -0.143 -0.140  0.072  0.323   0.4133457781
+240208-13:22:20,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.042776: 188  0.101 -0.279 -0.143 -0.140  0.072  0.323   0.4132750336
+240208-13:22:20,44 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.044296: 189  0.084 -0.279 -0.143 -0.140  0.072  0.323   0.4132667048
+240208-13:22:20,45 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.045818: 190  0.089 -0.279 -0.143 -0.140  0.072  0.323   0.4132539862
+240208-13:22:20,47 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.047327: 191  0.092 -0.279 -0.143 -0.140  0.072  0.323   0.4132513308
+240208-13:22:20,48 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.048847: 192  0.094 -0.279 -0.143 -0.140  0.072  0.323   0.4132507773
+240208-13:22:20,61 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.061771: 201  0.094 -0.278 -0.143 -0.140  0.072  0.323   0.4132476349
+240208-13:22:20,63 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.063281: 202  0.094 -0.244 -0.143 -0.140  0.072  0.323   0.4131591318
+240208-13:22:20,69 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.069015: 206  0.094 -0.233 -0.143 -0.140  0.072  0.323   0.4131490582
+240208-13:22:20,71 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.071925: 208  0.094 -0.234 -0.143 -0.140  0.072  0.323   0.4131488760
+240208-13:22:20,87 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.087859: 219  0.094 -0.234 -0.163 -0.140  0.072  0.323   0.4129367942
+240208-13:22:20,90 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.090786: 221  0.094 -0.234 -0.176 -0.140  0.072  0.323   0.4128907672
+240208-13:22:20,92 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.092307: 222  0.094 -0.234 -0.177 -0.140  0.072  0.323   0.4128898349
+240208-13:22:20,103 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.103753: 230  0.094 -0.234 -0.177 -0.079  0.072  0.323   0.4124625303
+240208-13:22:20,105 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.105281: 231  0.094 -0.234 -0.177 -0.056  0.072  0.323   0.4124406403
+240208-13:22:20,109 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.109600: 234  0.094 -0.234 -0.177 -0.057  0.072  0.323   0.4124403862
+240208-13:22:20,123 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.123829: 244  0.094 -0.234 -0.177 -0.057  0.085  0.323   0.4123401847
+240208-13:22:20,126 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.126759: 246  0.094 -0.234 -0.177 -0.057  0.087  0.323   0.4123374000
+240208-13:22:20,128 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.128280: 247  0.094 -0.234 -0.177 -0.057  0.088  0.323   0.4123362441
+240208-13:22:20,138 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.138257: 254  0.094 -0.234 -0.177 -0.057  0.088  0.273   0.4118492003
+240208-13:22:20,139 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.139769: 255  0.094 -0.234 -0.177 -0.057  0.088  0.198   0.4114018924
+240208-13:22:20,144 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.144095: 258  0.094 -0.234 -0.177 -0.057  0.088  0.179   0.4113494729
+240208-13:22:20,145 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.145614: 259  0.094 -0.234 -0.177 -0.057  0.088  0.174   0.4113487651
+240208-13:22:20,147 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.147122: 260  0.094 -0.234 -0.177 -0.057  0.088  0.176   0.4113479569
+240208-13:22:20,165 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.165637:  powell nthiter 3: fret = 0.411348
+240208-13:22:20,165 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.165637: 273  0.111 -0.234 -0.177 -0.057  0.088  0.176   0.4112002881
+240208-13:22:20,167 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.167245: 274  0.114 -0.234 -0.177 -0.057  0.088  0.176   0.4112002069
+240208-13:22:20,170 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.170167: 276  0.113 -0.234 -0.177 -0.057  0.088  0.176   0.4111992125
+240208-13:22:20,181 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.181026: 283  0.113 -0.327 -0.177 -0.057  0.088  0.176   0.4108851174
+240208-13:22:20,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.182552: 284  0.113 -0.310 -0.177 -0.057  0.088  0.176   0.4108405557
+240208-13:22:20,184 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.184061: 285  0.113 -0.302 -0.177 -0.057  0.088  0.176   0.4108391028
+240208-13:22:20,185 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.185576: 286  0.113 -0.305 -0.177 -0.057  0.088  0.176   0.4108388433
+240208-13:22:20,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.201810: 297  0.113 -0.305 -0.183 -0.057  0.088  0.176   0.4108039124
+240208-13:22:20,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.204735: 299  0.113 -0.305 -0.189 -0.057  0.088  0.176   0.4107853487
+240208-13:22:20,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.207657: 301  0.113 -0.305 -0.188 -0.057  0.088  0.176   0.4107848485
+240208-13:22:20,220 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.220631: 310  0.113 -0.305 -0.188 -0.089  0.088  0.176   0.4106565202
+240208-13:22:20,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.223544: 312  0.113 -0.305 -0.188 -0.088  0.088  0.176   0.4106563933
+240208-13:22:20,239 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.239245: 323  0.113 -0.305 -0.188 -0.088  0.085  0.176   0.4106419299
+240208-13:22:20,240 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.240772: 324  0.113 -0.305 -0.188 -0.088  0.082  0.176   0.4106374551
+240208-13:22:20,256 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.256447: 335  0.113 -0.305 -0.188 -0.088  0.082  0.165   0.4106062562
+240208-13:22:20,257 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.257970: 336  0.113 -0.305 -0.188 -0.088  0.082  0.158   0.4106007268
+240208-13:22:20,259 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.259479: 337  0.113 -0.305 -0.188 -0.088  0.082  0.157   0.4106006228
+240208-13:22:20,278 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.278011:  powell nthiter 4: fret = 0.410601
+240208-13:22:20,278 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.278011: 350  0.118 -0.305 -0.188 -0.088  0.082  0.157   0.4105747484
+240208-13:22:20,279 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.279619: 351  0.121 -0.305 -0.188 -0.088  0.082  0.157   0.4105735565
+240208-13:22:20,282 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.282549: 353  0.120 -0.305 -0.188 -0.088  0.082  0.157   0.4105735180
+240208-13:22:20,295 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.294968: 361  0.120 -0.296 -0.188 -0.088  0.082  0.157   0.4105730331
+240208-13:22:20,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.296552: 362  0.120 -0.300 -0.188 -0.088  0.082  0.157   0.4105711486
+240208-13:22:20,299 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.299469: 364  0.120 -0.299 -0.188 -0.088  0.082  0.157   0.4105711376
+240208-13:22:20,314 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.314685: 374  0.120 -0.299 -0.184 -0.088  0.082  0.157   0.4105656053
+240208-13:22:20,316 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.316232: 375  0.120 -0.299 -0.183 -0.088  0.082  0.157   0.4105654936
+240208-13:22:20,329 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.329782: 384  0.120 -0.299 -0.183 -0.092  0.082  0.157   0.4105568938
+240208-13:22:20,332 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.332740: 386  0.120 -0.299 -0.183 -0.094  0.082  0.157   0.4105562760
+240208-13:22:20,350 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.350319: 398  0.120 -0.299 -0.183 -0.094  0.078  0.157   0.4105505161
+240208-13:22:20,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.389478:  powell nthiter 5: fret = 0.410551
+240208-13:22:20,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.389478: 425  0.121 -0.299 -0.183 -0.094  0.078  0.157   0.4105501502
+240208-13:22:20,404 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.404035: 434  0.121 -0.295 -0.183 -0.094  0.078  0.157   0.4105492827
+240208-13:22:20,455 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.455547: 468  0.121 -0.295 -0.183 -0.094  0.077  0.157   0.4105492466
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Powell done niters = 5
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Computing relative cost
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 0  -25.0 -25.0 -25.0   1.007214
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 1  -25.0 -25.0  25.0   1.000393
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 2  -25.0  25.0 -25.0   1.027847
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 3  -25.0  25.0  25.0   0.958127
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 4   25.0 -25.0 -25.0   0.990244
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 5   25.0 -25.0  25.0   1.028706
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 6   25.0  25.0 -25.0   1.022219
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 7   25.0  25.0  25.0   0.971283
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:REL:  8  0.410549    8.006033  1.000754 rel = 0.41024 
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Number of iterations     5
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Min cost was 0.410549
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Number of FunctionCalls   481
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:TolPowell 0.000100
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:nMaxItersPowell 36
+240208-13:22:20,495 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:OptimizationTime 0.708000 sec
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Parameters at optimum (transmm)  0.12059 -0.29535 -0.18309
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Parameters at optimum (rotdeg) -0.09407  0.07737  0.15705 
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Final costs ----------------
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Number of surface hits 2846
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:WM  Intensity     0.4952 +/-   0.0524
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Ctx Intensity     0.5503 +/-   0.0673
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Pct Contrast     10.2752 +/-  13.5724
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Cost   0.4105
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:RelCost   0.4253
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:Reg at min cost was 
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 0.99955  -0.00800  -0.02901  -0.72022;
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 0.02670  -0.20865   0.97763   1.93701;
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350:-0.01387  -0.97796  -0.20834  -4.44488;
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.495350: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.496450:
+240208-13:22:20,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.496545:Writing optimal reg to ./tmp.bbregister.35921/bbr.pass1.dat, type = 14 
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507088:Original Reg 
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507235: 0.99963  -0.00725  -0.02605  -0.82893;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507235: 0.02398  -0.20702   0.97804   2.24165;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507235:-0.01248  -0.97831  -0.20677  -4.25925;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507235: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507457:
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507457:Original Reg - Optimal Reg
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507457: 0.00009   0.00075   0.00296  -0.10871;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507457:-0.00272   0.00163   0.00042   0.30465;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507457: 0.00139  -0.00035   0.00157   0.18564;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507457: 0.00000   0.00000   0.00000   0.00000;
+240208-13:22:20,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.507688:
+240208-13:22:20,702 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.702256:Computing change in lh position
+240208-13:22:20,702 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.702256:LH rmsDiffMean 0.436044
+240208-13:22:20,702 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.702256:Computing change in rh position
+240208-13:22:20,702 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.702256:Surface-RMS-Diff-mm 0.396809 0.061165 0.550017
+240208-13:22:20,702 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.702256:mri_segreg done
+240208-13:22:20,765 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.765241:mri_segreg --mov ./tmp.bbregister.35921/template.nii --init-reg ./tmp.bbregister.35921/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.35921/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5
+240208-13:22:20,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:22:20,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:22:20,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:cd /data/pt_02271/Data/wd/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:mri_segreg --mov ./tmp.bbregister.35921/template.nii --init-reg ./tmp.bbregister.35921/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.35921/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5 
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:sysname  Linux
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:hostname comps08h02
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:machine  x86_64
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:user     fbeyer
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:movvol ./tmp.bbregister.35921/template.nii
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:regfile ./tmp.bbregister.35921/bbr.pass1.dat
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:subject 104980
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:dof 6
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:outregfile flair2anat.dat
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:outfile flair2anat_bbreg.nii.gz
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:UseMask 0
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:UseLH 1
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:UseRH 1
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:nsubsamp 1
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:PenaltySign  -1
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:PenaltySlope 0.500000
+240208-13:22:20,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:PenaltyCenter 0.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:surfname white
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:GMProjFrac 0.500000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:WMProjAbs 2.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:lhcostfile (null)
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:rhcostfile (null)
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:interp  trilinear (1)
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:frame  0
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:TolPowell 0.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:nMaxItersPowell 36
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:n1dmin  3
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:Profile   0
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:Gdiag_no  -1
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:AddNoise  0 (0)
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:SynthSeed 1708181397
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:TransRandMax 0.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:RotRandMax 0.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:Translations 0.000000 0.000000 0.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:Rotations   0.000000 0.000000 0.000000
+240208-13:22:20,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:Input reg
+240208-13:22:20,791 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465: 0.99955  -0.00800  -0.02901  -0.72022;
+240208-13:22:20,791 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465: 0.02670  -0.20865   0.97763   1.93701;
+240208-13:22:20,791 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465:-0.01387  -0.97796  -0.20834  -4.44488;
+240208-13:22:20,791 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.787465: 0.00000   0.00000   0.00000   1.00000;
+240208-13:22:20,791 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:20.791278:
+240208-13:22:24,560 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:24.560155:Loading mov
+240208-13:22:24,560 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:24.560155:Projecting LH Surfs
+240208-13:22:24,560 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:24.560155:Loading lh.white surf
+240208-13:22:24,560 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:24.560155:Loading lh.thickness for GM
+240208-13:22:27,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:27.783438:GM Proj: 1 0.500000 2.000000
+240208-13:22:27,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:27.783438:WM Proj: 0 0.500000 2.000000
+240208-13:22:27,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:27.783438:Projecting RH Surfs
+240208-13:22:27,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:27.783438:Loading rh.white surf
+240208-13:22:27,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:27.783438:Loading rh.thickness for GM
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Projecting RH Surfs
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Using lh.cortex.label
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Using rh.cortex.label
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Computing relative cost
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 0  -25.0 -25.0 -25.0   1.008298
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 1  -25.0 -25.0  25.0   0.980928
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 2  -25.0  25.0 -25.0   0.984953
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 3  -25.0  25.0  25.0   0.967115
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 4   25.0 -25.0 -25.0   0.993493
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 5   25.0 -25.0  25.0   1.005049
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 6   25.0  25.0 -25.0   1.007677
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332: 7   25.0  25.0  25.0   0.983010
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:REL:  8  0.418643    7.930523  0.991315 rel = 0.422311 
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Initial costs ----------------
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Number of surface hits 285424
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:WM  Intensity     0.4955 +/-   0.0528
+240208-13:22:29,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Ctx Intensity     0.5507 +/-   0.0689
+240208-13:22:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Pct Contrast     10.2610 +/-  13.9320
+240208-13:22:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Cost   0.4186
+240208-13:22:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:RelCost   0.4223
+240208-13:22:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:
+240208-13:22:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:------------------------------------
+240208-13:22:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.204332:Brute force preopt -0.1 0.1 0.1, n = 729
+240208-13:22:29,208 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.208085:     0  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000      0.4204   0.4204  0.0
+240208-13:22:29,210 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.210117:     1  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.0000      0.4196   0.4196  0.0
+240208-13:22:29,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.213179:     3  -0.1000  -0.1000  -0.1000  -0.1000   0.0000  -0.1000      0.4195   0.4195  0.0
+240208-13:22:29,214 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.214701:     4  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.0000      0.4191   0.4191  0.0
+240208-13:22:29,216 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.216243:     5  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.1000      0.4186   0.4186  0.0
+240208-13:22:29,226 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.226362:    12  -0.1000  -0.1000  -0.1000   0.0000   0.0000  -0.1000      0.4186   0.4186  0.0
+240208-13:22:29,227 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.227925:    13  -0.1000  -0.1000  -0.1000   0.0000   0.0000   0.0000      0.4178   0.4178  0.0
+240208-13:22:29,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.229483:    14  -0.1000  -0.1000  -0.1000   0.0000   0.0000   0.1000      0.4171   0.4171  0.0
+240208-13:22:29,233 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.233831:    17  -0.1000  -0.1000  -0.1000   0.0000   0.1000   0.1000      0.4168   0.4168  0.0
+240208-13:22:29,246 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.246672:    26  -0.1000  -0.1000  -0.1000   0.1000   0.1000   0.1000      0.4156   0.4156  0.0
+240208-13:22:29,252 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.252468:    30  -0.1000  -0.1000   0.0000  -0.1000   0.0000  -0.1000      0.4153   0.4153  0.0
+240208-13:22:29,254 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.253996:    31  -0.1000  -0.1000   0.0000  -0.1000   0.0000   0.0000      0.4153   0.4153  0.0
+240208-13:22:29,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.255509:    32  -0.1000  -0.1000   0.0000  -0.1000   0.0000   0.1000      0.4151   0.4151  0.0
+240208-13:22:29,265 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.265467:    39  -0.1000  -0.1000   0.0000   0.0000   0.0000  -0.1000      0.4149   0.4149  0.0
+240208-13:22:29,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.266979:    40  -0.1000  -0.1000   0.0000   0.0000   0.0000   0.0000      0.4146   0.4146  0.0
+240208-13:22:29,268 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.268501:    41  -0.1000  -0.1000   0.0000   0.0000   0.0000   0.1000      0.4145   0.4145  0.0
+240208-13:22:29,272 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.272839:    44  -0.1000  -0.1000   0.0000   0.0000   0.1000   0.1000      0.4140   0.4140  0.0
+240208-13:22:29,308 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.308171:    69  -0.1000  -0.1000   0.1000   0.0000   0.1000  -0.1000      0.4137   0.4137  0.0
+240208-13:22:29,309 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.309701:    70  -0.1000  -0.1000   0.1000   0.0000   0.1000   0.0000      0.4134   0.4134  0.0
+240208-13:22:29,387 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.387274:   125  -0.1000   0.0000   0.0000   0.0000   0.1000   0.1000      0.4133   0.4133  0.0
+240208-13:22:29,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.398652:   133  -0.1000   0.0000   0.0000   0.1000   0.1000   0.0000      0.4129   0.4129  0.0
+240208-13:22:29,422 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.422755:   150  -0.1000   0.0000   0.1000   0.0000   0.1000  -0.1000      0.4129   0.4129  0.0
+240208-13:22:29,424 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.424339:   151  -0.1000   0.0000   0.1000   0.0000   0.1000   0.0000      0.4126   0.4126  0.0
+240208-13:22:29,441 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.441426:   160  -0.1000   0.0000   0.1000   0.1000   0.1000   0.0000      0.4126   0.4126  0.0
+240208-13:22:29,555 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.555695:   241  -0.1000   0.1000   0.1000   0.1000   0.1000   0.0000      0.4125   0.4125  0.0
+240208-13:22:29,557 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.557223:   242  -0.1000   0.1000   0.1000   0.1000   0.1000   0.1000      0.4124   0.4124  0.0
+240208-13:22:29,615 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.615067:   283   0.0000  -0.1000   0.0000   0.0000   0.0000   0.0000      0.4114   0.4114  0.0
+240208-13:22:29,729 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:29.729150:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4105   0.4105  0.0
+240208-13:22:31,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Brute Force --------------------------
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Min cost was 0.410549
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Number of iterations   729
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Search time 1.041000 sec
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Parameters at best (transmm, rotdeg)
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:--------------------------------------------
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Starting Powell Minimization
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:Init Powel Params dof = 6
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:0 0
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:1 0
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:2 0
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:3 0
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:4 0
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:5 0
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:fs_powell::minimize
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:  nparams 6
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:  maxfev 36
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:  ftol   0.000000
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:  linmin_xtol_   0.001000
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:  powell nthiter 0: fret = 0.418643
+240208-13:22:31,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.098865:   7 -0.252  0.000  0.000  0.000  0.000  0.000   0.4115169270
+240208-13:22:31,313 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.313185:   9 -0.267  0.000  0.000  0.000  0.000  0.000   0.4115004555
+240208-13:22:31,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:31.532821:  11 -0.264  0.000  0.000  0.000  0.000  0.000   0.4114996837
+240208-13:22:32,491 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:32.491757:  20 -0.264  0.096  0.000  0.000  0.000  0.000   0.4111997500
+240208-13:22:33,558 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:33.558873:  30 -0.264  0.095  0.081  0.000  0.000  0.000   0.4106286655
+240208-13:22:33,667 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:33.667829:  31 -0.264  0.095  0.076  0.000  0.000  0.000   0.4106241812
+240208-13:22:33,778 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:33.777993:  32 -0.264  0.095  0.074  0.000  0.000  0.000   0.4106239746
+240208-13:22:33,996 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:33.996292:  34 -0.264  0.095  0.075  0.000  0.000  0.000   0.4106239491
+240208-13:22:34,743 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:34.743348:  41 -0.264  0.095  0.075 -0.016  0.000  0.000   0.4105804055
+240208-13:22:34,853 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:34.853875:  42 -0.264  0.095  0.075 -0.038  0.000  0.000   0.4105651018
+240208-13:22:34,964 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:34.963946:  43 -0.264  0.095  0.075 -0.033  0.000  0.000   0.4105639538
+240208-13:22:35,934 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:35.934419:  52 -0.264  0.095  0.075 -0.033 -0.106  0.000   0.4092450768
+240208-13:22:36,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:36.041957:  53 -0.264  0.095  0.075 -0.033 -0.114  0.000   0.4092409238
+240208-13:22:36,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:36.150629:  54 -0.264  0.095  0.075 -0.033 -0.112  0.000   0.4092404103
+240208-13:22:36,259 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:36.259511:  55 -0.264  0.095  0.075 -0.033 -0.111  0.000   0.4092403323
+240208-13:22:37,110 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:37.110687:  63 -0.264  0.095  0.075 -0.033 -0.111 -0.061   0.4092099025
+240208-13:22:37,220 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:37.220439:  64 -0.264  0.095  0.075 -0.033 -0.111 -0.035   0.4091740951
+240208-13:22:37,545 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:37.545161:  67 -0.264  0.095  0.075 -0.033 -0.111 -0.034   0.4091740092
+240208-13:22:38,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:38.508980:  powell nthiter 1: fret = 0.409174
+240208-13:22:38,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:38.508980:  76 -0.272  0.095  0.075 -0.033 -0.111 -0.034   0.4091675915
+240208-13:22:39,579 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:39.579664:  86 -0.272  0.092  0.075 -0.033 -0.111 -0.034   0.4091674128
+240208-13:22:40,538 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:40.538742:  95 -0.272  0.092  0.096 -0.033 -0.111 -0.034   0.4091410295
+240208-13:22:40,647 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:40.647276:  96 -0.272  0.092  0.092 -0.033 -0.111 -0.034   0.4091397620
+240208-13:22:41,719 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:41.719839: 106 -0.272  0.092  0.092 -0.053 -0.111 -0.034   0.4091277423
+240208-13:22:41,937 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:41.937734: 108 -0.272  0.092  0.092 -0.048 -0.111 -0.034   0.4091264469
+240208-13:22:43,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:43.004344: 118 -0.272  0.092  0.092 -0.048 -0.112 -0.034   0.4091262137
+240208-13:22:43,115 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:43.115070: 119 -0.272  0.092  0.092 -0.048 -0.113 -0.034   0.4091261259
+240208-13:22:44,80 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:44.080067: 128 -0.272  0.092  0.092 -0.048 -0.113 -0.041   0.4091245007
+240208-13:22:44,190 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:44.190132: 129 -0.272  0.092  0.092 -0.048 -0.113 -0.040   0.4091244795
+240208-13:22:44,299 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:44.298941: 130 -0.272  0.092  0.092 -0.048 -0.113 -0.039   0.4091244461
+240208-13:22:45,365 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:45.365911:  powell nthiter 2: fret = 0.409124
+240208-13:22:45,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:45.365911: 140 -0.274  0.092  0.092 -0.048 -0.113 -0.039   0.4091241091
+240208-13:22:46,432 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:46.431956: 150 -0.274  0.094  0.092 -0.048 -0.113 -0.039   0.4091240315
+240208-13:22:47,394 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:47.394317: 159 -0.274  0.094  0.096 -0.048 -0.113 -0.039   0.4091227206
+240208-13:22:48,574 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:48.574164: 170 -0.274  0.094  0.096 -0.050 -0.113 -0.039   0.4091226387
+240208-13:22:48,684 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:48.684053: 171 -0.274  0.094  0.096 -0.051 -0.113 -0.039   0.4091225763
+240208-13:22:50,712 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:50.711957: 190 -0.274  0.094  0.096 -0.051 -0.113 -0.040   0.4091225208
+240208-13:22:50,820 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:50.820861: 191 -0.274  0.094  0.096 -0.051 -0.113 -0.041   0.4091224744
+240208-13:22:52,738 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:52.738800:  powell nthiter 3: fret = 0.409122
+240208-13:22:52,739 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:52.738800: 209 -0.275  0.095  0.096 -0.051 -0.113 -0.041   0.4091224594
+240208-13:22:53,696 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:53.696743: 218 -0.275  0.095  0.097 -0.051 -0.113 -0.041   0.4091223898
+240208-13:22:56,582 nipype.interface INFO:
+	 stdout 2024-02-08T13:22:56.582707: 245 -0.275  0.095  0.097 -0.051 -0.113 -0.042   0.4091223852
+240208-13:23:02,557 nipype.interface INFO:
+	 stdout 2024-02-08T13:23:02.557211:  powell nthiter 4: fret = 0.409122
+240208-13:23:02,557 nipype.interface INFO:
+	 stdout 2024-02-08T13:23:02.557211: 301 -0.275  0.095  0.097 -0.051 -0.113 -0.040   0.4091223495
+240208-13:23:03,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:23:03.737706:  powell nthiter 5: fret = 0.409122
+240208-13:23:03,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:23:03.737706: 312 -0.274  0.095  0.097 -0.051 -0.113 -0.040   0.4091223368
diff --git a/bullseye_workflow/log/spatialwmh_209614_0.err b/bullseye_workflow/log/spatialwmh_209614_0.err
new file mode 100644
index 0000000000000000000000000000000000000000..0d76522c4f31eef6313327c5515c294db433e252
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_0.err
@@ -0,0 +1 @@
+slurmstepd-comps08h02: error: *** JOB 209615 ON comps08h02 CANCELLED AT 2024-02-08T13:26:20 ***
diff --git a/bullseye_workflow/log/spatialwmh_209614_0.out b/bullseye_workflow/log/spatialwmh_209614_0.out
new file mode 100644
index 0000000000000000000000000000000000000000..9ce34ced238f449f9441b5f20a19bb6129c72316
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_0.out
@@ -0,0 +1,2 @@
+104985
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
diff --git a/bullseye_workflow/log/spatialwmh_209614_1.err b/bullseye_workflow/log/spatialwmh_209614_1.err
new file mode 100644
index 0000000000000000000000000000000000000000..1cfeeeb74df11da5454d395031d4a7bb5630d2d7
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_1.err
@@ -0,0 +1 @@
+slurmstepd-comps08h02: error: *** JOB 209616 ON comps08h02 CANCELLED AT 2024-02-08T13:26:20 ***
diff --git a/bullseye_workflow/log/spatialwmh_209614_1.out b/bullseye_workflow/log/spatialwmh_209614_1.out
new file mode 100644
index 0000000000000000000000000000000000000000..830d2c4f4085dfbe88e826f1f097a84bb0ee4ed3
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_1.out
@@ -0,0 +1,2 @@
+104983
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
diff --git a/bullseye_workflow/log/spatialwmh_209614_2.err b/bullseye_workflow/log/spatialwmh_209614_2.err
new file mode 100644
index 0000000000000000000000000000000000000000..a2fabc148cb8ceaa4c8a55f982fad6be866f58b7
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_2.err
@@ -0,0 +1 @@
+slurmstepd-comps08h02: error: *** JOB 209617 ON comps08h02 CANCELLED AT 2024-02-08T13:26:20 ***
diff --git a/bullseye_workflow/log/spatialwmh_209614_2.out b/bullseye_workflow/log/spatialwmh_209614_2.out
new file mode 100644
index 0000000000000000000000000000000000000000..9bbf29b556ad42cf62848757818fd52d7362a611
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_2.out
@@ -0,0 +1,2 @@
+104981
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
diff --git a/bullseye_workflow/log/spatialwmh_209614_3.err b/bullseye_workflow/log/spatialwmh_209614_3.err
new file mode 100644
index 0000000000000000000000000000000000000000..7e8b7c04fb27bf4423ecdfe0fadf5af97532dcc3
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_3.err
@@ -0,0 +1 @@
+slurmstepd-comps08h02: error: *** JOB 209614 ON comps08h02 CANCELLED AT 2024-02-08T13:26:20 ***
diff --git a/bullseye_workflow/log/spatialwmh_209614_3.out b/bullseye_workflow/log/spatialwmh_209614_3.out
new file mode 100644
index 0000000000000000000000000000000000000000..1133681fdbb4f80dd9e5c5524b06370aaaf548cd
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209614_3.out
@@ -0,0 +1,2 @@
+104980
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
diff --git a/bullseye_workflow/log/spatialwmh_209618_0.err b/bullseye_workflow/log/spatialwmh_209618_0.err
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/spatialwmh_209618_0.out b/bullseye_workflow/log/spatialwmh_209618_0.out
new file mode 100644
index 0000000000000000000000000000000000000000..4278b49924628c44368a6e873951a76dca364f33
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209618_0.out
@@ -0,0 +1,1710 @@
+104985
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:26:27,933 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:26:27,986 nipype.workflow INFO:
+	 Running serially.
+240208-13:26:27,986 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:26:27,993 nipype.workflow INFO:
+	 [Node] Executing "fileselect" <nipype.interfaces.io.SelectFiles>
+240208-13:26:28,228 nipype.workflow INFO:
+	 [Node] Finished "fileselect", elapsed time 0.23073s.
+240208-13:26:28,239 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:26:28,246 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:26:28,295 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.295396:tmp ./tmp.bbregister.329242
+240208-13:26:28,295 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.295602:Log file is flair2anat.dat.log
+240208-13:26:28,299 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.299390:Thu 08 Feb 2024 01:26:28 PM CET
+240208-13:26:28,301 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.301819:
+240208-13:26:28,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.304148:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:26:28,308 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.308176:cd /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:28,310 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.310463:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104985
+240208-13:26:28,313 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.313742:
+240208-13:26:28,316 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.316023:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:26:28,319 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.319244:Linux comps09h01 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:26:28,321 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.321799:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:26:28,324 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.324525:mri_convert /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329242/template.nii
+240208-13:26:28,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.656445:mri_convert.bin /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329242/template.nii 
+240208-13:26:29,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:26:29,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:reading from /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:26:29,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:TR=0.00, TE=0.00, TI=0.00, flip angle=0.00
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:i_ras = (-0.997595, 0.0395929, 0.0568824)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:j_ras = (0.0500137, 0.97945, 0.195389)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:k_ras = (0.0479774, -0.197764, 0.979075)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201802:writing to ./tmp.bbregister.329242/template.nii...
+240208-13:26:29,208 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.208016:mri_coreg --s 104985 --mov ./tmp.bbregister.329242/template.nii --regdat ./tmp.bbregister.329242/reg.init.dat --reg ./tmp.bbregister.329242/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01
+240208-13:26:30,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.266633:reading colortable from MGH file...
+240208-13:26:30,268 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.268235:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:$Id: mri_coreg.c,v 1.27 2016/04/30 15:11:49 greve Exp $
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:cwd /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:cmdline mri_coreg --s 104985 --mov ./tmp.bbregister.329242/template.nii --regdat ./tmp.bbregister.329242/reg.init.dat --reg ./tmp.bbregister.329242/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01 
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:sysname  Linux
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:hostname comps09h01
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:machine  x86_64
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:user     fbeyer
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:dof    6
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:nsep    1
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:cras0    1
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:ftol    0.000100
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:linmintol    0.010000
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:bf       1
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:bflim    30.000000
+240208-13:26:39,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:bfnsamp    30
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:SmoothRef 0
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:SatPct    99.990000
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:MovOOB 0
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:optschema 1
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:Reading in mov ./tmp.bbregister.329242/template.nii
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:Reading in ref /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104985/mri/brainmask.mgz
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:Reading in and applying refmask /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104985/mri/aparc+aseg.mgz
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:Setting cras translation parameters to align centers
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:Creating random numbers for coordinate dithering
+240208-13:26:39,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.592331:Performing intensity dithering
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:Initial parameters -0.5942 -7.1530 -5.6160  0.0000  0.0000  0.0000  1.0000  1.0000  1.0000  0.0000  0.0000  0.0000 
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:Separation list (1):  4   min = 4
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:DoSmoothing 1
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:DoCoordDither 1
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:DoIntensityDither 1
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:nitersmax 4
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:ftol 1.000e-04
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:linmintol 1.000e-02
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:SatPct 99.990000
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:Hist FWHM 7.000000 7.000000
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:nthreads 1
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:movsat = 1.0000
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:mov gstd 1.8914 1.8914 1.8914
+240208-13:26:49,98 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.097998:Smoothing mov
+240208-13:27:12,105 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.105290:refsat = 114.0000
+240208-13:27:12,105 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.105290:ref gstd 1.8914 1.8914 1.8914
+240208-13:27:12,105 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.105290:Smoothing ref
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205:COREGpreproc() done
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205:Testing if mov and target overlap
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205:Init cost   -1.0319751752
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205:nhits = 92619 out of 16777216, Percent Overlap:  35.3
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205:Initial  RefRAS-to-MovRAS
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205: 1.00000   0.00000   0.00000  -0.59423;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205: 0.00000   1.00000   0.00000  -7.15296;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205: 0.00000   0.00000   1.00000  -5.61602;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172205: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172575:Initial  RefVox-to-MovVox
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172575: 0.99760  -0.05688   0.03959  -45.48903;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172575:-0.05001  -0.19539   0.97945   12.90896;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172575:-0.04798  -0.97908  -0.19776   243.66409;
+240208-13:27:12,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.172575: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:33,601 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.601544:sep = 4 -----------------------------------
+240208-13:27:33,601 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.601544:COREGoptBruteForce() 30 1 30
+240208-13:27:33,601 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.601544:Turning on MovOOB for BruteForce Search
+240208-13:27:33,601 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.601544:#BF# sep= 4 iter=0 lim=30.0 delta=2.00  -0.59423  -1.15296   0.38398   0.00000   0.00000   0.00000   -1.0345104
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:Turning  MovOOB back off after brute force search
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:---------------------------------
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:Init Powel Params dof = 6
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:Starting OpenPowel2(), sep = 4
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:InitialCost        -1.0421615839 
+240208-13:27:33,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.668529:#@#  4  188  -0.59423 -1.15296 0.38398 0.00000 0.00000 0.00000   -1.0421616
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:fs_powell::minimize
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:  nparams 6
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:  maxfev 4
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:  ftol   0.000100
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:  linmin_xtol_   0.010000
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:  powell nthiter 0: fret = -1.042162
+240208-13:27:33,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.802468:#@#  4  190  0.40577 -1.15296 0.38398 0.00000 0.00000 0.00000   -1.0423106
+240208-13:27:34,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.068639:#@#  4  194  0.02380 -1.15296 0.38398 0.00000 0.00000 0.00000   -1.0425173
+240208-13:27:34,203 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.203745:#@#  4  196  -0.00642 -1.15296 0.38398 0.00000 0.00000 0.00000   -1.0425196
+240208-13:27:34,680 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.680891:#@#  4  203  -0.00642 -1.77100 0.38398 0.00000 0.00000 0.00000   -1.0426964
+240208-13:27:34,817 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.817061:#@#  4  205  -0.00642 -1.73451 0.38398 0.00000 0.00000 0.00000   -1.0426967
+240208-13:27:34,884 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.884688:#@#  4  206  -0.00642 -1.74451 0.38398 0.00000 0.00000 0.00000   -1.0426972
+240208-13:27:35,426 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.426700:#@#  4  214  -0.00642 -1.74451 0.30352 0.00000 0.00000 0.00000   -1.0426992
+240208-13:27:35,494 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.494379:#@#  4  215  -0.00642 -1.74451 0.32827 0.00000 0.00000 0.00000   -1.0426998
+240208-13:27:35,769 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.769217:#@#  4  219  -0.00642 -1.74451 0.31827 1.00000 0.00000 0.00000   -1.0427481
+240208-13:27:36,48 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.048552:#@#  4  223  -0.00642 -1.74451 0.31827 0.61803 0.00000 0.00000   -1.0428659
+240208-13:27:36,116 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.116941:#@#  4  224  -0.00642 -1.74451 0.31827 0.45912 0.00000 0.00000   -1.0428681
+240208-13:27:36,184 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.184732:#@#  4  225  -0.00642 -1.74451 0.31827 0.52547 0.00000 0.00000   -1.0428703
+240208-13:27:36,385 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.385097:#@#  4  228  -0.00642 -1.74451 0.31827 0.53547 0.00000 0.00000   -1.0428705
+240208-13:27:37,61 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:37.061836:#@#  4  236  -0.00642 -1.74451 0.31827 0.53547 0.02364 0.00000   -1.0428715
+240208-13:27:37,159 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:37.159604:#@#  4  237  -0.00642 -1.74451 0.31827 0.53547 0.04592 0.00000   -1.0428724
+240208-13:27:38,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.230103:#@#  4  248  -0.00642 -1.74451 0.31827 0.53547 0.04592 0.10008   -1.0428777
+240208-13:27:39,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.402098:  powell nthiter 1: fret = -1.042878
+240208-13:27:39,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.402098:#@#  4  260  -0.02945 -1.74451 0.31827 0.53547 0.04592 0.08008   -1.0428789
+240208-13:27:40,280 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.280327:#@#  4  269  -0.02945 -1.80188 0.31827 0.53547 0.04592 0.08008   -1.0428820
+240208-13:27:41,297 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:41.297804:#@#  4  280  -0.02945 -1.80188 0.13084 0.53547 0.04592 0.08008   -1.0429091
+240208-13:27:41,933 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:41.933889:#@#  4  289  -0.02945 -1.80188 0.14084 0.62663 0.04592 0.08008   -1.0429132
+240208-13:27:42,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:42.068518:#@#  4  291  -0.02945 -1.80188 0.14084 0.60663 0.04592 0.08008   -1.0429134
+240208-13:27:42,757 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:42.757521:#@#  4  301  -0.02945 -1.80188 0.14084 0.60663 0.03592 0.08008   -1.0429136
+240208-13:27:43,311 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.311937:#@#  4  309  -0.02945 -1.80188 0.14084 0.60663 0.03592 0.09008   -1.0429139
+240208-13:27:43,385 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.385681:Powell done niters total = 1
+240208-13:27:43,385 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.385681:OptTimeSec  9.8 sec
+240208-13:27:43,385 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.385681:OptTimeMin  0.16 min
+240208-13:27:43,385 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.385681:nEvals 310
+240208-13:27:43,458 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:Final parameters  -0.02945114  -1.80187714   0.14084044   0.60662872   0.03591635   0.09008382 
+240208-13:27:43,458 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:Final cost   -1.042913901888838
+240208-13:27:43,458 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744: 
+240208-13:27:43,458 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:---------------------------------
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg utimesec    73.363094
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg stimesec    0.315892
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_maxrss   479076
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_ixrss    0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_idrss    0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_isrss    0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_minflt   97791
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_majflt   24
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_nswap    0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_inblock  3248
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_oublock  16
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_msgsnd   0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_msgrcv   0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_nsignals 0
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_nvcsw    89
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:mri_coreg ru_nivcsw   7527
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:Final  RefRAS-to-MovRAS
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744: 1.00000   0.00157   0.00063  -0.02945;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:-0.00158   0.99994   0.01059  -1.80188;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744:-0.00061  -0.01059   0.99994   0.14084;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.458744: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.459445:Final  RefVox-to-MovVox
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.459445: 0.99769  -0.05667   0.03742  -45.24144;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.459445:-0.04835  -0.20578   0.97740   20.79267;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.459445:-0.04769  -0.97696  -0.20804   249.42316;
+240208-13:27:43,459 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.459445: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:Final parameters -0.0295 -1.8019  0.1408  0.6066  0.0359  0.0901 
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:nhits = 92629 out of 16777216, Percent Overlap:  35.3
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:mri_coreg RunTimeSec 74.1 sec
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:To check run:
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:   tkregisterfv --mov ./tmp.bbregister.329242/template.nii --targ /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104985/mri/brainmask.mgz --reg ./tmp.bbregister.329242/mri_coreg.lta --s 104985 --surfs 
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:mri_coreg done
+240208-13:27:43,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.460266:
+240208-13:27:43,492 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.492918:mri_segreg --mov ./tmp.bbregister.329242/template.nii --init-reg ./tmp.bbregister.329242/reg.init.dat --out-reg ./tmp.bbregister.329242/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:cd /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:mri_segreg --mov ./tmp.bbregister.329242/template.nii --init-reg ./tmp.bbregister.329242/reg.init.dat --out-reg ./tmp.bbregister.329242/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5 
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:sysname  Linux
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:hostname comps09h01
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:machine  x86_64
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:user     fbeyer
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:movvol ./tmp.bbregister.329242/template.nii
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:regfile ./tmp.bbregister.329242/reg.init.dat
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:subject 104985
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:dof 6
+240208-13:27:43,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:outregfile ./tmp.bbregister.329242/bbr.pass1.dat
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:UseMask 0
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:UseLH 1
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:UseRH 1
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:nsubsamp 100
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:PenaltySign  -1
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:PenaltySlope 0.500000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:PenaltyCenter 0.000000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:surfname white
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:GMProjFrac 0.500000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:WMProjAbs 2.000000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:lhcostfile (null)
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:rhcostfile (null)
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:interp  trilinear (1)
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:frame  0
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:TolPowell 0.000100
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:nMaxItersPowell 36
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:n1dmin  3
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:Profile   0
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:Gdiag_no  -1
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:AddNoise  0 (0)
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:SynthSeed 1707898924
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:TransRandMax 0.000000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:RotRandMax 0.000000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:Translations 0.000000 0.000000 0.000000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:Rotations   0.000000 0.000000 0.000000
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:Input reg
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578: 0.99769  -0.03742  -0.05667   0.00136;
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578: 0.04769  -0.20804   0.97696   3.63852;
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578:-0.04835  -0.97740  -0.20578  -6.37204;
+240208-13:27:43,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.504578: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:43,506 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.506378:
+240208-13:27:46,686 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.686373:Loading mov
+240208-13:27:46,686 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.686373:Projecting LH Surfs
+240208-13:27:46,686 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.686373:Loading lh.white surf
+240208-13:27:46,686 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.686373:Loading lh.thickness for GM
+240208-13:27:49,320 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.320282:GM Proj: 1 0.500000 2.000000
+240208-13:27:49,320 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.320282:WM Proj: 0 0.500000 2.000000
+240208-13:27:49,320 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.320282:Projecting RH Surfs
+240208-13:27:49,320 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.320282:Loading rh.white surf
+240208-13:27:49,320 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.320282:Loading rh.thickness for GM
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Projecting RH Surfs
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Using lh.cortex.label
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Using rh.cortex.label
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Computing relative cost
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 0  -25.0 -25.0 -25.0   0.990164
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 1  -25.0 -25.0  25.0   1.016604
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 2  -25.0  25.0 -25.0   1.008446
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 3  -25.0  25.0  25.0   1.006584
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 4   25.0 -25.0 -25.0   1.026687
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 5   25.0 -25.0  25.0   1.025264
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 6   25.0  25.0 -25.0   1.039107
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307: 7   25.0  25.0  25.0   0.976272
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:REL:  8  0.308277    8.089127  1.011141 rel = 0.30488 
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Initial costs ----------------
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Number of surface hits 2523
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:WM  Intensity     0.5273 +/-   0.0581
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Ctx Intensity     0.5952 +/-   0.0613
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Pct Contrast     12.1205 +/-  12.4067
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Cost   0.3083
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:RelCost   0.3049
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:------------------------------------
+240208-13:27:49,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.723307:Brute force preopt -4 4 4, n = 729
+240208-13:27:49,725 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.725438:     0  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000      0.9928   0.9928  0.0
+240208-13:27:49,726 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.726949:     1  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000   0.0000      0.9637   0.9637  0.0
+240208-13:27:49,732 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.732175:     5  -4.0000  -4.0000  -4.0000  -4.0000   0.0000   4.0000      0.9524   0.9524  0.0
+240208-13:27:49,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.734813:     7  -4.0000  -4.0000  -4.0000  -4.0000   4.0000   0.0000      0.9299   0.9299  0.0
+240208-13:27:49,749 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.749488:    19  -4.0000  -4.0000  -4.0000   4.0000  -4.0000   0.0000      0.9043   0.9043  0.0
+240208-13:27:49,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.873308:   120  -4.0000   0.0000   0.0000   0.0000   0.0000  -4.0000      0.8555   0.8555  0.0
+240208-13:27:50,89 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.089649:   273   0.0000  -4.0000   0.0000  -4.0000   0.0000  -4.0000      0.8235   0.8235  0.0
+240208-13:27:50,91 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.091325:   274   0.0000  -4.0000   0.0000  -4.0000   0.0000   0.0000      0.7512   0.7512  0.0
+240208-13:27:50,104 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.104379:   283   0.0000  -4.0000   0.0000   0.0000   0.0000   0.0000      0.7049   0.7049  0.0
+240208-13:27:50,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.202819:   355   0.0000   0.0000   0.0000  -4.0000   0.0000   0.0000      0.6763   0.6763  0.0
+240208-13:27:50,216 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.216803:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.3083   0.3083  0.0
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Brute Force --------------------------
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Min cost was 0.308277
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Number of iterations   729
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Search time 0.971000 sec
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Parameters at best (transmm, rotdeg)
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:--------------------------------------------
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Starting Powell Minimization
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:Init Powel Params dof = 6
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:0 0
+240208-13:27:50,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:1 0
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:2 0
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:3 0
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:4 0
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:5 0
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:fs_powell::minimize
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:  nparams 6
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:  maxfev 36
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:  ftol   0.000100
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:  linmin_xtol_   0.001000
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:  powell nthiter 0: fret = 0.308277
+240208-13:27:50,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.704606:   9 -0.010  0.000  0.000  0.000  0.000  0.000   0.3082541330
+240208-13:27:50,707 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.707474:  11 -0.011  0.000  0.000  0.000  0.000  0.000   0.3082536524
+240208-13:27:50,717 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.716979:  19 -0.011 -0.618  0.000  0.000  0.000  0.000   0.3071280718
+240208-13:27:50,719 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.719397:  21 -0.011 -0.334  0.000  0.000  0.000  0.000   0.3031788704
+240208-13:27:50,720 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.720594:  22 -0.011 -0.328  0.000  0.000  0.000  0.000   0.3031579963
+240208-13:27:50,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.721779:  23 -0.011 -0.278  0.000  0.000  0.000  0.000   0.3031040233
+240208-13:27:50,724 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.724017:  25 -0.011 -0.292  0.000  0.000  0.000  0.000   0.3030972081
+240208-13:27:50,725 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.725190:  26 -0.011 -0.290  0.000  0.000  0.000  0.000   0.3030968491
+240208-13:27:50,726 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.726354:  27 -0.011 -0.289  0.000  0.000  0.000  0.000   0.3030966498
+240208-13:27:50,728 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.728595:  29 -0.011 -0.288  0.000  0.000  0.000  0.000   0.3030966297
+240208-13:27:50,738 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.738179:  37 -0.011 -0.288  0.140  0.000  0.000  0.000   0.3007486799
+240208-13:27:50,739 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.739369:  38 -0.011 -0.288  0.148  0.000  0.000  0.000   0.3006577115
+240208-13:27:50,741 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.741601:  40 -0.011 -0.288  0.176  0.000  0.000  0.000   0.3004065494
+240208-13:27:50,742 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.742824:  41 -0.011 -0.288  0.199  0.000  0.000  0.000   0.3003844893
+240208-13:27:50,743 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.743964:  42 -0.011 -0.288  0.190  0.000  0.000  0.000   0.3003415922
+240208-13:27:50,754 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.754326:  51 -0.011 -0.288  0.190  0.011  0.000  0.000   0.3000708179
+240208-13:27:50,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.755515:  52 -0.011 -0.288  0.190  0.109  0.000  0.000   0.2993459678
+240208-13:27:50,757 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.757757:  54 -0.011 -0.288  0.190  0.084  0.000  0.000   0.2992739790
+240208-13:27:50,758 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.758924:  55 -0.011 -0.288  0.190  0.086  0.000  0.000   0.2992733301
+240208-13:27:50,767 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.767905:  63 -0.011 -0.288  0.190  0.085  0.048  0.000   0.2992147637
+240208-13:27:50,769 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.769062:  64 -0.011 -0.288  0.190  0.085  0.030  0.000   0.2991998946
+240208-13:27:50,771 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.771312:  66 -0.011 -0.288  0.190  0.085  0.028  0.000   0.2991967763
+240208-13:27:50,772 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.772529:  67 -0.011 -0.288  0.190  0.085  0.018  0.000   0.2991853202
+240208-13:27:50,773 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.773703:  68 -0.011 -0.288  0.190  0.085  0.019  0.000   0.2991833060
+240208-13:27:50,774 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.774867:  69 -0.011 -0.288  0.190  0.085  0.021  0.000   0.2991815760
+240208-13:27:50,787 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.787065:  80 -0.011 -0.288  0.190  0.085  0.021  0.024   0.2990565403
+240208-13:27:50,789 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.789342:  82 -0.011 -0.288  0.190  0.085  0.021  0.060   0.2990462382
+240208-13:27:50,790 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.790487:  83 -0.011 -0.288  0.190  0.085  0.021  0.044   0.2990277950
+240208-13:27:50,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.792664:  85 -0.011 -0.288  0.190  0.085  0.021  0.037   0.2990257160
+240208-13:27:50,793 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.793832:  86 -0.011 -0.288  0.190  0.085  0.021  0.038   0.2990242738
+240208-13:27:50,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.804823:  powell nthiter 1: fret = 0.299024
+240208-13:27:50,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.804823:  96 -0.061 -0.288  0.190  0.085  0.021  0.038   0.2990230306
+240208-13:27:50,807 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.807075:  98 -0.036 -0.288  0.190  0.085  0.021  0.038   0.2988461136
+240208-13:27:50,809 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.809262: 100 -0.039 -0.288  0.190  0.085  0.021  0.038   0.2988431696
+240208-13:27:50,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.811474: 102 -0.038 -0.288  0.190  0.085  0.021  0.038   0.2988431356
+240208-13:27:50,822 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.822139: 111 -0.038 -0.247  0.190  0.085  0.021  0.038   0.2987870321
+240208-13:27:50,824 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.824393: 113 -0.038 -0.261  0.190  0.085  0.021  0.038   0.2987707890
+240208-13:27:50,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.825575: 114 -0.038 -0.260  0.190  0.085  0.021  0.038   0.2987706629
+240208-13:27:50,836 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.836105: 123 -0.038 -0.260  0.166  0.085  0.021  0.038   0.2984677737
+240208-13:27:50,837 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.837305: 124 -0.038 -0.260  0.156  0.085  0.021  0.038   0.2984345792
+240208-13:27:50,849 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.849770: 135 -0.038 -0.260  0.156  0.102  0.021  0.038   0.2983911917
+240208-13:27:50,859 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.859907: 144 -0.038 -0.260  0.156  0.102  0.052  0.038   0.2981571207
+240208-13:27:50,861 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.861132: 145 -0.038 -0.260  0.156  0.102  0.064  0.038   0.2981464629
+240208-13:27:50,862 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.862325: 146 -0.038 -0.260  0.156  0.102  0.061  0.038   0.2981449044
+240208-13:27:50,863 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.863496: 147 -0.038 -0.260  0.156  0.102  0.060  0.038   0.2981445976
+240208-13:27:50,874 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.874776: 157 -0.038 -0.260  0.156  0.102  0.060  0.025   0.2981319891
+240208-13:27:50,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.887868:  powell nthiter 2: fret = 0.298132
+240208-13:27:50,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.887868: 169 -0.057 -0.260  0.156  0.102  0.060  0.025   0.2981014353
+240208-13:27:50,889 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.889162: 170 -0.051 -0.260  0.156  0.102  0.060  0.025   0.2980841075
+240208-13:27:50,902 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.902014: 181 -0.051 -0.263  0.156  0.102  0.060  0.025   0.2980826929
+240208-13:27:50,906 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.906455: 185 -0.051 -0.264  0.156  0.102  0.060  0.025   0.2980825705
+240208-13:27:50,916 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.916038: 193 -0.051 -0.264  0.148  0.102  0.060  0.025   0.2980425602
+240208-13:27:50,917 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.917268: 194 -0.051 -0.264  0.141  0.102  0.060  0.025   0.2980380861
+240208-13:27:50,918 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.918476: 195 -0.051 -0.264  0.144  0.102  0.060  0.025   0.2980361712
+240208-13:27:50,931 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.931076: 206 -0.051 -0.264  0.144  0.098  0.060  0.025   0.2980323833
+240208-13:27:50,932 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.932332: 207 -0.051 -0.264  0.144  0.097  0.060  0.025   0.2980321515
+240208-13:27:50,941 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.941505: 215 -0.051 -0.264  0.144  0.097  0.066  0.025   0.2980260024
+240208-13:27:50,952 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.952881: 225 -0.051 -0.264  0.144  0.097  0.066  0.015   0.2980204877
+240208-13:27:50,954 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.954142: 226 -0.051 -0.264  0.144  0.097  0.066  0.017   0.2980200334
+240208-13:27:50,955 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.955356: 227 -0.051 -0.264  0.144  0.097  0.066  0.016   0.2980197777
+240208-13:27:50,968 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.968474:  powell nthiter 3: fret = 0.298020
+240208-13:27:50,968 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.968474: 239 -0.049 -0.264  0.144  0.097  0.066  0.016   0.2980182680
+240208-13:27:50,969 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.969792: 240 -0.048 -0.264  0.144  0.097  0.066  0.016   0.2980182041
+240208-13:27:50,981 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.981899: 250 -0.048 -0.265  0.144  0.097  0.066  0.016   0.2980181405
+240208-13:27:50,996 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:50.996110: 262 -0.048 -0.265  0.143  0.097  0.066  0.016   0.2980179234
+240208-13:27:51,7 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.007147: 271 -0.048 -0.265  0.143  0.096  0.066  0.016   0.2980176966
+240208-13:27:51,18 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.018852: 281 -0.048 -0.265  0.143  0.095  0.068  0.016   0.2980159364
+240208-13:27:51,21 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.021243: 283 -0.048 -0.265  0.143  0.095  0.069  0.016   0.2980158465
+240208-13:27:51,33 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.033864: 294 -0.048 -0.265  0.143  0.095  0.069  0.018   0.2980158252
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Powell done niters = 3
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Computing relative cost
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 0  -25.0 -25.0 -25.0   0.988173
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 1  -25.0 -25.0  25.0   1.014084
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 2  -25.0  25.0 -25.0   1.009416
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 3  -25.0  25.0  25.0   1.004869
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 4   25.0 -25.0 -25.0   1.027227
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 5   25.0 -25.0  25.0   1.018792
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 6   25.0  25.0 -25.0   1.036045
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 7   25.0  25.0  25.0   0.979500
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:REL:  8  0.298016    8.078107  1.009763 rel = 0.295134 
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Number of iterations     3
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Min cost was 0.298016
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Number of FunctionCalls   296
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:TolPowell 0.000100
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:nMaxItersPowell 36
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:OptimizationTime 0.343000 sec
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Parameters at optimum (transmm) -0.04789 -0.26480  0.14269
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Parameters at optimum (rotdeg)  0.09459  0.06914  0.01828 
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Final costs ----------------
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Number of surface hits 2523
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:WM  Intensity     0.5271 +/-   0.0581
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Ctx Intensity     0.5955 +/-   0.0615
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Pct Contrast     12.1862 +/-  12.4121
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Cost   0.2980
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:RelCost   0.3049
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:Reg at min cost was 
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 0.99762  -0.03853  -0.05723  -0.05537;
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 0.04809  -0.20644   0.97728   3.38424;
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211:-0.04947  -0.97770  -0.20410  -6.22333;
+240208-13:27:51,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052211: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:51,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.052989:
+240208-13:27:51,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.053063:Writing optimal reg to ./tmp.bbregister.329242/bbr.pass1.dat, type = 14 
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054620:Original Reg 
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054719: 0.99769  -0.03742  -0.05667   0.00136;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054719: 0.04769  -0.20804   0.97696   3.63852;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054719:-0.04835  -0.97740  -0.20578  -6.37204;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054719: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054851:
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054851:Original Reg - Optimal Reg
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054851: 0.00007   0.00111   0.00056   0.05673;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054851:-0.00040  -0.00160  -0.00032   0.25428;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054851: 0.00113   0.00030  -0.00168  -0.14871;
+240208-13:27:51,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.054851: 0.00000   0.00000   0.00000   0.00000;
+240208-13:27:51,55 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.055002:
+240208-13:27:51,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.137721:Computing change in lh position
+240208-13:27:51,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.137721:LH rmsDiffMean 0.348787
+240208-13:27:51,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.137721:Computing change in rh position
+240208-13:27:51,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.137721:Surface-RMS-Diff-mm 0.325253 0.055650 0.436609
+240208-13:27:51,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.137721:mri_segreg done
+240208-13:27:51,172 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.172183:mri_segreg --mov ./tmp.bbregister.329242/template.nii --init-reg ./tmp.bbregister.329242/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329242/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:cd /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:mri_segreg --mov ./tmp.bbregister.329242/template.nii --init-reg ./tmp.bbregister.329242/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329242/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5 
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:sysname  Linux
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:hostname comps09h01
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:machine  x86_64
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:user     fbeyer
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:movvol ./tmp.bbregister.329242/template.nii
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:regfile ./tmp.bbregister.329242/bbr.pass1.dat
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:subject 104985
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:dof 6
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:outregfile flair2anat.dat
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:outfile flair2anat_bbreg.nii.gz
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:UseMask 0
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:UseLH 1
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:UseRH 1
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:nsubsamp 1
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:PenaltySign  -1
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:PenaltySlope 0.500000
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:PenaltyCenter 0.000000
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:surfname white
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:GMProjFrac 0.500000
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:WMProjAbs 2.000000
+240208-13:27:51,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:lhcostfile (null)
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:rhcostfile (null)
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:interp  trilinear (1)
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:frame  0
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:TolPowell 0.000000
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:nMaxItersPowell 36
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:n1dmin  3
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:Profile   0
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:Gdiag_no  -1
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:AddNoise  0 (0)
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:SynthSeed 1707576913
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:TransRandMax 0.000000
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:RotRandMax 0.000000
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:Translations 0.000000 0.000000 0.000000
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:Rotations   0.000000 0.000000 0.000000
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:Input reg
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397: 0.99762  -0.03853  -0.05723  -0.05537;
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397: 0.04809  -0.20644   0.97728   3.38424;
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397:-0.04947  -0.97770  -0.20410  -6.22333;
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.182397: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:51,183 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.183830:
+240208-13:27:54,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.117459:Loading mov
+240208-13:27:54,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.117459:Projecting LH Surfs
+240208-13:27:54,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.117459:Loading lh.white surf
+240208-13:27:54,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.117459:Loading lh.thickness for GM
+240208-13:27:56,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.570446:GM Proj: 1 0.500000 2.000000
+240208-13:27:56,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.570446:WM Proj: 0 0.500000 2.000000
+240208-13:27:56,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.570446:Projecting RH Surfs
+240208-13:27:56,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.570446:Loading rh.white surf
+240208-13:27:56,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.570446:Loading rh.thickness for GM
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Projecting RH Surfs
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Using lh.cortex.label
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Using rh.cortex.label
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Computing relative cost
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 0  -25.0 -25.0 -25.0   0.993913
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 1  -25.0 -25.0  25.0   1.027365
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 2  -25.0  25.0 -25.0   1.005682
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 3  -25.0  25.0  25.0   0.997947
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 4   25.0 -25.0 -25.0   1.014016
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 5   25.0 -25.0  25.0   1.015293
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 6   25.0  25.0 -25.0   0.997799
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250: 7   25.0  25.0  25.0   1.015226
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:REL:  8  0.323553    8.067239  1.008405 rel = 0.320857 
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Initial costs ----------------
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Number of surface hits 251607
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:WM  Intensity     0.5260 +/-   0.0593
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Ctx Intensity     0.5927 +/-   0.0622
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Pct Contrast     11.9376 +/-  12.9766
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Cost   0.3236
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:RelCost   0.3209
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:------------------------------------
+240208-13:27:57,677 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.677250:Brute force preopt -0.1 0.1 0.1, n = 729
+240208-13:27:57,680 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.680185:     0  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000      0.3061   0.3061  0.0
+240208-13:27:57,681 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.681873:     1  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.0000      0.3057   0.3057  0.0
+240208-13:27:57,684 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.684346:     3  -0.1000  -0.1000  -0.1000  -0.1000   0.0000  -0.1000      0.3053   0.3053  0.0
+240208-13:27:57,687 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.687759:     6  -0.1000  -0.1000  -0.1000  -0.1000   0.1000  -0.1000      0.3052   0.3052  0.0
+240208-13:27:57,691 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.691159:     9  -0.1000  -0.1000  -0.1000   0.0000  -0.1000  -0.1000      0.3034   0.3034  0.0
+240208-13:27:57,692 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.692369:    10  -0.1000  -0.1000  -0.1000   0.0000  -0.1000   0.0000      0.3032   0.3032  0.0
+240208-13:27:57,694 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.694646:    12  -0.1000  -0.1000  -0.1000   0.0000   0.0000  -0.1000      0.3026   0.3026  0.0
+240208-13:27:57,701 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.701236:    18  -0.1000  -0.1000  -0.1000   0.1000  -0.1000  -0.1000      0.3018   0.3018  0.0
+240208-13:27:57,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.704655:    21  -0.1000  -0.1000  -0.1000   0.1000   0.0000  -0.1000      0.3007   0.3007  0.0
+240208-13:27:57,724 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.724404:    39  -0.1000  -0.1000   0.0000   0.0000   0.0000  -0.1000      0.3005   0.3005  0.0
+240208-13:27:57,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.734304:    48  -0.1000  -0.1000   0.0000   0.1000   0.0000  -0.1000      0.3004   0.3004  0.0
+240208-13:27:57,958 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.958607:   255   0.0000  -0.1000  -0.1000   0.0000   0.0000  -0.1000      0.2999   0.2999  0.0
+240208-13:27:57,968 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.968382:   264   0.0000  -0.1000  -0.1000   0.1000   0.0000  -0.1000      0.2992   0.2992  0.0
+240208-13:27:57,969 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.969682:   265   0.0000  -0.1000  -0.1000   0.1000   0.0000   0.0000      0.2990   0.2990  0.0
+240208-13:27:57,989 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.989012:   283   0.0000  -0.1000   0.0000   0.0000   0.0000   0.0000      0.2989   0.2989  0.0
+240208-13:27:58,75 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.075909:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.2980   0.2980  0.0
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Brute Force --------------------------
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Min cost was 0.298016
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Number of iterations   729
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Search time 0.799000 sec
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Parameters at best (transmm, rotdeg)
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:--------------------------------------------
+240208-13:27:59,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Starting Powell Minimization
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:Init Powel Params dof = 6
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:0 0
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:1 0
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:2 0
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:3 0
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:4 0
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:5 0
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:fs_powell::minimize
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:  nparams 6
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:  maxfev 36
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:  ftol   0.000000
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:  linmin_xtol_   0.001000
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:  powell nthiter 0: fret = 0.323553
+240208-13:27:59,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.160680:   7  0.115  0.000  0.000  0.000  0.000  0.000   0.3223532415
+240208-13:27:59,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.247709:   8  0.109  0.000  0.000  0.000  0.000  0.000   0.3223470917
+240208-13:28:00,27 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.027639:  17  0.109  0.106  0.000  0.000  0.000  0.000   0.3219019839
+240208-13:28:00,114 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.114071:  18  0.109  0.108  0.000  0.000  0.000  0.000   0.3219015834
+240208-13:28:00,200 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.200160:  19  0.109  0.109  0.000  0.000  0.000  0.000   0.3219015514
+240208-13:28:00,881 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.881595:  27  0.109  0.109 -0.068  0.000  0.000  0.000   0.3214481149
+240208-13:28:01,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.052567:  29  0.109  0.109 -0.069  0.000  0.000  0.000   0.3214479108
+240208-13:28:01,813 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.813854:  38  0.109  0.109 -0.069  0.006  0.000  0.000   0.3214465954
+240208-13:28:02,581 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.580961:  47  0.109  0.109 -0.069  0.006  0.031  0.000   0.3213279720
+240208-13:28:02,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.666829:  48  0.109  0.109 -0.069  0.006  0.036  0.000   0.3213228862
+240208-13:28:02,753 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.753011:  49  0.109  0.109 -0.069  0.006  0.040  0.000   0.3213219763
+240208-13:28:03,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.516084:  58  0.109  0.109 -0.069  0.006  0.040 -0.015   0.3213207910
+240208-13:28:03,602 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.602055:  59  0.109  0.109 -0.069  0.006  0.040 -0.008   0.3213192960
+240208-13:28:04,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.534364:  powell nthiter 1: fret = 0.321319
+240208-13:28:04,534 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.534364:  70  0.107  0.109 -0.069  0.006  0.040 -0.008   0.3213187392
+240208-13:28:04,621 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.620969:  71  0.106  0.109 -0.069  0.006  0.040 -0.008   0.3213187166
+240208-13:28:05,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.299989:  79  0.106  0.099 -0.069  0.006  0.040 -0.008   0.3213157492
+240208-13:28:05,386 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.386046:  80  0.106  0.100 -0.069  0.006  0.040 -0.008   0.3213156081
+240208-13:28:05,472 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.472223:  81  0.106  0.101 -0.069  0.006  0.040 -0.008   0.3213155877
+240208-13:28:06,234 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.234707:  90  0.106  0.101 -0.073  0.006  0.040 -0.008   0.3213144266
+240208-13:28:07,82 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.082736: 100  0.106  0.101 -0.073  0.008  0.040 -0.008   0.3213142624
+240208-13:28:08,611 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.611707: 118  0.106  0.101 -0.073  0.008  0.039 -0.010   0.3213142488
+240208-13:28:09,544 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.544277:  powell nthiter 2: fret = 0.321314
+240208-13:28:09,544 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.544277: 129  0.105  0.101 -0.073  0.008  0.039 -0.010   0.3213142126
+240208-13:28:10,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.393164: 139  0.105  0.100 -0.073  0.008  0.039 -0.010   0.3213141660
+240208-13:28:11,917 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:11.917747: 157  0.105  0.100 -0.073  0.007  0.039 -0.010   0.3213141356
+240208-13:28:19,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:  powell nthiter 3: fret = 0.321314
+240208-13:28:19,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Powell done niters = 3
+240208-13:28:19,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Computing relative cost
+240208-13:28:19,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 0  -25.0 -25.0 -25.0   0.994884
+240208-13:28:19,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 1  -25.0 -25.0  25.0   1.027645
+240208-13:28:19,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 2  -25.0  25.0 -25.0   1.005759
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 3  -25.0  25.0  25.0   0.998590
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 4   25.0 -25.0 -25.0   1.013365
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 5   25.0 -25.0  25.0   1.015297
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 6   25.0  25.0 -25.0   0.998758
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 7   25.0  25.0  25.0   1.016538
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:REL:  8  0.321314    8.070836  1.008854 rel = 0.318494 
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Number of iterations     3
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Min cost was 0.321314
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Number of FunctionCalls   232
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:TolPowell 0.000000
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:nMaxItersPowell 36
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:OptimizationTime 19.838000 sec
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Parameters at optimum (transmm)  0.10473  0.10029 -0.07296
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Parameters at optimum (rotdeg)  0.00689  0.03858 -0.01015 
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Final costs ----------------
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Number of surface hits 251607
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:WM  Intensity     0.5259 +/-   0.0593
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Ctx Intensity     0.5930 +/-   0.0617
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Pct Contrast     12.0121 +/-  12.9031
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Cost   0.3213
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:RelCost   0.3209
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:Reg at min cost was 
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 0.99759  -0.03923  -0.05720   0.04576;
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 0.04792  -0.20632   0.97731   3.48528;
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616:-0.05014  -0.97770  -0.20394  -6.29585;
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.348616: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.349586:
+240208-13:28:19,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.349659:Writing optimal reg to flair2anat.dat, type = 14 
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909413:Writing output volume to flair2anat_bbreg.nii.gz 
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909413:Original Reg 
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909741: 0.99762  -0.03853  -0.05723  -0.05537;
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909741: 0.04809  -0.20644   0.97728   3.38424;
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909741:-0.04947  -0.97770  -0.20410  -6.22333;
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909741: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909900:
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909900:Original Reg - Optimal Reg
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909900: 0.00003   0.00069  -0.00004  -0.10114;
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909900: 0.00017  -0.00012  -0.00003  -0.10105;
+240208-13:28:21,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909900: 0.00067  -0.00000  -0.00016   0.07252;
+240208-13:28:21,910 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.909900: 0.00000   0.00000   0.00000   0.00000;
+240208-13:28:21,910 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.910062:
+240208-13:28:21,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.990557:Computing change in lh position
+240208-13:28:21,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.990557:LH rmsDiffMean 0.162291
+240208-13:28:21,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.990557:Computing change in rh position
+240208-13:28:21,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.990557:Surface-RMS-Diff-mm 0.167130 0.015227 0.199384
+240208-13:28:21,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.990557:mri_segreg done
+240208-13:28:22,33 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.033677:MinCost: 0.321314 0.525908 0.593011 12.012134 
+240208-13:28:22,37 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.037479:tkregister2_cmdl --mov /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --noedit --fslregout flair2anat.mat
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:tkregister_tcl /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/tktools/tkregister2.tcl
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:INFO: no target volume specified, assuming FreeSurfer orig volume.
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:target  volume orig
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:movable volume /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:reg file       flair2anat.dat
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:LoadVol        0
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:ZeroCRAS       0
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:$Id: tkregister2.c,v 1.132.2.1 2016/08/02 21:17:29 greve Exp $
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:Diagnostic Level -1
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:---- Input registration matrix --------
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240: 0.99759  -0.03923  -0.05720   0.04576;
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240: 0.04792  -0.20632   0.97731   3.48528;
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240:-0.05014  -0.97770  -0.20394  -6.29585;
+240208-13:28:22,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.052240: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583:float2int = 0
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583:---------------------------------------
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583:INFO: loading target /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104985/mri/orig.mgz
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583:Ttarg: --------------------
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583:-1.00000   0.00000   0.00000   128.00000;
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:28:22,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.187583: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188082:INFO: loading movable /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188082:Tmov: --------------------
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188082:-1.00000   0.00000   0.00000   80.00000;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188082: 0.00000   0.00000   1.00000  -87.99999;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188082: 0.00000  -1.00000   0.00000   107.00000;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188082: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188257:mkheaderreg = 0, float2int = 0
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188257:---- Input registration matrix --------
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188257: 0.99759  -0.03923  -0.05720   0.04576;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188257: 0.04792  -0.20632   0.97731   3.48528;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188257:-0.05014  -0.97770  -0.20394  -6.29585;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188257: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422:Determinant 1
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422:subject = 104985
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422:RegMat ---------------------------
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422: 0.99759  -0.03923  -0.05720   0.04576;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422: 0.04792  -0.20632   0.97731   3.48528;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422:-0.05014  -0.97770  -0.20394  -6.29585;
+240208-13:28:22,188 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.188422: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:22,200 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.200866:FSLOUTPUTTYPE NIFTI_GZ 
+240208-13:28:22,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.200866:tkreg2FSL: mov det = -1, ref det = -1
+240208-13:28:22,204 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.204491:Cleaning up
+240208-13:28:22,217 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.216960: 
+240208-13:28:22,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.219837:Started at Thu 08 Feb 2024 01:26:28 PM CET 
+240208-13:28:22,224 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.224232:Ended   at Thu 08 Feb 2024 01:28:22 PM CET
+240208-13:28:22,227 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.227640:BBR-Run-Time-Sec 114
+240208-13:28:22,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.230814: 
+240208-13:28:22,234 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.234219:bbregister Done
+240208-13:28:22,237 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.237604:To check results, run:
+240208-13:28:22,240 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.240737:tkregisterfv --mov /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --surfs 
+240208-13:28:22,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.242184: 
+240208-13:28:22,277 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 114.030273s.
+240208-13:28:22,293 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_lh" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/annot2label_lh".
+240208-13:28:22,304 nipype.workflow INFO:
+	 [Node] Executing "annot2label_lh" <utils.Annot2Label>
+240208-13:28:23,529 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:subject = 104985
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:annotation = aparc
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:hemi = lh
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:surface   = white
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:Reading surface 
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/surf/lh.white
+240208-13:28:23,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.529919:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/label/lh.aparc.annot
+240208-13:28:23,608 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:23.608041:reading colortable from annotation file...
+240208-13:28:23,608 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:23.608289:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:28:23,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.672106:Seg base 1000
+240208-13:28:23,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.672106:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:28:23,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.672106:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:28:23,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.672106:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:28:23,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.672106:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:28:23,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.672106:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:28:23,723 nipype.workflow INFO:
+	 [Node] Finished "annot2label_lh", elapsed time 1.418242s.
+240208-13:28:23,729 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_rh" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/annot2label_rh".
+240208-13:28:23,736 nipype.workflow INFO:
+	 [Node] Executing "annot2label_rh" <utils.Annot2Label>
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:subject = 104985
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:annotation = aparc
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:hemi = rh
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:surface   = white
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:Reading surface 
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/surf/rh.white
+240208-13:28:24,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.999257:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/label/rh.aparc.annot
+240208-13:28:25,67 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:25.067666:reading colortable from annotation file...
+240208-13:28:25,67 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:25.067890:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:28:25,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.112244:Seg base 2000
+240208-13:28:25,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.112244:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:28:25,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.112244:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:28:25,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.112244:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:28:25,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.112244:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:28:25,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.112244:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:28:25,166 nipype.workflow INFO:
+	 [Node] Finished "annot2label_rh", elapsed time 1.428799s.
+240208-13:28:25,173 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.applyreg" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/applyreg".
+240208-13:28:25,183 nipype.workflow INFO:
+	 [Node] Executing "applyreg" <nipype.interfaces.freesurfer.preprocess.ApplyVolTransform>
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388:fstargfile orig.mgz
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388:
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388:Matrix from regfile:
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388: 0.99759  -0.03923  -0.05720   0.04576;
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388: 0.04792  -0.20632   0.97731   3.48528;
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388:-0.05014  -0.97770  -0.20394  -6.29585;
+240208-13:28:25,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.213388: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:Using /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104985/mri/orig.mgz as targ volume
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:movvol /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH.nii.gz
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:targvol /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104985/mri/orig.mgz
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:outvol /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH_warped.nii.gz
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:regfile /data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:invert 0
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:tal    0
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:talres 2
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:regheader 0
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:noresample 0
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:interp  trilinear (1)
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:precision  float (3)
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:Gdiag_no  -1
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:Synth      0
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:SynthSeed  1707609206
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:niiRead(): NIFTI_UNITS_UNKNOWN, assuming mm
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:Final tkRAS-to-tkRAS Matrix is:
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099: 0.99759  -0.03923  -0.05720   0.04576;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099: 0.04792  -0.20632   0.97731   3.48528;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099:-0.05014  -0.97770  -0.20394  -6.29585;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630099: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766:
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766:
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766:Vox2Vox Matrix is:
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766: 0.99759  -0.05720   0.03923  -45.43785;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766:-0.05014  -0.20394   0.97770   20.67274;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766:-0.04792  -0.97731  -0.20632   249.12354;
+240208-13:28:25,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.630766: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:27,364 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.364854:
+240208-13:28:27,365 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.364854:Resampling
+240208-13:28:27,365 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.364854:Output registration matrix is identity
+240208-13:28:27,365 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.364854:
+240208-13:28:27,365 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.364854:mri_vol2vol done
+240208-13:28:27,399 nipype.workflow INFO:
+	 [Node] Finished "applyreg", elapsed time 2.215019s.
+240208-13:28:27,405 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.aparc2aseg" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/aparc2aseg".
+240208-13:28:27,414 nipype.workflow INFO:
+	 [Node] Executing "aparc2aseg" <utils.Aparc2Aseg>
+240208-13:28:27,537 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:27.537018:freadInt: fread failed
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:subject 104985
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:outvol lobes+aseg.nii.gz
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:useribbon 0
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:baseoffset 0
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:labeling wm
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:labeling hypo-intensities as wm
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:dmaxctx 5.000000
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:RipUnknown 1
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249:Reading lh white surface 
+240208-13:28:27,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.537249: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/surf/lh.white
+240208-13:28:28,867 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:28.867678:freadInt: fread failed
+240208-13:28:28,867 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.867860:
+240208-13:28:28,867 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.867860:Reading lh pial surface 
+240208-13:28:28,867 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.867860: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/surf/lh.pial
+240208-13:28:30,19 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.019186:
+240208-13:28:30,19 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.019186:Loading lh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/label/lh.lobes.annot
+240208-13:28:30,35 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:30.035473:reading colortable from annotation file...
+240208-13:28:30,35 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:30.035682:colortable with 8 entries read (originally none)
+240208-13:28:30,264 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:30.264551:freadInt: fread failed
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:Have color table for lh white annotation
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:Ripping vertices labeled as unkown
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:Ripped 8652 vertices from left hemi
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:Building hash of lh white
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:Building hash of lh pial
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740:Reading rh white surface 
+240208-13:28:30,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:30.264740: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/surf/rh.white
+240208-13:28:31,573 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:31.573286:freadInt: fread failed
+240208-13:28:31,573 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:31.573474:
+240208-13:28:31,573 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:31.573474:Reading rh pial surface 
+240208-13:28:31,573 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:31.573474: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/surf/rh.pial
+240208-13:28:32,750 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.750002:
+240208-13:28:32,750 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.750002:Loading rh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/label/rh.lobes.annot
+240208-13:28:32,766 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:32.766091:reading colortable from annotation file...
+240208-13:28:32,766 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:32.766292:colortable with 8 entries read (originally none)
+240208-13:28:32,992 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:32.992792:znzreadInt: znzread failed
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:Have color table for rh white annotation
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:Ripping vertices labeled as unkown
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:Ripped 8344 vertices from right hemi
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:Building hash of rh white
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:Building hash of rh pial
+240208-13:28:32,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.992985:Loading ribbon segmentation from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/mri/ribbon.mgz
+240208-13:28:33,229 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:33.229406:znzreadInt: znzread failed
+240208-13:28:33,229 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:33.229592:Loading filled from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/mri/ribbon.mgz
+240208-13:28:33,880 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:33.876937:reading colortable from MGH file...
+240208-13:28:33,885 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:33.885931:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:28:33,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:33.886085:
+240208-13:28:33,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:33.886085:Loading aseg from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104985/mri/aseg.mgz
+240208-13:28:33,886 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:33.886151:znzreadInt: znzread failed
+240208-13:28:43,937 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.937106:ASeg Vox2RAS: -----------
+240208-13:28:43,938 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.937106:-1.00000   0.00000   0.00000   128.00000;
+240208-13:28:43,938 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.937106: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:28:43,938 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.937106: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:28:43,938 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.937106: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:45,905 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:45.903996:-------------------------
+240208-13:28:45,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:45.903996:
+240208-13:28:45,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:45.903996:Labeling Slice
+240208-13:28:47,182 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.182683:  0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19 
+240208-13:28:47,382 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.382523: 20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39 
+240208-13:28:47,603 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.603113: 40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59 
+240208-13:28:51,303 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:51.303264: 60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79 
+240208-13:29:09,95 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.095332: 80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 
+240208-13:29:41,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:41.504392:100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 
+240208-13:30:08,234 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:08.234078:120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 
+240208-13:30:38,718 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:38.718043:140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 
+240208-13:30:53,965 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:53.965651:160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 
+240208-13:30:58,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:58.493279:180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 
+240208-13:30:58,752 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:58.739026:200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 
+240208-13:30:58,983 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:58.983640:220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 nctx = 922356
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:Used brute-force search on 18 voxels
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:Fixing Parahip LH WM
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:  Found 0 clusters
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:Fixing Parahip RH WM
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:  Found 0 clusters
+240208-13:31:00,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:00.228520:Writing output aseg to lobes+aseg.nii.gz
+240208-13:31:01,3 nipype.workflow INFO:
+	 [Node] Finished "aparc2aseg", elapsed time 153.5877s.
+240208-13:31:01,21 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.filter_lobes" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/filter_lobes".
+240208-13:31:01,31 nipype.workflow INFO:
+	 [Node] Executing "filter_lobes" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:02,868 nipype.workflow INFO:
+	 [Node] Finished "filter_lobes", elapsed time 1.836176s.
+240208-13:31:02,875 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ventricles_mask" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/ventricles_mask".
+240208-13:31:02,883 nipype.workflow INFO:
+	 [Node] Executing "ventricles_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:03,712 nipype.workflow INFO:
+	 [Node] Finished "ventricles_mask", elapsed time 0.828886s.
+240208-13:31:03,718 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.cortex_mask" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/cortex_mask".
+240208-13:31:03,726 nipype.workflow INFO:
+	 [Node] Executing "cortex_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:05,133 nipype.workflow INFO:
+	 [Node] Finished "cortex_mask", elapsed time 1.40632s.
+240208-13:31:05,138 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bgt_mask" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/bgt_mask".
+240208-13:31:05,146 nipype.workflow INFO:
+	 [Node] Executing "bgt_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:06,647 nipype.workflow INFO:
+	 [Node] Finished "bgt_mask", elapsed time 1.500152s.
+240208-13:31:06,653 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ndist_map" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/ndist_map".
+240208-13:31:06,661 nipype.workflow INFO:
+	 [Node] Executing "ndist_map" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:17,397 nipype.workflow INFO:
+	 [Node] Finished "ndist_map", elapsed time 10.696174s.
+240208-13:31:17,434 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.gen_wmparc" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/gen_wmparc".
+240208-13:31:17,453 nipype.workflow INFO:
+	 [Node] Executing "gen_wmparc" <nipype.interfaces.utility.wrappers.Function>
+Writing output labelmap
+240208-13:34:01,446 nipype.workflow INFO:
+	 [Node] Finished "gen_wmparc", elapsed time 163.936542s.
+240208-13:34:01,543 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.lobe_wmparc" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/lobe_wmparc".
+240208-13:34:01,616 nipype.workflow INFO:
+	 [Node] Executing "lobe_wmparc" <nipype.interfaces.utility.wrappers.Function>
+[ 0.  5. 11. 12. 13. 14. 21. 22. 23. 24.]
+240208-13:34:06,251 nipype.workflow INFO:
+	 [Node] Finished "lobe_wmparc", elapsed time 4.630787s.
+240208-13:34:06,316 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.depth_wmparc" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/depth_wmparc".
+240208-13:34:06,347 nipype.workflow INFO:
+	 [Node] Executing "depth_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:34:09,320 nipype.workflow INFO:
+	 [Node] Finished "depth_wmparc", elapsed time 2.972036s.
+240208-13:34:09,326 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bullseye_wmparc" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/bullseye/bullseye_wmparc".
+240208-13:34:09,393 nipype.workflow INFO:
+	 [Node] Executing "bullseye_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:34:17,533 nipype.workflow INFO:
+	 [Node] Finished "bullseye_wmparc", elapsed time 8.138314s.
+240208-13:34:17,579 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.extractparc" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/extractparc".
+240208-13:34:17,683 nipype.workflow INFO:
+	 [Node] Executing "extractparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:34:22,38 nipype.workflow INFO:
+	 [Node] Finished "extractparc", elapsed time 4.354567s.
+240208-13:34:22,68 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.datasink" in "/data/pt_02271/Data/wd/104985/bullseyelesion_bbreg/datasink".
+240208-13:34:22,650 nipype.workflow INFO:
+	 [Node] Executing "datasink" <nipype.interfaces.io.DataSink>
+240208-13:34:22,816 nipype.workflow INFO:
+	 [Node] Finished "datasink", elapsed time 0.164731s.
diff --git a/bullseye_workflow/log/spatialwmh_209618_1.err b/bullseye_workflow/log/spatialwmh_209618_1.err
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/spatialwmh_209618_1.out b/bullseye_workflow/log/spatialwmh_209618_1.out
new file mode 100644
index 0000000000000000000000000000000000000000..b352a02dab589ac97939216e8a6cf98977671cfe
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209618_1.out
@@ -0,0 +1,1932 @@
+104983
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:26:27,935 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:26:27,986 nipype.workflow INFO:
+	 Running serially.
+240208-13:26:27,986 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:26:27,993 nipype.workflow INFO:
+	 [Node] Executing "fileselect" <nipype.interfaces.io.SelectFiles>
+240208-13:26:28,230 nipype.workflow INFO:
+	 [Node] Finished "fileselect", elapsed time 0.232144s.
+240208-13:26:28,240 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:26:28,248 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:26:28,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.296318:tmp ./tmp.bbregister.329243
+240208-13:26:28,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.296552:Log file is flair2anat.dat.log
+240208-13:26:28,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.300184:Thu 08 Feb 2024 01:26:28 PM CET
+240208-13:26:28,302 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.302590:
+240208-13:26:28,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.304862:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:26:28,308 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.308929:cd /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:28,311 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.311225:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104983
+240208-13:26:28,314 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.314181:
+240208-13:26:28,316 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.316385:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:26:28,319 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.319920:Linux comps09h01 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:26:28,322 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.322202:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:26:28,324 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.324818:mri_convert /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329243/template.nii
+240208-13:26:28,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.656489:mri_convert.bin /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329243/template.nii 
+240208-13:26:29,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:reading from /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:TR=0.00, TE=0.00, TI=0.00, flip angle=0.00
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:i_ras = (-0.999403, -0.0343294, -0.00395453)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:j_ras = (-0.0343943, 0.999252, 0.0176843)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:k_ras = (-0.00334454, -0.0178098, 0.999836)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201756:writing to ./tmp.bbregister.329243/template.nii...
+240208-13:26:29,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.212980:mri_coreg --s 104983 --mov ./tmp.bbregister.329243/template.nii --regdat ./tmp.bbregister.329243/reg.init.dat --reg ./tmp.bbregister.329243/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01
+240208-13:26:30,253 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.253031:reading colortable from MGH file...
+240208-13:26:30,254 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.254686:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:$Id: mri_coreg.c,v 1.27 2016/04/30 15:11:49 greve Exp $
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:cwd /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:cmdline mri_coreg --s 104983 --mov ./tmp.bbregister.329243/template.nii --regdat ./tmp.bbregister.329243/reg.init.dat --reg ./tmp.bbregister.329243/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01 
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:sysname  Linux
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:hostname comps09h01
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:machine  x86_64
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:user     fbeyer
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:dof    6
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:nsep    1
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:cras0    1
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:ftol    0.000100
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:linmintol    0.010000
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:bf       1
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:bflim    30.000000
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:bfnsamp    30
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:SmoothRef 0
+240208-13:26:39,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:SatPct    99.990000
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:MovOOB 0
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:optschema 1
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:Reading in mov ./tmp.bbregister.329243/template.nii
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:Reading in ref /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104983/mri/brainmask.mgz
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:Reading in and applying refmask /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104983/mri/aparc+aseg.mgz
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:Setting cras translation parameters to align centers
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:Creating random numbers for coordinate dithering
+240208-13:26:39,589 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.588305:Performing intensity dithering
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:Initial parameters  0.2627 -6.9505 -2.1304  0.0000  0.0000  0.0000  1.0000  1.0000  1.0000  0.0000  0.0000  0.0000 
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:Separation list (1):  4   min = 4
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:DoSmoothing 1
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:DoCoordDither 1
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:DoIntensityDither 1
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:nitersmax 4
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:ftol 1.000e-04
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:linmintol 1.000e-02
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:SatPct 99.990000
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:Hist FWHM 7.000000 7.000000
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:nthreads 1
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:movsat = 1.0000
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:mov gstd 1.8914 1.8914 1.8914
+240208-13:26:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:49.098984:Smoothing mov
+240208-13:27:11,980 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.980021:refsat = 114.0000
+240208-13:27:11,980 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.980021:ref gstd 1.8914 1.8914 1.8914
+240208-13:27:11,980 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.980021:Smoothing ref
+240208-13:27:12,48 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902:COREGpreproc() done
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902:Testing if mov and target overlap
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902:Init cost   -1.0398642822
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902:nhits = 92604 out of 16777216, Percent Overlap:  35.3
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902:Initial  RefRAS-to-MovRAS
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902: 1.00000   0.00000   0.00000   0.26266;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902: 0.00000   1.00000   0.00000  -6.95052;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902: 0.00000   0.00000   1.00000  -2.13040;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.048902: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.049260:Initial  RefVox-to-MovVox
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.049260: 0.99940   0.00395  -0.03433  -44.05105;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.049260: 0.03439  -0.01768   0.99925  -23.03512;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.049260: 0.00334  -0.99984  -0.01781   216.82338;
+240208-13:27:12,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.049260: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:34,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.230821:sep = 4 -----------------------------------
+240208-13:27:34,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.230821:COREGoptBruteForce() 30 1 30
+240208-13:27:34,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.230821:Turning on MovOOB for BruteForce Search
+240208-13:27:34,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.230821:#BF# sep= 4 iter=0 lim=30.0 delta=2.00   0.26266  -0.95052   1.86960   0.00000   0.00000   0.00000   -1.0375654
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:Turning  MovOOB back off after brute force search
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:---------------------------------
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:Init Powel Params dof = 6
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:Starting OpenPowel2(), sep = 4
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:InitialCost        -1.0506484509 
+240208-13:27:34,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.300331:#@#  4  188  0.26266 -0.95052 1.86960 0.00000 0.00000 0.00000   -1.0506485
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:fs_powell::minimize
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:  nparams 6
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:  maxfev 4
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:  ftol   0.000100
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:  linmin_xtol_   0.010000
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:  powell nthiter 0: fret = -1.050648
+240208-13:27:34,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.786533:#@#  4  195  -0.00219 -0.95052 1.86960 0.00000 0.00000 0.00000   -1.0507410
+240208-13:27:35,275 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.275649:#@#  4  202  -0.00219 -1.56855 1.86960 0.00000 0.00000 0.00000   -1.0511149
+240208-13:27:35,416 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.416723:#@#  4  204  -0.00219 -1.52890 1.86960 0.00000 0.00000 0.00000   -1.0511180
+240208-13:27:35,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.911827:#@#  4  211  -0.00219 -1.52890 1.25156 0.00000 0.00000 0.00000   -1.0515387
+240208-13:27:36,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.054246:#@#  4  213  -0.00219 -1.52890 1.15818 0.00000 0.00000 0.00000   -1.0515459
+240208-13:27:36,264 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.264396:#@#  4  216  -0.00219 -1.52890 1.14614 0.00000 0.00000 0.00000   -1.0515460
+240208-13:27:36,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.708799:#@#  4  222  -0.00219 -1.52890 1.14614 0.38197 0.00000 0.00000   -1.0517849
+240208-13:27:36,908 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.908804:#@#  4  224  -0.00219 -1.52890 1.14614 0.49405 0.00000 0.00000   -1.0517987
+240208-13:27:38,7 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.007735:#@#  4  235  -0.00219 -1.52890 1.14614 0.51405 -0.05473 0.00000   -1.0518032
+240208-13:27:38,107 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.107678:#@#  4  236  -0.00219 -1.52890 1.14614 0.51405 -0.07441 0.00000   -1.0518036
+240208-13:27:38,908 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.908914:#@#  4  244  -0.00219 -1.52890 1.14614 0.51405 -0.07441 -0.03661   -1.0518056
+240208-13:27:39,110 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.109952:#@#  4  246  -0.00219 -1.52890 1.14614 0.51405 -0.07441 -0.05661   -1.0518057
+240208-13:27:40,305 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.305605:  powell nthiter 1: fret = -1.051806
+240208-13:27:40,305 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.305605:#@#  4  258  0.04376 -1.52890 1.14614 0.51405 -0.07441 -0.05661   -1.0518129
+240208-13:27:40,406 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.406403:#@#  4  259  0.06356 -1.52890 1.14614 0.51405 -0.07441 -0.05661   -1.0518134
+240208-13:27:41,174 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:41.174060:#@#  4  267  0.06356 -1.71321 1.14614 0.51405 -0.07441 -0.05661   -1.0518683
+240208-13:27:41,845 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:41.845809:#@#  4  276  0.06356 -1.72321 0.95793 0.51405 -0.07441 -0.05661   -1.0519066
+240208-13:27:42,483 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:42.483511:#@#  4  285  0.06356 -1.72321 0.95793 0.67995 -0.07441 -0.05661   -1.0519410
+240208-13:27:43,128 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.128258:#@#  4  294  0.06356 -1.72321 0.95793 0.67995 -0.11796 -0.05661   -1.0519431
+240208-13:27:43,767 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.767472:#@#  4  303  0.06356 -1.72321 0.95793 0.67995 -0.11796 -0.02875   -1.0519434
+240208-13:27:44,475 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.475026:  powell nthiter 2: fret = -1.051943
+240208-13:27:44,475 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.475026:#@#  4  313  0.08572 -1.72321 0.95793 0.67995 -0.11796 -0.03875   -1.0519460
+240208-13:27:44,549 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.549314:#@#  4  314  0.10614 -1.72321 0.95793 0.67995 -0.11796 -0.03875   -1.0519462
+240208-13:27:44,694 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.694283:#@#  4  316  0.09614 -1.72321 0.95793 0.67995 -0.11796 -0.03875   -1.0519463
+240208-13:27:45,185 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.185463:#@#  4  323  0.09614 -1.78135 0.95793 0.67995 -0.11796 -0.03875   -1.0519511
+240208-13:27:45,831 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.831439:#@#  4  332  0.09614 -1.78135 0.89434 0.67995 -0.11796 -0.03875   -1.0519549
+240208-13:27:45,902 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.902174:#@#  4  333  0.09614 -1.78135 0.90434 0.67995 -0.11796 -0.03875   -1.0519550
+240208-13:27:46,540 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.540015:#@#  4  342  0.09614 -1.78135 0.91434 0.72505 -0.11796 -0.03875   -1.0519571
+240208-13:27:47,315 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.315644:#@#  4  353  0.09614 -1.78135 0.91434 0.72505 -0.14052 -0.03875   -1.0519574
+240208-13:27:47,936 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.936851:#@#  4  362  0.09614 -1.78135 0.91434 0.72505 -0.13052 -0.01375   -1.0519575
+240208-13:27:48,86 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.086168:Powell done niters total = 2
+240208-13:27:48,86 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.086168:OptTimeSec 13.9 sec
+240208-13:27:48,86 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.086168:OptTimeMin  0.23 min
+240208-13:27:48,86 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.086168:nEvals 364
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:Final parameters   0.09613726  -1.78135288   0.91433764   0.72504598  -0.13052396  -0.01375364 
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:Final cost   -1.051957495436431
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535: 
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:---------------------------------
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg utimesec    78.068454
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg stimesec    0.320198
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_maxrss   479132
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_ixrss    0
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_idrss    0
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_isrss    0
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_minflt   97826
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_majflt   23
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_nswap    0
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_inblock  3200
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_oublock  16
+240208-13:27:48,160 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_msgsnd   0
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_msgrcv   0
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_nsignals 0
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_nvcsw    88
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:mri_coreg ru_nivcsw   7994
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535:Final  RefRAS-to-MovRAS
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535: 1.00000  -0.00024  -0.00228   0.09614;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535: 0.00027   0.99992   0.01265  -1.78135;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535: 0.00227  -0.01265   0.99992   0.91434;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.160535: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.161226:Final  RefVox-to-MovVox
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.161226: 0.99942   0.00211  -0.03404  -43.83922;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.161226: 0.03409  -0.03041   0.99896  -15.78763;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.161226: 0.00107  -0.99954  -0.03046   221.91852;
+240208-13:27:48,161 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.161226: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:Final parameters  0.0961 -1.7814  0.9143  0.7250 -0.1305 -0.0138 
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:nhits = 92533 out of 16777216, Percent Overlap:  35.3
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:mri_coreg RunTimeSec 78.8 sec
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:To check run:
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:   tkregisterfv --mov ./tmp.bbregister.329243/template.nii --targ /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104983/mri/brainmask.mgz --reg ./tmp.bbregister.329243/mri_coreg.lta --s 104983 --surfs 
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:mri_coreg done
+240208-13:27:48,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.162027:
+240208-13:27:48,195 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.195011:mri_segreg --mov ./tmp.bbregister.329243/template.nii --init-reg ./tmp.bbregister.329243/reg.init.dat --out-reg ./tmp.bbregister.329243/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5
+240208-13:27:48,206 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:cd /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:mri_segreg --mov ./tmp.bbregister.329243/template.nii --init-reg ./tmp.bbregister.329243/reg.init.dat --out-reg ./tmp.bbregister.329243/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5 
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:sysname  Linux
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:hostname comps09h01
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:machine  x86_64
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:user     fbeyer
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:movvol ./tmp.bbregister.329243/template.nii
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:regfile ./tmp.bbregister.329243/reg.init.dat
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:subject 104983
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:dof 6
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:outregfile ./tmp.bbregister.329243/bbr.pass1.dat
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:UseMask 0
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:UseLH 1
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:UseRH 1
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:nsubsamp 100
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:PenaltySign  -1
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:PenaltySlope 0.500000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:PenaltyCenter 0.000000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:surfname white
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:GMProjFrac 0.500000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:WMProjAbs 2.000000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:lhcostfile (null)
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:rhcostfile (null)
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:interp  trilinear (1)
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:frame  0
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:TolPowell 0.000100
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:nMaxItersPowell 36
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:n1dmin  3
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:Profile   0
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:Gdiag_no  -1
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:AddNoise  0 (0)
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:SynthSeed 1707601080
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:TransRandMax 0.000000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:RotRandMax 0.000000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:Translations 0.000000 0.000000 0.000000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:Rotations   0.000000 0.000000 0.000000
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:Input reg
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875: 0.99942   0.03404   0.00211   0.00005;
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875:-0.00107  -0.03046   0.99954   2.21671;
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875: 0.03409  -0.99896  -0.03041  -5.54974;
+240208-13:27:48,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.206875: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:48,208 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.208715:
+240208-13:27:51,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.120080:Loading mov
+240208-13:27:51,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.120080:Projecting LH Surfs
+240208-13:27:51,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.120080:Loading lh.white surf
+240208-13:27:51,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:51.120080:Loading lh.thickness for GM
+240208-13:27:53,522 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.521944:GM Proj: 1 0.500000 2.000000
+240208-13:27:53,522 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.521944:WM Proj: 0 0.500000 2.000000
+240208-13:27:53,522 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.521944:Projecting RH Surfs
+240208-13:27:53,522 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.521944:Loading rh.white surf
+240208-13:27:53,522 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.521944:Loading rh.thickness for GM
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Projecting RH Surfs
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Using lh.cortex.label
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Using rh.cortex.label
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Computing relative cost
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 0  -25.0 -25.0 -25.0   0.993628
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 1  -25.0 -25.0  25.0   1.026810
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 2  -25.0  25.0 -25.0   1.040723
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 3  -25.0  25.0  25.0   0.988576
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 4   25.0 -25.0 -25.0   1.006196
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 5   25.0 -25.0  25.0   1.002158
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 6   25.0  25.0 -25.0   0.994126
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362: 7   25.0  25.0  25.0   1.048474
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:REL:  8  0.508577    8.100691  1.012586 rel = 0.502255 
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Initial costs ----------------
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Number of surface hits 2355
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:WM  Intensity     0.5493 +/-   0.0489
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Ctx Intensity     0.5865 +/-   0.0672
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Pct Contrast      6.2336 +/-  11.7714
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Cost   0.5086
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:RelCost   0.5023
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:------------------------------------
+240208-13:27:53,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.876362:Brute force preopt -4 4 4, n = 729
+240208-13:27:53,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.878399:     0  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000      1.0037   1.0037  0.0
+240208-13:27:53,879 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.879845:     1  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000   0.0000      0.9792   0.9792  0.0
+240208-13:27:53,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.891992:    11  -4.0000  -4.0000  -4.0000   0.0000  -4.0000   4.0000      0.9750   0.9750  0.0
+240208-13:27:53,901 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.901276:    19  -4.0000  -4.0000  -4.0000   4.0000  -4.0000   0.0000      0.9586   0.9586  0.0
+240208-13:27:54,16 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.016494:   118  -4.0000   0.0000   0.0000   0.0000  -4.0000   0.0000      0.9322   0.9322  0.0
+240208-13:27:54,220 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.220694:   274   0.0000  -4.0000   0.0000  -4.0000   0.0000   0.0000      0.9294   0.9294  0.0
+240208-13:27:54,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.230233:   282   0.0000  -4.0000   0.0000   0.0000   0.0000  -4.0000      0.9174   0.9174  0.0
+240208-13:27:54,231 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.231519:   283   0.0000  -4.0000   0.0000   0.0000   0.0000   0.0000      0.8769   0.8769  0.0
+240208-13:27:54,241 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.241709:   292   0.0000  -4.0000   0.0000   4.0000   0.0000   0.0000      0.8692   0.8692  0.0
+240208-13:27:54,316 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.316677:   355   0.0000   0.0000   0.0000  -4.0000   0.0000   0.0000      0.8092   0.8092  0.0
+240208-13:27:54,326 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.326081:   363   0.0000   0.0000   0.0000   0.0000   0.0000  -4.0000      0.7965   0.7965  0.0
+240208-13:27:54,327 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.327478:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.5086   0.5086  0.0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Brute Force --------------------------
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Min cost was 0.508577
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Number of iterations   729
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Search time 0.895000 sec
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Parameters at best (transmm, rotdeg)
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:--------------------------------------------
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Starting Powell Minimization
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:Init Powel Params dof = 6
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:0 0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:1 0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:2 0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:3 0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:4 0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:5 0
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:fs_powell::minimize
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:  nparams 6
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:  maxfev 36
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:  ftol   0.000100
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:  linmin_xtol_   0.001000
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:  powell nthiter 0: fret = 0.508577
+240208-13:27:54,779 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.778943:   7  0.048  0.000  0.000  0.000  0.000  0.000   0.5082420017
+240208-13:27:54,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.780589:   8  0.051  0.000  0.000  0.000  0.000  0.000   0.5082222088
+240208-13:27:54,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.783773:  11  0.071  0.000  0.000  0.000  0.000  0.000   0.5081672282
+240208-13:27:54,784 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.784919:  12  0.070  0.000  0.000  0.000  0.000  0.000   0.5081664720
+240208-13:27:54,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.786069:  13  0.068  0.000  0.000  0.000  0.000  0.000   0.5081660169
+240208-13:27:54,795 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.795096:  21  0.068  0.382  0.000  0.000  0.000  0.000   0.5076312338
+240208-13:27:54,796 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.796238:  22  0.068  0.227  0.000  0.000  0.000  0.000   0.5074095831
+240208-13:27:54,797 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.797376:  23  0.068  0.247  0.000  0.000  0.000  0.000   0.5073909035
+240208-13:27:54,798 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.798492:  24  0.068  0.263  0.000  0.000  0.000  0.000   0.5073860717
+240208-13:27:54,800 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.800609:  26  0.068  0.261  0.000  0.000  0.000  0.000   0.5073857055
+240208-13:27:54,801 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.801732:  27  0.068  0.255  0.000  0.000  0.000  0.000   0.5073854097
+240208-13:27:54,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.802844:  28  0.068  0.254  0.000  0.000  0.000  0.000   0.5073853976
+240208-13:27:54,839 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.839300:  62  0.068  0.254  0.000  0.000 -0.207  0.000   0.5039114566
+240208-13:27:54,840 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.840545:  63  0.068  0.254  0.000  0.000 -0.206  0.000   0.5038945411
+240208-13:27:54,841 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.841734:  64  0.068  0.254  0.000  0.000 -0.155  0.000   0.5032722982
+240208-13:27:54,845 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.845912:  68  0.068  0.254  0.000  0.000 -0.152  0.000   0.5032705442
+240208-13:27:54,848 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.848067:  70  0.068  0.254  0.000  0.000 -0.153  0.000   0.5032693319
+240208-13:27:54,855 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.855767:  77  0.068  0.254  0.000  0.000 -0.153  0.382   0.5026808727
+240208-13:27:54,857 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.857958:  79  0.068  0.254  0.000  0.000 -0.153  0.339   0.5023068905
+240208-13:27:54,859 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.859098:  80  0.068  0.254  0.000  0.000 -0.153  0.308   0.5023044647
+240208-13:27:54,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.860218:  81  0.068  0.254  0.000  0.000 -0.153  0.323   0.5022830489
+240208-13:27:54,871 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.871644:  powell nthiter 1: fret = 0.502283
+240208-13:27:54,871 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.871644:  92  0.080  0.254  0.000  0.000 -0.153  0.323   0.5022172448
+240208-13:27:54,872 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.872816:  93  0.083  0.254  0.000  0.000 -0.153  0.323   0.5022137610
+240208-13:27:54,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.873945:  94  0.084  0.254  0.000  0.000 -0.153  0.323   0.5022134761
+240208-13:27:54,883 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.882990: 102  0.084  0.394  0.000  0.000 -0.153  0.323   0.5018837927
+240208-13:27:54,884 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.884123: 103  0.084  0.395  0.000  0.000 -0.153  0.323   0.5018823845
+240208-13:27:54,885 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.885259: 104  0.084  0.487  0.000  0.000 -0.153  0.323   0.5018684782
+240208-13:27:54,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.886366: 105  0.084  0.446  0.000  0.000 -0.153  0.323   0.5017993939
+240208-13:27:54,888 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.888464: 107  0.084  0.448  0.000  0.000 -0.153  0.323   0.5017990675
+240208-13:27:54,890 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.890588: 109  0.084  0.450  0.000  0.000 -0.153  0.323   0.5017990160
+240208-13:27:54,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.900558: 118  0.084  0.450  0.060  0.000 -0.153  0.323   0.5010882834
+240208-13:27:54,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.911260: 128  0.084  0.450  0.060  0.101 -0.153  0.323   0.4998930796
+240208-13:27:54,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.912403: 129  0.084  0.450  0.060  0.135 -0.153  0.323   0.4998485820
+240208-13:27:54,914 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.914527: 131  0.084  0.450  0.060  0.134 -0.153  0.323   0.4998485404
+240208-13:27:54,915 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.915635: 132  0.084  0.450  0.060  0.133 -0.153  0.323   0.4998484749
+240208-13:27:54,917 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.917751: 134  0.084  0.450  0.060  0.132 -0.153  0.323   0.4998484686
+240208-13:27:54,925 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.925245: 141  0.084  0.450  0.060  0.132 -0.226  0.323   0.4996664697
+240208-13:27:54,926 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.926370: 142  0.084  0.450  0.060  0.132 -0.199  0.323   0.4993013396
+240208-13:27:54,927 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.927463: 143  0.084  0.450  0.060  0.132 -0.193  0.323   0.4992780336
+240208-13:27:54,928 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.928542: 144  0.084  0.450  0.060  0.132 -0.189  0.323   0.4992742882
+240208-13:27:54,941 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.941095: 156  0.084  0.450  0.060  0.132 -0.189  0.310   0.4992606044
+240208-13:27:54,943 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.943252: 158  0.084  0.450  0.060  0.132 -0.189  0.309   0.4992601508
+240208-13:27:54,945 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.945410: 160  0.084  0.450  0.060  0.132 -0.189  0.307   0.4992598911
+240208-13:27:54,954 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.954672:  powell nthiter 2: fret = 0.499260
+240208-13:27:54,954 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.954672: 169  0.109  0.450  0.060  0.132 -0.189  0.307   0.4990072279
+240208-13:27:54,956 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.956776: 171  0.111  0.450  0.060  0.132 -0.189  0.307   0.4990071708
+240208-13:27:54,966 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.966690: 180  0.111  0.476  0.060  0.132 -0.189  0.307   0.4989946714
+240208-13:27:54,967 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.967794: 181  0.111  0.467  0.060  0.132 -0.189  0.307   0.4989882305
+240208-13:27:54,969 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.969899: 183  0.111  0.468  0.060  0.132 -0.189  0.307   0.4989881457
+240208-13:27:54,983 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.983082: 194  0.111  0.468  0.061  0.132 -0.189  0.307   0.4989865461
+240208-13:27:55,6 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.006353: 216  0.111  0.468  0.061  0.132 -0.192  0.307   0.4989685566
+240208-13:27:55,7 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.007579: 217  0.111  0.468  0.061  0.132 -0.202  0.307   0.4989624854
+240208-13:27:55,9 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.009775: 219  0.111  0.468  0.061  0.132 -0.198  0.307   0.4989568949
+240208-13:27:55,21 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.021655: 230  0.111  0.468  0.061  0.132 -0.198  0.331   0.4989433986
+240208-13:27:55,23 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.023860: 232  0.111  0.468  0.061  0.132 -0.198  0.322   0.4989355902
+240208-13:27:55,24 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.024973: 233  0.111  0.468  0.061  0.132 -0.198  0.323   0.4989355416
+240208-13:27:55,33 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.033133: 241  0.121  0.475  0.061  0.132 -0.201  0.329   0.4989023127
+240208-13:27:55,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.034285: 242  0.123  0.476  0.061  0.132 -0.202  0.330   0.4989008686
+240208-13:27:55,38 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.038514: 246  0.124  0.476  0.061  0.132 -0.202  0.331   0.4989008479
+240208-13:27:55,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.053261:  powell nthiter 3: fret = 0.498901
+240208-13:27:55,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.053261: 260  0.124  0.476  0.061  0.132 -0.202  0.325   0.4988959210
+240208-13:27:55,55 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.055404: 262  0.124  0.476  0.061  0.132 -0.202  0.326   0.4988959043
+240208-13:27:55,65 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.065167: 271  0.124  0.465  0.061  0.132 -0.202  0.326   0.4988765020
+240208-13:27:55,66 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.066308: 272  0.124  0.457  0.061  0.132 -0.202  0.326   0.4988727612
+240208-13:27:55,67 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.067408: 273  0.124  0.458  0.061  0.132 -0.202  0.326   0.4988725872
+240208-13:27:55,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.068488: 274  0.124  0.459  0.061  0.132 -0.202  0.326   0.4988725391
+240208-13:27:55,79 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.079405: 284  0.124  0.459  0.063  0.132 -0.202  0.326   0.4988685845
+240208-13:27:55,80 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.080534: 285  0.124  0.459  0.064  0.132 -0.202  0.326   0.4988674616
+240208-13:27:55,82 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.082685: 287  0.124  0.459  0.065  0.132 -0.202  0.326   0.4988674388
+240208-13:27:55,93 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.093358: 297  0.124  0.459  0.065  0.133 -0.202  0.326   0.4988652443
+240208-13:27:55,94 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.094504: 298  0.124  0.459  0.065  0.137 -0.202  0.326   0.4988574891
+240208-13:27:55,96 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.096615: 300  0.124  0.459  0.065  0.139 -0.202  0.326   0.4988549146
+240208-13:27:55,97 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.097732: 301  0.124  0.459  0.065  0.140 -0.202  0.326   0.4988537585
+240208-13:27:55,108 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.108298: 311  0.124  0.459  0.065  0.140 -0.217  0.326   0.4988371959
+240208-13:27:55,110 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.110444: 313  0.124  0.459  0.065  0.140 -0.210  0.326   0.4988267230
+240208-13:27:55,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.118555: 321  0.134  0.466  0.066  0.140 -0.214  0.332   0.4987944469
+240208-13:27:55,119 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.119684: 322  0.139  0.469  0.066  0.140 -0.215  0.335   0.4987925662
+240208-13:27:55,121 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.121800: 324  0.138  0.469  0.066  0.140 -0.215  0.335   0.4987922142
+240208-13:27:55,135 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.135391:  powell nthiter 4: fret = 0.498792
+240208-13:27:55,135 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.135391: 337  0.138  0.469  0.066  0.140 -0.215  0.317   0.4987872466
+240208-13:27:55,136 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.136513: 338  0.138  0.469  0.066  0.140 -0.215  0.324   0.4987862552
+240208-13:27:55,137 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.137639: 339  0.138  0.469  0.066  0.140 -0.215  0.322   0.4987858890
+240208-13:27:55,138 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.138754: 340  0.138  0.469  0.066  0.140 -0.215  0.321   0.4987857146
+240208-13:27:55,139 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.139831: 341  0.138  0.469  0.066  0.140 -0.215  0.320   0.4987850367
+240208-13:27:55,149 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.149766: 350  0.138  0.461  0.066  0.140 -0.215  0.320   0.4987758813
+240208-13:27:55,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.150892: 351  0.138  0.455  0.066  0.140 -0.215  0.320   0.4987737026
+240208-13:27:55,151 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.151977: 352  0.138  0.454  0.066  0.140 -0.215  0.320   0.4987736740
+240208-13:27:55,163 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.163905: 363  0.138  0.454  0.063  0.140 -0.215  0.320   0.4987729032
+240208-13:27:55,165 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.165021: 364  0.138  0.454  0.064  0.140 -0.215  0.320   0.4987725312
+240208-13:27:55,177 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.177727: 376  0.138  0.454  0.064  0.143 -0.215  0.320   0.4987695356
+240208-13:27:55,191 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.191411: 389  0.138  0.454  0.064  0.143 -0.220  0.320   0.4987532627
+240208-13:27:55,192 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.192571: 390  0.138  0.454  0.064  0.143 -0.222  0.320   0.4987524770
+240208-13:27:55,199 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.199751: 397  0.149  0.461  0.064  0.143 -0.225  0.326   0.4987446823
+240208-13:27:55,200 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.200881: 398  0.145  0.459  0.064  0.143 -0.224  0.324   0.4987358920
+240208-13:27:55,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.202012: 399  0.144  0.458  0.064  0.143 -0.224  0.323   0.4987351278
+240208-13:27:55,227 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.227693:  powell nthiter 5: fret = 0.498735
+240208-13:27:55,227 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.227693: 423  0.144  0.454  0.064  0.143 -0.224  0.323   0.4987320550
+240208-13:27:55,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.228940: 424  0.144  0.449  0.064  0.143 -0.224  0.323   0.4987313817
+240208-13:27:55,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.230102: 425  0.144  0.451  0.064  0.143 -0.224  0.323   0.4987312233
+240208-13:27:55,240 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.240129: 434  0.144  0.451  0.063  0.143 -0.224  0.323   0.4987206460
+240208-13:27:55,241 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.241289: 435  0.144  0.451  0.051  0.143 -0.224  0.323   0.4987097330
+240208-13:27:55,243 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.243420: 437  0.144  0.451  0.056  0.143 -0.224  0.323   0.4986919765
+240208-13:27:55,245 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.245576: 439  0.144  0.451  0.059  0.143 -0.224  0.323   0.4986878428
+240208-13:27:55,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.271229: 463  0.144  0.451  0.059  0.143 -0.228  0.323   0.4986801541
+240208-13:27:55,272 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.272456: 464  0.144  0.451  0.059  0.143 -0.227  0.323   0.4986793303
+240208-13:27:55,273 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.273645: 465  0.144  0.451  0.059  0.143 -0.226  0.323   0.4986791372
+240208-13:27:55,280 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.280891: 472  0.146  0.452  0.059  0.143 -0.226  0.324   0.4986780881
+240208-13:27:55,287 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.287183: 478  0.147  0.446  0.054  0.143 -0.229  0.325   0.4986632174
+240208-13:27:55,292 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.292358: 483  0.148  0.442  0.051  0.143 -0.230  0.326   0.4986626209
+240208-13:27:55,294 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.294501: 485  0.148  0.443  0.052  0.143 -0.230  0.326   0.4986624193
+240208-13:27:55,297 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.297639: 488  0.148  0.443  0.051  0.143 -0.230  0.326   0.4986623367
+240208-13:27:55,303 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.303820: 494  0.148  0.443  0.051  0.143 -0.230  0.326   0.4986622626
+240208-13:27:55,304 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.304951: 495  0.148  0.443  0.051  0.143 -0.230  0.326   0.4986621889
+240208-13:27:55,316 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.316823:  powell nthiter 6: fret = 0.498662
+240208-13:27:55,316 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.316823: 506  0.148  0.443  0.051  0.143 -0.230  0.324   0.4986621210
+240208-13:27:55,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.337583: 525  0.151  0.444  0.051  0.143 -0.231  0.326   0.4986604157
+240208-13:27:55,338 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.338818: 526  0.150  0.444  0.051  0.143 -0.231  0.326   0.4986601569
+240208-13:27:55,365 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.365780: 551  0.150  0.444  0.051  0.143 -0.239  0.326   0.4986346969
+240208-13:27:55,376 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.376149: 561  0.150  0.444  0.051  0.143 -0.239  0.326   0.4986343831
+240208-13:27:55,378 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.378399: 563  0.150  0.444  0.051  0.143 -0.239  0.326   0.4986342030
+240208-13:27:55,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.379597: 564  0.150  0.444  0.051  0.143 -0.239  0.326   0.4986340185
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Powell done niters = 6
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Computing relative cost
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 0  -25.0 -25.0 -25.0   1.007734
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 1  -25.0 -25.0  25.0   1.028096
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 2  -25.0  25.0 -25.0   1.041163
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 3  -25.0  25.0  25.0   0.986690
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 4   25.0 -25.0 -25.0   1.020447
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 5   25.0 -25.0  25.0   1.003733
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 6   25.0  25.0 -25.0   1.017741
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 7   25.0  25.0  25.0   1.043744
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:REL:  8  0.498634    8.149349  1.018669 rel = 0.489496 
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Number of iterations     6
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Min cost was 0.498634
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Number of FunctionCalls   567
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:TolPowell 0.000100
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:nMaxItersPowell 36
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:OptimizationTime 0.613000 sec
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Parameters at optimum (transmm)  0.15043  0.44387  0.05130
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Parameters at optimum (rotdeg)  0.14334 -0.23926  0.32570 
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Final costs ----------------
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Number of surface hits 2355
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:WM  Intensity     0.5489 +/-   0.0494
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Ctx Intensity     0.5855 +/-   0.0678
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Pct Contrast      6.1428 +/-  11.8397
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Cost   0.4986
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:RelCost   0.5023
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031:Reg at min cost was 
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 0.99926   0.03837  -0.00345   0.16096;
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 0.00452  -0.02774   0.99960   2.67454;
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 0.03826  -0.99888  -0.02790  -5.49284;
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398031: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398818:
+240208-13:27:55,398 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.398876:Writing optimal reg to ./tmp.bbregister.329243/bbr.pass1.dat, type = 14 
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400064:Original Reg 
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400149: 0.99942   0.03404   0.00211   0.00005;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400149:-0.00107  -0.03046   0.99954   2.21671;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400149: 0.03409  -0.99896  -0.03041  -5.54974;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400149: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400266:
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400266:Original Reg - Optimal Reg
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400266: 0.00016  -0.00433   0.00557  -0.16090;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400266:-0.00560  -0.00272  -0.00007  -0.45784;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400266:-0.00417  -0.00008  -0.00251  -0.05691;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400266: 0.00000   0.00000   0.00000   0.00000;
+240208-13:27:55,400 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.400410:
+240208-13:27:55,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.474052:Computing change in lh position
+240208-13:27:55,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.474052:LH rmsDiffMean 0.372860
+240208-13:27:55,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.474052:Computing change in rh position
+240208-13:27:55,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.474052:Surface-RMS-Diff-mm 0.513789 0.199682 0.954999
+240208-13:27:55,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.474052:mri_segreg done
+240208-13:27:55,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.507885:mri_segreg --mov ./tmp.bbregister.329243/template.nii --init-reg ./tmp.bbregister.329243/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329243/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:cd /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:mri_segreg --mov ./tmp.bbregister.329243/template.nii --init-reg ./tmp.bbregister.329243/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329243/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5 
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:sysname  Linux
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:hostname comps09h01
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:machine  x86_64
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:user     fbeyer
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:movvol ./tmp.bbregister.329243/template.nii
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:regfile ./tmp.bbregister.329243/bbr.pass1.dat
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:subject 104983
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:dof 6
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:outregfile flair2anat.dat
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:outfile flair2anat_bbreg.nii.gz
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:UseMask 0
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:UseLH 1
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:UseRH 1
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:nsubsamp 1
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:PenaltySign  -1
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:PenaltySlope 0.500000
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:PenaltyCenter 0.000000
+240208-13:27:55,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:surfname white
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:GMProjFrac 0.500000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:WMProjAbs 2.000000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:lhcostfile (null)
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:rhcostfile (null)
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:interp  trilinear (1)
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:frame  0
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:TolPowell 0.000000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:nMaxItersPowell 36
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:n1dmin  3
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:Profile   0
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:Gdiag_no  -1
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:AddNoise  0 (0)
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:SynthSeed 1707912899
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:TransRandMax 0.000000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:RotRandMax 0.000000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:Translations 0.000000 0.000000 0.000000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:Rotations   0.000000 0.000000 0.000000
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449:Input reg
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449: 0.99926   0.03837  -0.00345   0.16096;
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449: 0.00452  -0.02774   0.99960   2.67454;
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449: 0.03826  -0.99888  -0.02790  -5.49284;
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.518449: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:55,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.519910:
+240208-13:27:58,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.242593:Loading mov
+240208-13:27:58,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.242593:Projecting LH Surfs
+240208-13:27:58,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.242593:Loading lh.white surf
+240208-13:27:58,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.242593:Loading lh.thickness for GM
+240208-13:28:00,470 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.470309:GM Proj: 1 0.500000 2.000000
+240208-13:28:00,470 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.470309:WM Proj: 0 0.500000 2.000000
+240208-13:28:00,470 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.470309:Projecting RH Surfs
+240208-13:28:00,470 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.470309:Loading rh.white surf
+240208-13:28:00,470 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.470309:Loading rh.thickness for GM
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Projecting RH Surfs
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Using lh.cortex.label
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Using rh.cortex.label
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Computing relative cost
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 0  -25.0 -25.0 -25.0   1.025322
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 1  -25.0 -25.0  25.0   1.011380
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 2  -25.0  25.0 -25.0   1.015988
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 3  -25.0  25.0  25.0   1.001934
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 4   25.0 -25.0 -25.0   1.003116
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 5   25.0 -25.0  25.0   1.026415
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 6   25.0  25.0 -25.0   1.013165
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006: 7   25.0  25.0  25.0   1.027778
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:REL:  8  0.524303    8.125100  1.015637 rel = 0.516231 
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Initial costs ----------------
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Number of surface hits 234569
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:WM  Intensity     0.5515 +/-   0.0511
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Ctx Intensity     0.5863 +/-   0.0668
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Pct Contrast      5.8576 +/-  11.7279
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Cost   0.5243
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:RelCost   0.5162
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:------------------------------------
+240208-13:28:01,498 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.498006:Brute force preopt -0.1 0.1 0.1, n = 729
+240208-13:28:01,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.500565:     0  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000      0.5074   0.5074  0.0
+240208-13:28:01,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.504285:     3  -0.1000  -0.1000  -0.1000  -0.1000   0.0000  -0.1000      0.5060   0.5060  0.0
+240208-13:28:01,505 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.505448:     4  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.0000      0.5052   0.5052  0.0
+240208-13:28:01,507 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.507612:     6  -0.1000  -0.1000  -0.1000  -0.1000   0.1000  -0.1000      0.5043   0.5043  0.0
+240208-13:28:01,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.516899:    15  -0.1000  -0.1000  -0.1000   0.0000   0.1000  -0.1000      0.5036   0.5036  0.0
+240208-13:28:01,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.518057:    16  -0.1000  -0.1000  -0.1000   0.0000   0.1000   0.0000      0.5034   0.5034  0.0
+240208-13:28:01,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.532467:    30  -0.1000  -0.1000   0.0000  -0.1000   0.0000  -0.1000      0.5025   0.5025  0.0
+240208-13:28:01,533 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.533636:    31  -0.1000  -0.1000   0.0000  -0.1000   0.0000   0.0000      0.5020   0.5020  0.0
+240208-13:28:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.535785:    33  -0.1000  -0.1000   0.0000  -0.1000   0.1000  -0.1000      0.5015   0.5015  0.0
+240208-13:28:01,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.536998:    34  -0.1000  -0.1000   0.0000  -0.1000   0.1000   0.0000      0.5015   0.5015  0.0
+240208-13:28:01,546 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.546207:    43  -0.1000  -0.1000   0.0000   0.0000   0.1000   0.0000      0.5014   0.5014  0.0
+240208-13:28:01,619 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.619811:   114  -0.1000   0.0000   0.0000  -0.1000   0.1000  -0.1000      0.5011   0.5011  0.0
+240208-13:28:01,629 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.629154:   123  -0.1000   0.0000   0.0000   0.0000   0.1000  -0.1000      0.5006   0.5006  0.0
+240208-13:28:01,781 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.781406:   271   0.0000  -0.1000   0.0000  -0.1000  -0.1000   0.0000      0.5004   0.5004  0.0
+240208-13:28:01,784 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.784707:   274   0.0000  -0.1000   0.0000  -0.1000   0.0000   0.0000      0.4998   0.4998  0.0
+240208-13:28:01,794 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.794177:   283   0.0000  -0.1000   0.0000   0.0000   0.0000   0.0000      0.4991   0.4991  0.0
+240208-13:28:01,876 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.876774:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4986   0.4986  0.0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Brute Force --------------------------
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Min cost was 0.498634
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Number of iterations   729
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Search time 0.751000 sec
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Parameters at best (transmm, rotdeg)
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:--------------------------------------------
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Starting Powell Minimization
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:Init Powel Params dof = 6
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:0 0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:1 0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:2 0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:3 0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:4 0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:5 0
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:fs_powell::minimize
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:  nparams 6
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:  maxfev 36
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:  ftol   0.000000
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:  linmin_xtol_   0.001000
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:  powell nthiter 0: fret = 0.524303
+240208-13:28:02,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.886146:   7 -0.047  0.000  0.000  0.000  0.000  0.000   0.5239833681
+240208-13:28:02,967 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.967583:   8 -0.055  0.000  0.000  0.000  0.000  0.000   0.5239814607
+240208-13:28:03,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.049428:   9 -0.052  0.000  0.000  0.000  0.000  0.000   0.5239802400
+240208-13:28:03,768 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.768391:  18 -0.051 -0.226  0.000  0.000  0.000  0.000   0.5226678590
+240208-13:28:03,928 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.928379:  20 -0.051 -0.236  0.000  0.000  0.000  0.000   0.5226655347
+240208-13:28:04,9 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.009716:  21 -0.051 -0.237  0.000  0.000  0.000  0.000   0.5226655244
+240208-13:28:04,652 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.652665:  29 -0.051 -0.237  0.004  0.000  0.000  0.000   0.5226606963
+240208-13:28:04,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.734053:  30 -0.051 -0.237  0.007  0.000  0.000  0.000   0.5226597296
+240208-13:28:05,451 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.451726:  39 -0.051 -0.237  0.007 -0.065  0.000  0.000   0.5224976354
+240208-13:28:06,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.249906:  49 -0.051 -0.237  0.007 -0.064  0.064  0.000   0.5222749938
+240208-13:28:06,331 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.331175:  50 -0.051 -0.237  0.007 -0.064  0.051  0.000   0.5222617235
+240208-13:28:06,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.892304:  57 -0.051 -0.237  0.007 -0.064  0.050 -0.618   0.5206067695
+240208-13:28:07,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.053491:  59 -0.051 -0.237  0.007 -0.064  0.050 -0.347   0.5182759841
+240208-13:28:07,215 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.215477:  61 -0.051 -0.237  0.007 -0.064  0.050 -0.346   0.5182759812
+240208-13:28:07,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.296396:  62 -0.051 -0.237  0.007 -0.064  0.050 -0.345   0.5182757574
+240208-13:28:07,776 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.776163:  68 -0.051 -0.237  0.007 -0.064  0.050 -0.344   0.5182757219
+240208-13:28:08,413 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.413629:  powell nthiter 1: fret = 0.518276
+240208-13:28:08,413 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.413629:  76 -0.131 -0.237  0.007 -0.064  0.050 -0.344   0.5175269965
+240208-13:28:08,494 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.494791:  77 -0.134 -0.237  0.007 -0.064  0.050 -0.344   0.5175251695
+240208-13:28:08,575 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.575442:  78 -0.135 -0.237  0.007 -0.064  0.050 -0.344   0.5175250183
+240208-13:28:09,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.213163:  86 -0.135 -0.202  0.007 -0.064  0.050 -0.344   0.5175100004
+240208-13:28:09,294 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.294406:  87 -0.135 -0.211  0.007 -0.064  0.050 -0.344   0.5175077394
+240208-13:28:09,375 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.375642:  88 -0.135 -0.212  0.007 -0.064  0.050 -0.344   0.5175077321
+240208-13:28:10,15 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.015028:  96 -0.135 -0.212  0.037 -0.064  0.050 -0.344   0.5173608103
+240208-13:28:10,97 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.097075:  97 -0.135 -0.212  0.043 -0.064  0.050 -0.344   0.5173531171
+240208-13:28:10,178 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.178171:  98 -0.135 -0.212  0.046 -0.064  0.050 -0.344   0.5173526321
+240208-13:28:10,263 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.263263:  99 -0.135 -0.212  0.045 -0.064  0.050 -0.344   0.5173525354
+240208-13:28:10,902 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.902004: 107 -0.135 -0.212  0.045 -0.118  0.050 -0.344   0.5172917163
+240208-13:28:10,983 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.983219: 108 -0.135 -0.212  0.045 -0.103  0.050 -0.344   0.5172859455
+240208-13:28:11,63 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:11.063925: 109 -0.135 -0.212  0.045 -0.105  0.050 -0.344   0.5172857619
+240208-13:28:11,145 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:11.145572: 110 -0.135 -0.212  0.045 -0.106  0.050 -0.344   0.5172856326
+240208-13:28:11,943 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:11.943513: 120 -0.135 -0.212  0.045 -0.106  0.067 -0.344   0.5172622214
+240208-13:28:12,25 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:12.025352: 121 -0.135 -0.212  0.045 -0.106  0.068 -0.344   0.5172621429
+240208-13:28:12,663 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:12.663112: 129 -0.135 -0.212  0.045 -0.106  0.068 -0.420   0.5171099709
+240208-13:28:12,744 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:12.744394: 130 -0.135 -0.212  0.045 -0.106  0.068 -0.410   0.5171071785
+240208-13:28:13,462 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:13.462877: 139 -0.168 -0.202  0.060 -0.123  0.074 -0.436   0.5170309129
+240208-13:28:13,544 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:13.544287: 140 -0.164 -0.203  0.058 -0.121  0.074 -0.433   0.5170283397
+240208-13:28:13,626 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:13.626082: 141 -0.163 -0.204  0.058 -0.120  0.073 -0.432   0.5170280532
+240208-13:28:13,867 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:13.867358: 144 -0.162 -0.204  0.057 -0.120  0.073 -0.432   0.5170279772
+240208-13:28:14,822 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.822538:  powell nthiter 2: fret = 0.517028
+240208-13:28:14,822 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.822538: 156 -0.162 -0.204  0.057 -0.120  0.073 -0.435   0.5170276985
+240208-13:28:15,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:15.609931: 166 -0.162 -0.212  0.057 -0.120  0.073 -0.435   0.5170263949
+240208-13:28:16,547 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.547707: 178 -0.162 -0.210  0.064 -0.120  0.073 -0.435   0.5170193826
+240208-13:28:16,705 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.705482: 180 -0.162 -0.210  0.066 -0.120  0.073 -0.435   0.5170189178
+240208-13:28:17,426 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:17.426758: 189 -0.162 -0.210  0.066 -0.140  0.073 -0.435   0.5170136041
+240208-13:28:17,512 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:17.512398: 190 -0.162 -0.210  0.066 -0.133  0.073 -0.435   0.5170122295
+240208-13:28:17,601 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:17.601138: 191 -0.162 -0.210  0.066 -0.134  0.073 -0.435   0.5170122127
+240208-13:28:19,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.260373: 210 -0.159 -0.211  0.065 -0.132  0.073 -0.432   0.5170120499
+240208-13:28:19,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.436399: 212 -0.160 -0.210  0.065 -0.133  0.073 -0.433   0.5170117972
+240208-13:28:19,527 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.527287: 213 -0.160 -0.210  0.065 -0.133  0.073 -0.433   0.5170117696
+240208-13:28:20,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.566268:  powell nthiter 3: fret = 0.517012
+240208-13:28:20,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.566268: 225 -0.160 -0.210  0.065 -0.133  0.073 -0.436   0.5170115386
+240208-13:28:21,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.516286: 236 -0.160 -0.214  0.065 -0.133  0.073 -0.436   0.5170113314
+240208-13:28:21,604 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:21.604617: 237 -0.160 -0.213  0.065 -0.133  0.073 -0.436   0.5170113200
+240208-13:28:22,362 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.362097: 246 -0.160 -0.212  0.068 -0.133  0.073 -0.436   0.5170095644
+240208-13:28:22,445 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.445570: 247 -0.160 -0.212  0.071 -0.133  0.073 -0.436   0.5170094942
+240208-13:28:22,691 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.691854: 250 -0.160 -0.212  0.070 -0.133  0.073 -0.436   0.5170092427
+240208-13:28:23,338 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.338457: 258 -0.160 -0.212  0.070 -0.137  0.073 -0.436   0.5170088175
+240208-13:28:25,56 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.056221: 279 -0.160 -0.212  0.070 -0.135  0.073 -0.436   0.5170086754
+240208-13:28:25,138 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.138675: 280 -0.160 -0.212  0.070 -0.135  0.073 -0.435   0.5170085068
+240208-13:28:26,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:26.678195: 299 -0.160 -0.212  0.070 -0.135  0.073 -0.435   0.5170084962
+240208-13:28:28,212 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.212172:  powell nthiter 4: fret = 0.517008
+240208-13:28:28,212 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.212172: 318 -0.160 -0.214  0.069 -0.135  0.073 -0.435   0.5170084611
+240208-13:28:31,275 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:31.275099: 356 -0.160 -0.215  0.069 -0.135  0.072 -0.435   0.5170084428
+240208-13:28:32,731 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:32.731702: 374 -0.160 -0.215  0.070 -0.135  0.072 -0.435   0.5170084419
+240208-13:28:34,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.249556:  powell nthiter 5: fret = 0.517008
+240208-13:28:34,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.249556: 393 -0.160 -0.214  0.070 -0.135  0.072 -0.435   0.5170083848
+240208-13:28:38,259 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.259092: 442 -0.160 -0.214  0.069 -0.135  0.072 -0.435   0.5170083471
+240208-13:28:43,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.266245:  powell nthiter 6: fret = 0.517008
+240208-13:28:43,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.266245: 504 -0.159 -0.214  0.071 -0.136  0.072 -0.437   0.5170083047
+240208-13:28:43,429 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:43.429556: 506 -0.159 -0.214  0.072 -0.136  0.072 -0.438   0.5170081692
+240208-13:28:47,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.804267:  powell nthiter 7: fret = 0.517008
+240208-13:28:47,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.804267: 556 -0.159 -0.215  0.072 -0.139  0.072 -0.438   0.5170081643
+240208-13:28:49,575 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.575740: 578 -0.159 -0.215  0.072 -0.139  0.072 -0.438   0.5170081541
+240208-13:28:49,736 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.736647: 580 -0.159 -0.215  0.072 -0.139  0.072 -0.438   0.5170081154
+240208-13:28:53,307 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:53.307889:  powell nthiter 8: fret = 0.517008
+240208-13:28:53,308 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:53.307889: 625 -0.159 -0.214  0.072 -0.139  0.072 -0.438   0.5170081019
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Powell done niters = 8
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Computing relative cost
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 0  -25.0 -25.0 -25.0   1.023503
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 1  -25.0 -25.0  25.0   1.010529
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 2  -25.0  25.0 -25.0   1.016742
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 3  -25.0  25.0  25.0   1.000847
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 4   25.0 -25.0 -25.0   1.002920
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 5   25.0 -25.0  25.0   1.024951
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 6   25.0  25.0 -25.0   1.010701
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 7   25.0  25.0  25.0   1.027968
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:REL:  8  0.517008    8.118161  1.014770 rel = 0.509483 
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Number of iterations     8
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Min cost was 0.517008
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Number of FunctionCalls   654
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:TolPowell 0.000000
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:nMaxItersPowell 36
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:OptimizationTime 53.360000 sec
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Parameters at optimum (transmm) -0.15913 -0.21411  0.07198
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Parameters at optimum (rotdeg) -0.13855  0.07165 -0.43781 
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Final costs ----------------
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Number of surface hits 234569
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:WM  Intensity     0.5513 +/-   0.0505
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Ctx Intensity     0.5872 +/-   0.0662
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Pct Contrast      6.0352 +/-  11.5584
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Cost   0.5170
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:RelCost   0.5162
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:Reg at min cost was 
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 0.99931   0.03689   0.00415   0.01528;
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227:-0.00302  -0.03044   0.99953   2.44588;
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 0.03699  -0.99886  -0.03031  -5.42750;
+240208-13:28:56,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.500227: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:56,501 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.501010:
+240208-13:28:56,501 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:56.501070:Writing optimal reg to flair2anat.dat, type = 14 
+240208-13:28:58,515 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.515892:Writing output volume to flair2anat_bbreg.nii.gz 
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.515892:Original Reg 
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516141: 0.99926   0.03837  -0.00345   0.16096;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516141: 0.00452  -0.02774   0.99960   2.67454;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516141: 0.03826  -0.99888  -0.02790  -5.49284;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516141: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516291:
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516291:Original Reg - Optimal Reg
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516291:-0.00005   0.00148  -0.00760   0.14568;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516291: 0.00754   0.00270   0.00007   0.22866;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516291: 0.00126  -0.00002   0.00241  -0.06534;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516291: 0.00000   0.00000   0.00000   0.00000;
+240208-13:28:58,516 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.516445:
+240208-13:28:58,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.587989:Computing change in lh position
+240208-13:28:58,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.587989:LH rmsDiffMean 0.247329
+240208-13:28:58,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.587989:Computing change in rh position
+240208-13:28:58,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.587989:Surface-RMS-Diff-mm 0.355127 0.165783 0.774245
+240208-13:28:58,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.587989:mri_segreg done
+240208-13:28:58,633 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.633377:MinCost: 0.517008 0.551310 0.587186 6.035198 
+240208-13:28:58,636 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.636273:tkregister2_cmdl --mov /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --noedit --fslregout flair2anat.mat
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:tkregister_tcl /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/tktools/tkregister2.tcl
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:INFO: no target volume specified, assuming FreeSurfer orig volume.
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:target  volume orig
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:movable volume /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:reg file       flair2anat.dat
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:LoadVol        0
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:ZeroCRAS       0
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:$Id: tkregister2.c,v 1.132.2.1 2016/08/02 21:17:29 greve Exp $
+240208-13:28:58,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:Diagnostic Level -1
+240208-13:28:58,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:---- Input registration matrix --------
+240208-13:28:58,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707: 0.99931   0.03689   0.00415   0.01528;
+240208-13:28:58,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707:-0.00302  -0.03044   0.99953   2.44588;
+240208-13:28:58,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707: 0.03699  -0.99886  -0.03031  -5.42750;
+240208-13:28:58,657 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.656707: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:58,782 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829:float2int = 0
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829:---------------------------------------
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829:INFO: loading target /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104983/mri/orig.mgz
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829:Ttarg: --------------------
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829:-1.00000   0.00000   0.00000   128.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.782829: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783297:INFO: loading movable /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783297:Tmov: --------------------
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783297:-1.00000   0.00000   0.00000   80.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783297: 0.00000   0.00000   1.00000  -87.99999;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783297: 0.00000  -1.00000   0.00000   107.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783297: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783467:mkheaderreg = 0, float2int = 0
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783467:---- Input registration matrix --------
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783467: 0.99931   0.03689   0.00415   0.01528;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783467:-0.00302  -0.03044   0.99953   2.44588;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783467: 0.03699  -0.99886  -0.03031  -5.42750;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783467: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616:Determinant 1
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616:subject = 104983
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616:RegMat ---------------------------
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616: 0.99931   0.03689   0.00415   0.01528;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616:-0.00302  -0.03044   0.99953   2.44588;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616: 0.03699  -0.99886  -0.03031  -5.42750;
+240208-13:28:58,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.783616: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:58,795 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.795708:FSLOUTPUTTYPE NIFTI_GZ 
+240208-13:28:58,795 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.795708:tkreg2FSL: mov det = -1, ref det = -1
+240208-13:28:58,799 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.799089:Cleaning up
+240208-13:28:58,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.811539: 
+240208-13:28:58,814 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.814140:Started at Thu 08 Feb 2024 01:26:28 PM CET 
+240208-13:28:58,818 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.818022:Ended   at Thu 08 Feb 2024 01:28:58 PM CET
+240208-13:28:58,820 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.820509:BBR-Run-Time-Sec 150
+240208-13:28:58,823 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.823113: 
+240208-13:28:58,825 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.825358:bbregister Done
+240208-13:28:58,827 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.827855:To check results, run:
+240208-13:28:58,830 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.830436:tkregisterfv --mov /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --surfs 
+240208-13:28:58,831 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:58.831400: 
+240208-13:28:58,876 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 150.626057s.
+240208-13:28:58,892 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_lh" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/annot2label_lh".
+240208-13:28:58,904 nipype.workflow INFO:
+	 [Node] Executing "annot2label_lh" <utils.Annot2Label>
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:subject = 104983
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:annotation = aparc
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:hemi = lh
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:surface   = white
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:Reading surface 
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/surf/lh.white
+240208-13:29:00,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.049407:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/label/lh.aparc.annot
+240208-13:29:00,104 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:00.104650:reading colortable from annotation file...
+240208-13:29:00,104 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:00.104889:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:29:00,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.150141:Seg base 1000
+240208-13:29:00,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.150141:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:29:00,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.150141:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:29:00,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.150141:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:29:00,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.150141:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:29:00,150 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:00.150141:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:29:00,198 nipype.workflow INFO:
+	 [Node] Finished "annot2label_lh", elapsed time 1.293649s.
+240208-13:29:00,205 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_rh" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/annot2label_rh".
+240208-13:29:00,212 nipype.workflow INFO:
+	 [Node] Executing "annot2label_rh" <utils.Annot2Label>
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:subject = 104983
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:annotation = aparc
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:hemi = rh
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:surface   = white
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:Reading surface 
+240208-13:29:01,377 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/surf/rh.white
+240208-13:29:01,378 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.377705:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/label/rh.aparc.annot
+240208-13:29:01,406 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:01.406754:reading colortable from annotation file...
+240208-13:29:01,407 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:01.406990:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:29:01,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.436269:Seg base 2000
+240208-13:29:01,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.436269:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:29:01,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.436269:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:29:01,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.436269:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:29:01,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.436269:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:29:01,436 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.436269:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:29:01,486 nipype.workflow INFO:
+	 [Node] Finished "annot2label_rh", elapsed time 1.27278s.
+240208-13:29:01,492 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.applyreg" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/applyreg".
+240208-13:29:01,501 nipype.workflow INFO:
+	 [Node] Executing "applyreg" <nipype.interfaces.freesurfer.preprocess.ApplyVolTransform>
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490:fstargfile orig.mgz
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490:
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490:Matrix from regfile:
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490: 0.99931   0.03689   0.00415   0.01528;
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490:-0.00302  -0.03044   0.99953   2.44588;
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490: 0.03699  -0.99886  -0.03031  -5.42750;
+240208-13:29:01,535 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.535490: 0.00000   0.00000   0.00000   1.00000;
+240208-13:29:01,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:
+240208-13:29:01,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:Using /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104983/mri/orig.mgz as targ volume
+240208-13:29:01,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:movvol /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH.nii.gz
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:targvol /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104983/mri/orig.mgz
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:outvol /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH_warped.nii.gz
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:regfile /data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:invert 0
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:tal    0
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:talres 2
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:regheader 0
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:noresample 0
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:interp  trilinear (1)
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:precision  float (3)
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:Gdiag_no  -1
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:Synth      0
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:SynthSeed  1707931454
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:niiRead(): NIFTI_UNITS_UNKNOWN, assuming mm
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:Final tkRAS-to-tkRAS Matrix is:
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784: 0.99931   0.03689   0.00415   0.01528;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784:-0.00302  -0.03044   0.99953   2.44588;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784: 0.03699  -0.99886  -0.03031  -5.42750;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.886784: 0.00000   0.00000   0.00000   1.00000;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432:
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432:
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432:Vox2Vox Matrix is:
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432: 0.99931   0.00415  -0.03689  -43.73635;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432: 0.03699  -0.03031   0.99886  -16.28188;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432: 0.00302  -0.99953  -0.03044   221.89551;
+240208-13:29:01,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:01.887432: 0.00000   0.00000   0.00000   1.00000;
+240208-13:29:03,603 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.603863:
+240208-13:29:03,604 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.603863:Resampling
+240208-13:29:03,604 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.603863:Output registration matrix is identity
+240208-13:29:03,604 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.603863:
+240208-13:29:03,604 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.603863:mri_vol2vol done
+240208-13:29:03,644 nipype.workflow INFO:
+	 [Node] Finished "applyreg", elapsed time 2.141932s.
+240208-13:29:03,650 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.aparc2aseg" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/aparc2aseg".
+240208-13:29:03,660 nipype.workflow INFO:
+	 [Node] Executing "aparc2aseg" <utils.Aparc2Aseg>
+240208-13:29:03,788 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:03.788138:freadInt: fread failed
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:subject 104983
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:outvol lobes+aseg.nii.gz
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:useribbon 0
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:baseoffset 0
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:labeling wm
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:labeling hypo-intensities as wm
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:dmaxctx 5.000000
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:RipUnknown 1
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331:Reading lh white surface 
+240208-13:29:03,788 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:03.788331: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/surf/lh.white
+240208-13:29:05,72 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:05.072280:freadInt: fread failed
+240208-13:29:05,72 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:05.072457:
+240208-13:29:05,72 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:05.072457:Reading lh pial surface 
+240208-13:29:05,72 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:05.072457: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/surf/lh.pial
+240208-13:29:06,158 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.157960:
+240208-13:29:06,158 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.157960:Loading lh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/label/lh.lobes.annot
+240208-13:29:06,172 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:06.172517:reading colortable from annotation file...
+240208-13:29:06,172 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:06.172712:colortable with 8 entries read (originally none)
+240208-13:29:06,389 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:06.389784:freadInt: fread failed
+240208-13:29:06,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:Have color table for lh white annotation
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:Ripping vertices labeled as unkown
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:Ripped 8282 vertices from left hemi
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:Building hash of lh white
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:Building hash of lh pial
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969:Reading rh white surface 
+240208-13:29:06,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:06.389969: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/surf/rh.white
+240208-13:29:07,640 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:07.640111:freadInt: fread failed
+240208-13:29:07,640 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:07.640291:
+240208-13:29:07,640 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:07.640291:Reading rh pial surface 
+240208-13:29:07,640 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:07.640291: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/surf/rh.pial
+240208-13:29:08,815 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:08.815368:
+240208-13:29:08,815 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:08.815368:Loading rh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/label/rh.lobes.annot
+240208-13:29:08,831 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:08.831373:reading colortable from annotation file...
+240208-13:29:08,831 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:08.831613:colortable with 8 entries read (originally none)
+240208-13:29:09,50 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:09.050127:znzreadInt: znzread failed
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:Have color table for rh white annotation
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:Ripping vertices labeled as unkown
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:Ripped 8180 vertices from right hemi
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:Building hash of rh white
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:Building hash of rh pial
+240208-13:29:09,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.050326:Loading ribbon segmentation from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/mri/ribbon.mgz
+240208-13:29:09,741 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:09.741938:znzreadInt: znzread failed
+240208-13:29:09,742 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:09.742137:Loading filled from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/mri/ribbon.mgz
+240208-13:29:10,813 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:10.812919:reading colortable from MGH file...
+240208-13:29:10,816 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:10.816916:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:29:10,817 nipype.interface INFO:
+	 stderr 2024-02-08T13:29:10.817158:znzreadInt: znzread failed
+240208-13:29:10,817 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:10.817235:
+240208-13:29:10,817 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:10.817235:Loading aseg from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104983/mri/aseg.mgz
+240208-13:29:21,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:21.348724:ASeg Vox2RAS: -----------
+240208-13:29:21,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:21.348724:-1.00000   0.00000   0.00000   128.00000;
+240208-13:29:21,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:21.348724: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:29:21,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:21.348724: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:29:21,349 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:21.348724: 0.00000   0.00000   0.00000   1.00000;
+240208-13:29:23,199 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:23.198939:-------------------------
+240208-13:29:23,199 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:23.198939:
+240208-13:29:23,199 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:23.198939:Labeling Slice
+240208-13:29:24,327 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:24.327922:  0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19 
+240208-13:29:24,543 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:24.543242: 20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39 
+240208-13:29:24,755 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:24.755590: 40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59 
+240208-13:29:28,350 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:28.350656: 60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79 
+240208-13:29:45,10 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:45.010459: 80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 
+240208-13:30:13,437 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:13.437147:100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 
+240208-13:30:36,460 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:36.460001:120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 
+240208-13:31:02,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:02.973272:140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 
+240208-13:31:16,370 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:16.370059:160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 
+240208-13:31:19,328 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:19.328703:180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 
+240208-13:31:19,543 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:19.543786:200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 
+240208-13:31:19,747 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:19.747815:220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 nctx = 832481
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:Used brute-force search on 80 voxels
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:Fixing Parahip LH WM
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:  Found 0 clusters
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:Fixing Parahip RH WM
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:  Found 0 clusters
+240208-13:31:20,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:20.537016:Writing output aseg to lobes+aseg.nii.gz
+240208-13:31:20,980 nipype.workflow INFO:
+	 [Node] Finished "aparc2aseg", elapsed time 137.319282s.
+240208-13:31:20,994 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.filter_lobes" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/filter_lobes".
+240208-13:31:21,4 nipype.workflow INFO:
+	 [Node] Executing "filter_lobes" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:22,826 nipype.workflow INFO:
+	 [Node] Finished "filter_lobes", elapsed time 1.821162s.
+240208-13:31:22,832 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ventricles_mask" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/ventricles_mask".
+240208-13:31:22,839 nipype.workflow INFO:
+	 [Node] Executing "ventricles_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:23,667 nipype.workflow INFO:
+	 [Node] Finished "ventricles_mask", elapsed time 0.827033s.
+240208-13:31:23,673 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.cortex_mask" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/cortex_mask".
+240208-13:31:23,680 nipype.workflow INFO:
+	 [Node] Executing "cortex_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:25,104 nipype.workflow INFO:
+	 [Node] Finished "cortex_mask", elapsed time 1.422766s.
+240208-13:31:25,111 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bgt_mask" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/bgt_mask".
+240208-13:31:25,118 nipype.workflow INFO:
+	 [Node] Executing "bgt_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:26,602 nipype.workflow INFO:
+	 [Node] Finished "bgt_mask", elapsed time 1.483606s.
+240208-13:31:26,608 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ndist_map" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/ndist_map".
+240208-13:31:26,616 nipype.workflow INFO:
+	 [Node] Executing "ndist_map" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:37,564 nipype.workflow INFO:
+	 [Node] Finished "ndist_map", elapsed time 10.935166s.
+240208-13:31:37,589 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.gen_wmparc" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/gen_wmparc".
+240208-13:31:37,618 nipype.workflow INFO:
+	 [Node] Executing "gen_wmparc" <nipype.interfaces.utility.wrappers.Function>
+Writing output labelmap
+240208-13:33:09,645 nipype.workflow INFO:
+	 [Node] Finished "gen_wmparc", elapsed time 92.023006s.
+240208-13:33:09,653 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.lobe_wmparc" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/lobe_wmparc".
+240208-13:33:09,662 nipype.workflow INFO:
+	 [Node] Executing "lobe_wmparc" <nipype.interfaces.utility.wrappers.Function>
+[ 0.  5. 11. 12. 13. 14. 21. 22. 23. 24.]
+240208-13:33:13,316 nipype.workflow INFO:
+	 [Node] Finished "lobe_wmparc", elapsed time 3.653126s.
+240208-13:33:13,324 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.depth_wmparc" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/depth_wmparc".
+240208-13:33:13,334 nipype.workflow INFO:
+	 [Node] Executing "depth_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:33:15,724 nipype.workflow INFO:
+	 [Node] Finished "depth_wmparc", elapsed time 2.388603s.
+240208-13:33:15,733 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bullseye_wmparc" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/bullseye/bullseye_wmparc".
+240208-13:33:15,753 nipype.workflow INFO:
+	 [Node] Executing "bullseye_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:33:24,426 nipype.workflow INFO:
+	 [Node] Finished "bullseye_wmparc", elapsed time 8.672095s.
+240208-13:33:24,433 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.extractparc" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/extractparc".
+240208-13:33:24,445 nipype.workflow INFO:
+	 [Node] Executing "extractparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:33:28,761 nipype.workflow INFO:
+	 [Node] Finished "extractparc", elapsed time 4.314912s.
+240208-13:33:28,770 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.datasink" in "/data/pt_02271/Data/wd/104983/bullseyelesion_bbreg/datasink".
+240208-13:33:29,22 nipype.workflow INFO:
+	 [Node] Executing "datasink" <nipype.interfaces.io.DataSink>
+240208-13:33:29,51 nipype.workflow INFO:
+	 [Node] Finished "datasink", elapsed time 0.027705s.
diff --git a/bullseye_workflow/log/spatialwmh_209618_2.err b/bullseye_workflow/log/spatialwmh_209618_2.err
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/spatialwmh_209618_2.out b/bullseye_workflow/log/spatialwmh_209618_2.out
new file mode 100644
index 0000000000000000000000000000000000000000..7e25518a6d916c94bdbdca1d6d7b3956d9b55f66
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209618_2.out
@@ -0,0 +1,2004 @@
+104981
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:26:27,932 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:26:27,986 nipype.workflow INFO:
+	 Running serially.
+240208-13:26:27,986 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:26:27,993 nipype.workflow INFO:
+	 [Node] Executing "fileselect" <nipype.interfaces.io.SelectFiles>
+240208-13:26:28,22 nipype.workflow INFO:
+	 [Node] Finished "fileselect", elapsed time 0.024517s.
+240208-13:26:28,29 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:26:28,37 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:26:28,218 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.218313:tmp ./tmp.bbregister.329156
+240208-13:26:28,218 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.218551:Log file is flair2anat.dat.log
+240208-13:26:28,227 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.227513:Thu 08 Feb 2024 01:26:28 PM CET
+240208-13:26:28,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.230261:
+240208-13:26:28,232 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.232655:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:26:28,237 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.237776:cd /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:28,240 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.240266:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104981
+240208-13:26:28,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.242730:
+240208-13:26:28,245 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.245025:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:26:28,248 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.248349:Linux comps09h01 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:26:28,250 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.250758:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:26:28,253 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.253683:mri_convert /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329156/template.nii
+240208-13:26:28,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.656465:mri_convert.bin /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329156/template.nii 
+240208-13:26:29,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:reading from /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:TR=0.00, TE=0.00, TI=0.00, flip angle=0.00
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:i_ras = (-0.999016, 0.00750959, -0.0437213)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:j_ras = (-0.00119138, 0.98067, 0.195663)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:k_ras = (-0.0443456, -0.195523, 0.979696)
+240208-13:26:29,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.201749:writing to ./tmp.bbregister.329156/template.nii...
+240208-13:26:29,213 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.213138:mri_coreg --s 104981 --mov ./tmp.bbregister.329156/template.nii --regdat ./tmp.bbregister.329156/reg.init.dat --reg ./tmp.bbregister.329156/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01
+240208-13:26:30,58 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.058568:reading colortable from MGH file...
+240208-13:26:30,60 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.060169:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:$Id: mri_coreg.c,v 1.27 2016/04/30 15:11:49 greve Exp $
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:cwd /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:cmdline mri_coreg --s 104981 --mov ./tmp.bbregister.329156/template.nii --regdat ./tmp.bbregister.329156/reg.init.dat --reg ./tmp.bbregister.329156/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01 
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:sysname  Linux
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:hostname comps09h01
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:machine  x86_64
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:user     fbeyer
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:dof    6
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:nsep    1
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:cras0    1
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:ftol    0.000100
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:linmintol    0.010000
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:bf       1
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:bflim    30.000000
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:bfnsamp    30
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:SmoothRef 0
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:SatPct    99.990000
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:MovOOB 0
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:optschema 1
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:Reading in mov ./tmp.bbregister.329156/template.nii
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:Reading in ref /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/brainmask.mgz
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:Reading in and applying refmask /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/aparc+aseg.mgz
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:Setting cras translation parameters to align centers
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:Creating random numbers for coordinate dithering
+240208-13:26:39,393 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.393086:Performing intensity dithering
+240208-13:26:48,859 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:Initial parameters  1.2070 -5.9865 -6.3105  0.0000  0.0000  0.0000  1.0000  1.0000  1.0000  0.0000  0.0000  0.0000 
+240208-13:26:48,859 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:Separation list (1):  4   min = 4
+240208-13:26:48,859 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:DoSmoothing 1
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:DoCoordDither 1
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:DoIntensityDither 1
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:nitersmax 4
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:ftol 1.000e-04
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:linmintol 1.000e-02
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:SatPct 99.990000
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:Hist FWHM 7.000000 7.000000
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:nthreads 1
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:movsat = 1.0000
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:mov gstd 1.8914 1.8914 1.8914
+240208-13:26:48,860 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.859549:Smoothing mov
+240208-13:27:11,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.504249:refsat = 113.0000
+240208-13:27:11,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.504249:ref gstd 1.8914 1.8914 1.8914
+240208-13:27:11,504 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.504249:Smoothing ref
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055:COREGpreproc() done
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055:Testing if mov and target overlap
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055:Init cost   -1.0346157428
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055:nhits = 92595 out of 16777216, Percent Overlap:  35.3
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055:Initial  RefRAS-to-MovRAS
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055: 1.00000   0.00000   0.00000   1.20701;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055: 0.00000   1.00000   0.00000  -5.98645;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055: 0.00000   0.00000   1.00000  -6.31049;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563055: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563402:Initial  RefVox-to-MovVox
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563402: 0.99902   0.04372   0.00751  -54.40641;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563402: 0.00119  -0.19566   0.98067   6.25968;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563402: 0.04435  -0.97970  -0.19552   231.68631;
+240208-13:27:11,563 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.563402: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:31,399 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.399304:sep = 4 -----------------------------------
+240208-13:27:31,399 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.399304:COREGoptBruteForce() 30 1 30
+240208-13:27:31,399 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.399304:Turning on MovOOB for BruteForce Search
+240208-13:27:31,399 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.399304:#BF# sep= 4 iter=0 lim=30.0 delta=2.00  -0.79299  -1.98645  -0.31049   0.00000   0.00000   0.00000   -1.0339022
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:Turning  MovOOB back off after brute force search
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:---------------------------------
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:Init Powel Params dof = 6
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:Starting OpenPowel2(), sep = 4
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:InitialCost        -1.0444360971 
+240208-13:27:31,464 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.464140:#@#  4  188  -0.79299 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0444361
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:fs_powell::minimize
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:  nparams 6
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:  maxfev 4
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:  ftol   0.000100
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:  linmin_xtol_   0.010000
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:  powell nthiter 0: fret = -1.044436
+240208-13:27:31,593 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.593164:#@#  4  190  0.20701 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0449624
+240208-13:27:31,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.846965:#@#  4  194  -0.17496 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0450194
+240208-13:27:31,912 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.912258:#@#  4  195  -0.06453 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0450382
+240208-13:27:31,975 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.975147:#@#  4  196  -0.04732 -1.98645 -0.31049 0.00000 0.00000 0.00000   -1.0450391
+240208-13:27:32,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:32.678020:#@#  4  207  -0.04732 -1.99684 0.68951 0.00000 0.00000 0.00000   -1.0451498
+240208-13:27:32,936 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:32.936774:#@#  4  211  -0.04732 -1.99684 0.30754 0.00000 0.00000 0.00000   -1.0452808
+240208-13:27:33,67 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.067815:#@#  4  213  -0.04732 -1.99684 0.26442 0.00000 0.00000 0.00000   -1.0452825
+240208-13:27:33,651 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.651712:#@#  4  222  -0.04732 -1.99684 0.27442 0.38197 0.00000 0.00000   -1.0454516
+240208-13:27:33,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.780573:#@#  4  224  -0.04732 -1.99684 0.27442 0.47518 0.00000 0.00000   -1.0454592
+240208-13:27:34,353 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.353834:#@#  4  233  -0.04732 -1.99684 0.27442 0.47518 -0.10024 0.00000   -1.0454673
+240208-13:27:35,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.509268:  powell nthiter 1: fret = -1.045467
+240208-13:27:35,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.509268:#@#  4  251  -0.02561 -1.99684 0.27442 0.47518 -0.10024 -0.01000   -1.0454679
+240208-13:27:36,100 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.100097:#@#  4  260  -0.02561 -2.18462 0.27442 0.47518 -0.10024 -0.01000   -1.0454944
+240208-13:27:36,165 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.165470:#@#  4  261  -0.02561 -2.19462 0.27442 0.47518 -0.10024 -0.01000   -1.0454946
+240208-13:27:36,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.900237:#@#  4  271  -0.02561 -2.20462 0.10818 0.47518 -0.10024 -0.01000   -1.0455234
+240208-13:27:36,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.993737:#@#  4  272  -0.02561 -2.20462 0.09645 0.47518 -0.10024 -0.01000   -1.0455236
+240208-13:27:37,88 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:37.088043:#@#  4  273  -0.02561 -2.20462 0.08645 0.47518 -0.10024 -0.01000   -1.0455238
+240208-13:27:37,919 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:37.919511:#@#  4  282  -0.02561 -2.20462 0.08645 0.64268 -0.10024 -0.01000   -1.0455489
+240208-13:27:38,12 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.012014:#@#  4  283  -0.02561 -2.20462 0.08645 0.65268 -0.10024 -0.01000   -1.0455490
+240208-13:27:38,752 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.752614:#@#  4  291  -0.02561 -2.20462 0.08645 0.65268 -0.12519 -0.01000   -1.0455498
+240208-13:27:39,585 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.585847:#@#  4  300  -0.02561 -2.20462 0.08645 0.65268 -0.12519 0.01084   -1.0455506
+240208-13:27:39,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.678115:#@#  4  301  -0.02561 -2.20462 0.08645 0.65268 -0.12519 0.02400   -1.0455508
+240208-13:27:39,771 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.771160:#@#  4  302  -0.02561 -2.20462 0.08645 0.65268 -0.12519 0.03400   -1.0455509
+240208-13:27:39,955 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.955573:Powell done niters total = 1
+240208-13:27:39,955 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.955573:OptTimeSec  8.6 sec
+240208-13:27:39,955 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.955573:OptTimeMin  0.14 min
+240208-13:27:39,955 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:39.955573:nEvals 304
+240208-13:27:40,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:Final parameters  -0.02561064  -2.20462036   0.08644979   0.65267509  -0.12518658   0.03400137 
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:Final cost   -1.045550924076679
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887: 
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:---------------------------------
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg utimesec    70.169312
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg stimesec    0.299868
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_maxrss   479188
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_ixrss    0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_idrss    0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_isrss    0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_minflt   97802
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_majflt   31
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_nswap    0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_inblock  2920
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_oublock  16
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_msgsnd   0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_msgrcv   0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_nsignals 0
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_nvcsw    79
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:mri_coreg ru_nivcsw   7185
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:Final  RefRAS-to-MovRAS
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887: 1.00000   0.00059  -0.00218  -0.02561;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887:-0.00057   0.99993   0.01139  -2.20462;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887: 0.00219  -0.01139   0.99993   0.08645;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.052887: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.053673:Final  RefVox-to-MovVox
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.053673: 0.99911   0.04145   0.00741  -53.08008;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.053673: 0.00132  -0.20682   0.97838   13.24648;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.053673: 0.04209  -0.97750  -0.20669   238.93266;
+240208-13:27:40,53 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.053673: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:Final parameters -0.0256 -2.2046  0.0864  0.6527 -0.1252  0.0340 
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:nhits = 92643 out of 16777216, Percent Overlap:  35.3
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:mri_coreg RunTimeSec 70.7 sec
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:To check run:
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:   tkregisterfv --mov ./tmp.bbregister.329156/template.nii --targ /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/brainmask.mgz --reg ./tmp.bbregister.329156/mri_coreg.lta --s 104981 --surfs 
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:mri_coreg done
+240208-13:27:40,54 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.054550:
+240208-13:27:40,93 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.093614:mri_segreg --mov ./tmp.bbregister.329156/template.nii --init-reg ./tmp.bbregister.329156/reg.init.dat --out-reg ./tmp.bbregister.329156/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:cd /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:mri_segreg --mov ./tmp.bbregister.329156/template.nii --init-reg ./tmp.bbregister.329156/reg.init.dat --out-reg ./tmp.bbregister.329156/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5 
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:sysname  Linux
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:hostname comps09h01
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:machine  x86_64
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:user     fbeyer
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:movvol ./tmp.bbregister.329156/template.nii
+240208-13:27:40,266 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:regfile ./tmp.bbregister.329156/reg.init.dat
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:subject 104981
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:dof 6
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:outregfile ./tmp.bbregister.329156/bbr.pass1.dat
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:UseMask 0
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:UseLH 1
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:UseRH 1
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:nsubsamp 100
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:PenaltySign  -1
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:PenaltySlope 0.500000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:PenaltyCenter 0.000000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:surfname white
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:GMProjFrac 0.500000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:WMProjAbs 2.000000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:lhcostfile (null)
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:rhcostfile (null)
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:interp  trilinear (1)
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:frame  0
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:TolPowell 0.000100
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:nMaxItersPowell 36
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:n1dmin  3
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:Profile   0
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:Gdiag_no  -1
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:AddNoise  0 (0)
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:SynthSeed 1707660534
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:TransRandMax 0.000000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:RotRandMax 0.000000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:Translations 0.000000 0.000000 0.000000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:Rotations   0.000000 0.000000 0.000000
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:Input reg
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576: 0.99911  -0.00741   0.04145  -1.06100;
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576:-0.04209  -0.20669   0.97750   4.74295;
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576: 0.00132  -0.97838  -0.20682  -5.17435;
+240208-13:27:40,267 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.266576: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:40,268 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.268705:
+240208-13:27:43,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.366139:Loading mov
+240208-13:27:43,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.366139:Projecting LH Surfs
+240208-13:27:43,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.366139:Loading lh.white surf
+240208-13:27:43,366 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:43.366139:Loading lh.thickness for GM
+240208-13:27:45,482 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.482733:GM Proj: 1 0.500000 2.000000
+240208-13:27:45,482 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.482733:WM Proj: 0 0.500000 2.000000
+240208-13:27:45,482 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.482733:Projecting RH Surfs
+240208-13:27:45,482 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.482733:Loading rh.white surf
+240208-13:27:45,482 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.482733:Loading rh.thickness for GM
+240208-13:27:45,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Projecting RH Surfs
+240208-13:27:45,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Using lh.cortex.label
+240208-13:27:45,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Using rh.cortex.label
+240208-13:27:45,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Computing relative cost
+240208-13:27:45,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 0  -25.0 -25.0 -25.0   0.966755
+240208-13:27:45,708 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 1  -25.0 -25.0  25.0   1.018176
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 2  -25.0  25.0 -25.0   1.047789
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 3  -25.0  25.0  25.0   0.998324
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 4   25.0 -25.0 -25.0   0.993788
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 5   25.0 -25.0  25.0   0.997646
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 6   25.0  25.0 -25.0   1.043597
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715: 7   25.0  25.0  25.0   1.040576
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:REL:  8  0.478632    8.106651  1.013331 rel = 0.472336 
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Initial costs ----------------
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Number of surface hits 2151
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:WM  Intensity     0.5295 +/-   0.0447
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Ctx Intensity     0.5696 +/-   0.0619
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Pct Contrast      7.0084 +/-  11.3146
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Cost   0.4786
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:RelCost   0.4723
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:------------------------------------
+240208-13:27:45,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.708715:Brute force preopt -4 4 4, n = 729
+240208-13:27:45,710 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.710862:     0  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000      1.0191   1.0191  0.0
+240208-13:27:45,712 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.712464:     1  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000   0.0000      1.0179   1.0179  0.0
+240208-13:27:45,715 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.715339:     3  -4.0000  -4.0000  -4.0000  -4.0000   0.0000  -4.0000      1.0000   1.0000  0.0
+240208-13:27:45,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.737286:    20  -4.0000  -4.0000  -4.0000   4.0000  -4.0000   4.0000      0.9939   0.9939  0.0
+240208-13:27:45,754 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.754174:    33  -4.0000  -4.0000   0.0000  -4.0000   4.0000  -4.0000      0.9824   0.9824  0.0
+240208-13:27:45,768 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.768903:    45  -4.0000  -4.0000   0.0000   4.0000  -4.0000  -4.0000      0.9809   0.9809  0.0
+240208-13:27:45,835 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.835779:   105  -4.0000   0.0000  -4.0000   4.0000   4.0000  -4.0000      0.9540   0.9540  0.0
+240208-13:27:45,931 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.931228:   190  -4.0000   4.0000   0.0000  -4.0000  -4.0000   0.0000      0.9445   0.9445  0.0
+240208-13:27:45,991 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:45.991482:   245   0.0000  -4.0000  -4.0000  -4.0000  -4.0000   4.0000      0.9181   0.9181  0.0
+240208-13:27:46,22 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.022403:   273   0.0000  -4.0000   0.0000  -4.0000   0.0000  -4.0000      0.9174   0.9174  0.0
+240208-13:27:46,23 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.023802:   274   0.0000  -4.0000   0.0000  -4.0000   0.0000   0.0000      0.8477   0.8477  0.0
+240208-13:27:46,116 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.115961:   355   0.0000   0.0000   0.0000  -4.0000   0.0000   0.0000      0.7699   0.7699  0.0
+240208-13:27:46,125 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.125820:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4786   0.4786  0.0
+240208-13:27:46,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Brute Force --------------------------
+240208-13:27:46,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Min cost was 0.478632
+240208-13:27:46,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Number of iterations   729
+240208-13:27:46,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Search time 0.810000 sec
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Parameters at best (transmm, rotdeg)
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:--------------------------------------------
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Starting Powell Minimization
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:Init Powel Params dof = 6
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:0 0
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:1 0
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:2 0
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:3 0
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:4 0
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:5 0
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:fs_powell::minimize
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:  nparams 6
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:  maxfev 36
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:  ftol   0.000100
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:  linmin_xtol_   0.001000
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:  powell nthiter 0: fret = 0.478632
+240208-13:27:46,525 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.524764:   6  0.382  0.000  0.000  0.000  0.000  0.000   0.4747037794
+240208-13:27:46,526 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.526350:   7  0.241  0.000  0.000  0.000  0.000  0.000   0.4737829052
+240208-13:27:46,527 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.527417:   8  0.265  0.000  0.000  0.000  0.000  0.000   0.4736442872
+240208-13:27:46,528 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.528455:   9  0.280  0.000  0.000  0.000  0.000  0.000   0.4736155293
+240208-13:27:46,530 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.530408:  11  0.276  0.000  0.000  0.000  0.000  0.000   0.4736112968
+240208-13:27:46,532 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.532336:  13  0.278  0.000  0.000  0.000  0.000  0.000   0.4736099340
+240208-13:27:46,539 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.539643:  20  0.278  0.382  0.000  0.000  0.000  0.000   0.4691743734
+240208-13:27:46,540 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.540730:  21  0.278  0.542  0.000  0.000  0.000  0.000   0.4687239203
+240208-13:27:46,542 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.542692:  23  0.278  0.486  0.000  0.000  0.000  0.000   0.4686083443
+240208-13:27:46,544 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.544617:  25  0.278  0.501  0.000  0.000  0.000  0.000   0.4685879466
+240208-13:27:46,553 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.553707:  34  0.278  0.501 -0.174  0.000  0.000  0.000   0.4631130803
+240208-13:27:46,555 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.555688:  36  0.278  0.501 -0.151  0.000  0.000  0.000   0.4631059553
+240208-13:27:46,556 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.556730:  37  0.278  0.501 -0.162  0.000  0.000  0.000   0.4630354171
+240208-13:27:46,565 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.565670:  46  0.278  0.501 -0.162  0.068  0.000  0.000   0.4626574748
+240208-13:27:46,567 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.567650:  48  0.278  0.501 -0.162  0.062  0.000  0.000   0.4626492156
+240208-13:27:46,570 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.570537:  51  0.278  0.501 -0.162  0.059  0.000  0.000   0.4626469500
+240208-13:27:46,571 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.571567:  52  0.278  0.501 -0.162  0.058  0.000  0.000   0.4626465043
+240208-13:27:46,573 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.573511:  54  0.278  0.501 -0.162  0.057  0.000  0.000   0.4626459937
+240208-13:27:46,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.580470:  61  0.278  0.501 -0.162  0.057  0.043  0.000   0.4626403420
+240208-13:27:46,581 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.581516:  62  0.278  0.501 -0.162  0.057  0.023  0.000   0.4626339252
+240208-13:27:46,583 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.583438:  64  0.278  0.501 -0.162  0.057  0.014  0.000   0.4626226980
+240208-13:27:46,587 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.587184:  68  0.278  0.501 -0.162  0.057  0.015  0.000   0.4626225056
+240208-13:27:46,595 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.595112:  76  0.278  0.501 -0.162  0.057  0.015  0.030   0.4623129053
+240208-13:27:46,596 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.596156:  77  0.278  0.501 -0.162  0.057  0.015  0.091   0.4622126631
+240208-13:27:46,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.598110:  79  0.278  0.501 -0.162  0.057  0.015  0.069   0.4621985025
+240208-13:27:46,600 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.600899:  82  0.278  0.501 -0.162  0.057  0.015  0.068   0.4621979182
+240208-13:27:46,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.609478:  powell nthiter 1: fret = 0.462198
+240208-13:27:46,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.609478:  91  0.184  0.501 -0.162  0.057  0.015  0.068   0.4621600677
+240208-13:27:46,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.610556:  92  0.230  0.501 -0.162  0.057  0.015  0.068   0.4618095663
+240208-13:27:46,612 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.612467:  94  0.226  0.501 -0.162  0.057  0.015  0.068   0.4618075443
+240208-13:27:46,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.614415:  96  0.227  0.501 -0.162  0.057  0.015  0.068   0.4618062833
+240208-13:27:46,623 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.623595: 105  0.227  0.521 -0.162  0.057  0.015  0.068   0.4617559218
+240208-13:27:46,625 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.625597: 107  0.227  0.580 -0.162  0.057  0.015  0.068   0.4616606794
+240208-13:27:46,627 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.627557: 109  0.227  0.568 -0.162  0.057  0.015  0.068   0.4616500821
+240208-13:27:46,628 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.628584: 110  0.227  0.566 -0.162  0.057  0.015  0.068   0.4616492701
+240208-13:27:46,629 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.629612: 111  0.227  0.563 -0.162  0.057  0.015  0.068   0.4616489247
+240208-13:27:46,631 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.631549: 113  0.227  0.564 -0.162  0.057  0.015  0.068   0.4616489241
+240208-13:27:46,639 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.638998: 120  0.227  0.564 -0.212  0.057  0.015  0.068   0.4610955097
+240208-13:27:46,641 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.641965: 123  0.227  0.564 -0.216  0.057  0.015  0.068   0.4610889967
+240208-13:27:46,643 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.643053: 124  0.227  0.564 -0.217  0.057  0.015  0.068   0.4610888617
+240208-13:27:46,651 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.651281: 132  0.227  0.564 -0.217  0.099  0.015  0.068   0.4609844763
+240208-13:27:46,652 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.652377: 133  0.227  0.564 -0.217  0.097  0.015  0.068   0.4609834708
+240208-13:27:46,653 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.653444: 134  0.227  0.564 -0.217  0.095  0.015  0.068   0.4609832792
+240208-13:27:46,654 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.654472: 135  0.227  0.564 -0.217  0.094  0.015  0.068   0.4609831010
+240208-13:27:46,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.656401: 137  0.227  0.564 -0.217  0.089  0.015  0.068   0.4609818170
+240208-13:27:46,667 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.667240: 148  0.227  0.564 -0.217  0.089  0.057  0.068   0.4605696426
+240208-13:27:46,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.668372: 149  0.227  0.564 -0.217  0.089  0.082  0.068   0.4605329228
+240208-13:27:46,669 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.669472: 150  0.227  0.564 -0.217  0.089  0.076  0.068   0.4605199201
+240208-13:27:46,679 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.679353: 160  0.227  0.564 -0.217  0.089  0.074  0.049   0.4604441247
+240208-13:27:46,680 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.680500: 161  0.227  0.564 -0.217  0.089  0.074  0.040   0.4604286169
+240208-13:27:46,681 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.681614: 162  0.227  0.564 -0.217  0.089  0.074  0.033   0.4604263001
+240208-13:27:46,682 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.682664: 163  0.227  0.564 -0.217  0.089  0.074  0.035   0.4604257070
+240208-13:27:46,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.693002:  powell nthiter 2: fret = 0.460426
+240208-13:27:46,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.693002: 174  0.198  0.564 -0.217  0.089  0.074  0.035   0.4602393486
+240208-13:27:46,695 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.694994: 176  0.200  0.564 -0.217  0.089  0.074  0.035   0.4602355446
+240208-13:27:46,696 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.696931: 178  0.204  0.564 -0.217  0.089  0.074  0.035   0.4602347059
+240208-13:27:46,697 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.697964: 179  0.203  0.564 -0.217  0.089  0.074  0.035   0.4602333304
+240208-13:27:46,699 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.698987: 180  0.202  0.564 -0.217  0.089  0.074  0.035   0.4602328949
+240208-13:27:46,706 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.706263: 187  0.202  0.452 -0.217  0.089  0.074  0.035   0.4601085060
+240208-13:27:46,712 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.712837: 194  0.202  0.450 -0.217  0.089  0.074  0.035   0.4601082600
+240208-13:27:46,720 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.720961: 202  0.202  0.450 -0.224  0.089  0.074  0.035   0.4600235096
+240208-13:27:46,722 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.722917: 204  0.202  0.450 -0.243  0.089  0.074  0.035   0.4598942584
+240208-13:27:46,723 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.723942: 205  0.202  0.450 -0.246  0.089  0.074  0.035   0.4598816746
+240208-13:27:46,725 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.725886: 207  0.202  0.450 -0.250  0.089  0.074  0.035   0.4598783926
+240208-13:27:46,735 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.735779: 217  0.202  0.450 -0.250  0.107  0.074  0.035   0.4598564286
+240208-13:27:46,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.737889: 219  0.202  0.450 -0.250  0.103  0.074  0.035   0.4598532792
+240208-13:27:46,739 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.739898: 221  0.202  0.450 -0.250  0.102  0.074  0.035   0.4598530995
+240208-13:27:46,749 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.749632: 231  0.202  0.450 -0.250  0.102  0.071  0.035   0.4598484239
+240208-13:27:46,751 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.751600: 233  0.202  0.450 -0.250  0.102  0.069  0.035   0.4598478304
+240208-13:27:46,760 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.760362: 242  0.202  0.450 -0.250  0.102  0.069  0.006   0.4597973214
+240208-13:27:46,761 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.761411: 243  0.202  0.450 -0.250  0.102  0.069  0.007   0.4597965553
+240208-13:27:46,762 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.762460: 244  0.202  0.450 -0.250  0.102  0.069  0.011   0.4597936254
+240208-13:27:46,764 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.764381: 246  0.202  0.450 -0.250  0.102  0.069  0.014   0.4597921897
+240208-13:27:46,765 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.765421: 247  0.202  0.450 -0.250  0.102  0.069  0.015   0.4597920510
+240208-13:27:46,775 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.775843:  powell nthiter 3: fret = 0.459792
+240208-13:27:46,775 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.775843: 258  0.195  0.450 -0.250  0.102  0.069  0.015   0.4597828558
+240208-13:27:46,777 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.777847: 260  0.197  0.450 -0.250  0.102  0.069  0.015   0.4597799768
+240208-13:27:46,778 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.778899: 261  0.198  0.450 -0.250  0.102  0.069  0.015   0.4597791949
+240208-13:27:46,787 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.787131: 269  0.198  0.437 -0.250  0.102  0.069  0.015   0.4597663907
+240208-13:27:46,809 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.809114: 291  0.198  0.437 -0.250  0.112  0.069  0.015   0.4597596425
+240208-13:27:46,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.811175: 293  0.198  0.437 -0.250  0.109  0.069  0.015   0.4597592127
+240208-13:27:46,813 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.813190: 295  0.198  0.437 -0.250  0.110  0.069  0.015   0.4597587584
+240208-13:27:46,814 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.814285: 296  0.198  0.437 -0.250  0.111  0.069  0.015   0.4597584488
+240208-13:27:46,823 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.823136: 305  0.198  0.437 -0.250  0.111  0.068  0.015   0.4597583874
+240208-13:27:46,832 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.831999: 314  0.198  0.437 -0.250  0.111  0.068 -0.004   0.4597438402
+240208-13:27:46,833 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.833071: 315  0.198  0.437 -0.250  0.111  0.068 -0.001   0.4597423507
+240208-13:27:46,834 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.834120: 316  0.198  0.437 -0.250  0.111  0.068  0.001   0.4597422788
+240208-13:27:46,836 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.836051: 318  0.194  0.423 -0.250  0.120  0.067 -0.014   0.4597200838
+240208-13:27:46,843 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.843474: 326  0.193  0.423 -0.250  0.120  0.067 -0.015   0.4597198644
+240208-13:27:46,844 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.844501: 327  0.193  0.422 -0.250  0.120  0.067 -0.015   0.4597197847
+240208-13:27:46,848 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.848257: 331  0.193  0.423 -0.250  0.120  0.067 -0.015   0.4597197660
+240208-13:27:46,856 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.856692:  powell nthiter 4: fret = 0.459720
+240208-13:27:46,856 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.856692: 340  0.189  0.423 -0.250  0.120  0.067 -0.015   0.4597014346
+240208-13:27:46,857 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.857752: 341  0.184  0.423 -0.250  0.120  0.067 -0.015   0.4596863716
+240208-13:27:46,867 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.867762: 351  0.184  0.447 -0.250  0.120  0.067 -0.015   0.4596143051
+240208-13:27:46,868 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.868798: 352  0.184  0.476 -0.250  0.120  0.067 -0.015   0.4595599692
+240208-13:27:46,871 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.871661: 355  0.184  0.478 -0.250  0.120  0.067 -0.015   0.4595598168
+240208-13:27:46,881 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.881605: 365  0.184  0.478 -0.256  0.120  0.067 -0.015   0.4595526663
+240208-13:27:46,884 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.884485: 368  0.184  0.478 -0.257  0.120  0.067 -0.015   0.4595514954
+240208-13:27:46,892 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.892369: 376  0.184  0.478 -0.257  0.153  0.067 -0.015   0.4595190500
+240208-13:27:46,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.893406: 377  0.184  0.478 -0.257  0.144  0.067 -0.015   0.4595074974
+240208-13:27:46,894 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.894493: 378  0.184  0.478 -0.257  0.142  0.067 -0.015   0.4595059599
+240208-13:27:46,896 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.896425: 380  0.184  0.478 -0.257  0.141  0.067 -0.015   0.4595058498
+240208-13:27:46,907 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.907813: 392  0.184  0.478 -0.257  0.141  0.065 -0.015   0.4595055058
+240208-13:27:46,909 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.909770: 394  0.180  0.465 -0.257  0.150  0.064 -0.029   0.4594178565
+240208-13:27:46,910 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.910802: 395  0.173  0.443 -0.257  0.164  0.063 -0.053   0.4593794069
+240208-13:27:46,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.911826: 396  0.175  0.447 -0.257  0.161  0.063 -0.048   0.4593696157
+240208-13:27:46,913 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.913763: 398  0.177  0.454 -0.257  0.157  0.064 -0.041   0.4593593555
+240208-13:27:46,917 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.917536: 402  0.177  0.453 -0.257  0.157  0.064 -0.042   0.4593580987
+240208-13:27:46,919 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.919465: 404  0.177  0.453 -0.257  0.157  0.064 -0.041   0.4593576901
+240208-13:27:46,925 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.925069: 410  0.156  0.470 -0.265  0.203  0.059 -0.084   0.4593243862
+240208-13:27:46,959 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.959540:  powell nthiter 5: fret = 0.459358
+240208-13:27:46,959 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.959540: 445  0.177  0.467 -0.270  0.157  0.064 -0.041   0.4593114779
+240208-13:27:46,969 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.969705: 455  0.177  0.467 -0.270  0.158  0.064 -0.041   0.4593102542
+240208-13:27:46,970 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.970879: 456  0.177  0.467 -0.270  0.162  0.064 -0.041   0.4593064660
+240208-13:27:46,971 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.971962: 457  0.177  0.467 -0.270  0.167  0.064 -0.041   0.4593046587
+240208-13:27:46,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.973960: 459  0.177  0.467 -0.270  0.169  0.064 -0.041   0.4593045676
+240208-13:27:46,984 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.984794: 470  0.177  0.467 -0.270  0.169  0.059 -0.041   0.4592948500
+240208-13:27:46,985 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.985960: 471  0.177  0.467 -0.270  0.169  0.057 -0.041   0.4592939849
+240208-13:27:46,988 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.987974: 473  0.177  0.467 -0.270  0.169  0.058 -0.041   0.4592928613
+240208-13:27:46,990 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.989991: 475  0.173  0.454 -0.270  0.177  0.057 -0.056   0.4592773706
+240208-13:27:46,991 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.991064: 476  0.166  0.432 -0.270  0.191  0.055 -0.079   0.4592720121
+240208-13:27:46,994 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.994917: 480  0.162  0.419 -0.270  0.200  0.054 -0.094   0.4592661652
+240208-13:27:46,997 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.997806: 483  0.161  0.415 -0.270  0.202  0.054 -0.097   0.4592649177
+240208-13:27:46,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:46.999767: 485  0.161  0.417 -0.270  0.202  0.054 -0.096   0.4592645680
+240208-13:27:47,0 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.000781: 486  0.161  0.416 -0.270  0.202  0.054 -0.096   0.4592643623
+240208-13:27:47,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.005545: 491  0.146  0.380 -0.283  0.246  0.045 -0.151   0.4592480791
+240208-13:27:47,12 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.012172:  powell nthiter 6: fret = 0.459264
+240208-13:27:47,12 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.012172: 498  0.145  0.416 -0.270  0.202  0.054 -0.096   0.4592103385
+240208-13:27:47,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.014168: 500  0.147  0.416 -0.270  0.202  0.054 -0.096   0.4592087786
+240208-13:27:47,15 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.015192: 501  0.148  0.416 -0.270  0.202  0.054 -0.096   0.4592085332
+240208-13:27:47,23 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.023468: 509  0.148  0.429 -0.270  0.202  0.054 -0.096   0.4591918510
+240208-13:27:47,24 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.024518: 510  0.148  0.445 -0.270  0.202  0.054 -0.096   0.4591894222
+240208-13:27:47,25 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.025550: 511  0.148  0.439 -0.270  0.202  0.054 -0.096   0.4591866055
+240208-13:27:47,27 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.027476: 513  0.148  0.440 -0.270  0.202  0.054 -0.096   0.4591863666
+240208-13:27:47,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.036609: 522  0.148  0.440 -0.292  0.202  0.054 -0.096   0.4591734794
+240208-13:27:47,38 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.038625: 524  0.148  0.440 -0.282  0.202  0.054 -0.096   0.4591439539
+240208-13:27:47,40 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.040574: 526  0.148  0.440 -0.283  0.202  0.054 -0.096   0.4591429709
+240208-13:27:47,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.042533: 528  0.148  0.440 -0.284  0.202  0.054 -0.096   0.4591419729
+240208-13:27:47,43 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.043554: 529  0.148  0.440 -0.285  0.202  0.054 -0.096   0.4591419366
+240208-13:27:47,52 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.052524: 538  0.148  0.440 -0.285  0.186  0.054 -0.096   0.4591143814
+240208-13:27:47,62 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.062218: 548  0.148  0.440 -0.285  0.186  0.050 -0.096   0.4591022518
+240208-13:27:47,64 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.064195: 550  0.148  0.440 -0.285  0.186  0.048 -0.096   0.4590994723
+240208-13:27:47,66 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.066158: 552  0.148  0.440 -0.285  0.186  0.047 -0.096   0.4590972739
+240208-13:27:47,67 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.067187: 553  0.148  0.440 -0.285  0.186  0.046 -0.096   0.4590971136
+240208-13:27:47,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.070162: 556  0.144  0.426 -0.285  0.195  0.045 -0.111   0.4590739274
+240208-13:27:47,71 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.071235: 557  0.138  0.404 -0.285  0.209  0.043 -0.134   0.4590647065
+240208-13:27:47,73 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.073187: 559  0.127  0.369 -0.285  0.232  0.041 -0.172   0.4589110899
+240208-13:27:47,76 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.076130: 562  0.120  0.347 -0.285  0.246  0.039 -0.196   0.4588643575
+240208-13:27:47,80 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.080921: 567  0.120  0.345 -0.285  0.248  0.039 -0.198   0.4588641695
+240208-13:27:47,82 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.082015: 568  0.120  0.345 -0.285  0.248  0.039 -0.198   0.4588641035
+240208-13:27:47,94 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.094573: 581  0.104  0.318 -0.291  0.265  0.033 -0.237   0.4586778871
+240208-13:27:47,100 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.100388: 587  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586770888
+240208-13:27:47,101 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.101568: 588  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586770534
+240208-13:27:47,102 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.102680: 589  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586769598
+240208-13:27:47,105 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.105597: 592  0.104  0.319 -0.291  0.265  0.033 -0.236   0.4586769414
+240208-13:27:47,114 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.114222:  powell nthiter 7: fret = 0.458677
+240208-13:27:47,114 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.114222: 601  0.059  0.319 -0.291  0.265  0.033 -0.236   0.4585483278
+240208-13:27:47,115 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.115433: 602  0.078  0.319 -0.291  0.265  0.033 -0.236   0.4584522334
+240208-13:27:47,116 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.116533: 603  0.077  0.319 -0.291  0.265  0.033 -0.236   0.4584501216
+240208-13:27:47,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.117679: 604  0.075  0.319 -0.291  0.265  0.033 -0.236   0.4584496956
+240208-13:27:47,120 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.120578: 607  0.076  0.319 -0.291  0.265  0.033 -0.236   0.4584487993
+240208-13:27:47,128 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.128170: 614  0.076  0.338 -0.291  0.265  0.033 -0.236   0.4584079277
+240208-13:27:47,130 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.130239: 616  0.076  0.344 -0.291  0.265  0.033 -0.236   0.4584079173
+240208-13:27:47,131 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.131335: 617  0.076  0.341 -0.291  0.265  0.033 -0.236   0.4584076176
+240208-13:27:47,132 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.132392: 618  0.076  0.342 -0.291  0.265  0.033 -0.236   0.4584075842
+240208-13:27:47,139 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.139913: 625  0.076  0.342 -0.294  0.265  0.033 -0.236   0.4583985884
+240208-13:27:47,142 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.141988: 627  0.076  0.342 -0.298  0.265  0.033 -0.236   0.4583953667
+240208-13:27:47,143 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.143078: 628  0.076  0.342 -0.297  0.265  0.033 -0.236   0.4583952819
+240208-13:27:47,153 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.153209: 638  0.076  0.342 -0.297  0.258  0.033 -0.236   0.4583916198
+240208-13:27:47,154 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.154367: 639  0.076  0.342 -0.297  0.259  0.033 -0.236   0.4583915381
+240208-13:27:47,165 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.165258: 650  0.076  0.342 -0.297  0.259  0.012 -0.236   0.4582898941
+240208-13:27:47,166 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.166409: 651  0.076  0.342 -0.297  0.259  0.017 -0.236   0.4582811667
+240208-13:27:47,168 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.168430: 653  0.076  0.342 -0.297  0.259  0.016 -0.236   0.4582795649
+240208-13:27:47,178 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.178803: 664  0.080  0.348 -0.296  0.255  0.017 -0.227   0.4582759249
+240208-13:27:47,179 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.179874: 665  0.082  0.352 -0.295  0.252  0.018 -0.221   0.4582743794
+240208-13:27:47,181 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.181848: 667  0.081  0.351 -0.295  0.253  0.018 -0.223   0.4582741310
+240208-13:27:47,206 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.206829:  powell nthiter 8: fret = 0.458274
+240208-13:27:47,206 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.206829: 693  0.081  0.352 -0.295  0.253  0.018 -0.223   0.4582741040
+240208-13:27:47,216 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.216108: 702  0.081  0.352 -0.296  0.253  0.018 -0.223   0.4582733869
+240208-13:27:47,226 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.226124: 712  0.081  0.352 -0.296  0.257  0.018 -0.223   0.4582710945
+240208-13:27:47,228 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.228169: 714  0.081  0.352 -0.296  0.256  0.018 -0.223   0.4582709970
+240208-13:27:47,249 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.249912: 737  0.082  0.353 -0.296  0.256  0.018 -0.221   0.4582709444
+240208-13:27:47,251 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.251026: 738  0.082  0.353 -0.296  0.256  0.018 -0.222   0.4582706570
+240208-13:27:47,252 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.252078: 739  0.082  0.352 -0.296  0.256  0.018 -0.222   0.4582706019
+240208-13:27:47,253 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.253111: 740  0.081  0.352 -0.296  0.256  0.018 -0.222   0.4582705475
+240208-13:27:47,255 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.255056: 742  0.081  0.352 -0.296  0.256  0.018 -0.222   0.4582704517
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Powell done niters = 8
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Computing relative cost
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 0  -25.0 -25.0 -25.0   0.977040
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 1  -25.0 -25.0  25.0   1.031226
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 2  -25.0  25.0 -25.0   1.048575
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 3  -25.0  25.0  25.0   1.003380
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 4   25.0 -25.0 -25.0   1.001624
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 5   25.0 -25.0  25.0   0.996821
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 6   25.0  25.0 -25.0   1.046650
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 7   25.0  25.0  25.0   1.043640
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:REL:  8  0.458270    8.148956  1.018620 rel = 0.449894 
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Number of iterations     8
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Min cost was 0.458270
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Number of FunctionCalls   743
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:TolPowell 0.000100
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:nMaxItersPowell 36
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:OptimizationTime 0.739000 sec
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Parameters at optimum (transmm)  0.08143  0.35231 -0.29599
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Parameters at optimum (rotdeg)  0.25624  0.01790 -0.22224 
+240208-13:27:47,269 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Final costs ----------------
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Number of surface hits 2151
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:WM  Intensity     0.5291 +/-   0.0450
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Ctx Intensity     0.5696 +/-   0.0625
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Pct Contrast      7.0711 +/-  11.4100
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Cost   0.4583
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:RelCost   0.4723
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:Reg at min cost was 
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 0.99894  -0.00850   0.04518  -0.96269;
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545:-0.04597  -0.20229   0.97825   5.12244;
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 0.00082  -0.97929  -0.20246  -5.44875;
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.269545: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.270244:
+240208-13:27:47,270 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.270300:Writing optimal reg to ./tmp.bbregister.329156/bbr.pass1.dat, type = 14 
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271516:Original Reg 
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271590: 0.99911  -0.00741   0.04145  -1.06100;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271590:-0.04209  -0.20669   0.97750   4.74295;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271590: 0.00132  -0.97838  -0.20682  -5.17435;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271590: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271714:
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271714:Original Reg - Optimal Reg
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271714: 0.00017   0.00109  -0.00373  -0.09832;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271714: 0.00388  -0.00441  -0.00075  -0.37949;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271714: 0.00050   0.00091  -0.00436   0.27440;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271714: 0.00000   0.00000   0.00000   0.00000;
+240208-13:27:47,271 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.271864:
+240208-13:27:47,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.337087:Computing change in lh position
+240208-13:27:47,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.337087:LH rmsDiffMean 0.556972
+240208-13:27:47,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.337087:Computing change in rh position
+240208-13:27:47,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.337087:Surface-RMS-Diff-mm 0.490592 0.142087 0.861713
+240208-13:27:47,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.337087:mri_segreg done
+240208-13:27:47,368 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.368575:mri_segreg --mov ./tmp.bbregister.329156/template.nii --init-reg ./tmp.bbregister.329156/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329156/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:cd /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:mri_segreg --mov ./tmp.bbregister.329156/template.nii --init-reg ./tmp.bbregister.329156/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329156/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5 
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:sysname  Linux
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:hostname comps09h01
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:machine  x86_64
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:user     fbeyer
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:movvol ./tmp.bbregister.329156/template.nii
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:regfile ./tmp.bbregister.329156/bbr.pass1.dat
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:subject 104981
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:dof 6
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:outregfile flair2anat.dat
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:outfile flair2anat_bbreg.nii.gz
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:UseMask 0
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:UseLH 1
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:UseRH 1
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:nsubsamp 1
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:PenaltySign  -1
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:PenaltySlope 0.500000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:PenaltyCenter 0.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:surfname white
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:GMProjFrac 0.500000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:WMProjAbs 2.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:lhcostfile (null)
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:rhcostfile (null)
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:interp  trilinear (1)
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:frame  0
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:TolPowell 0.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:nMaxItersPowell 36
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:n1dmin  3
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:Profile   0
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:Gdiag_no  -1
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:AddNoise  0 (0)
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:SynthSeed 1707773361
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:TransRandMax 0.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:RotRandMax 0.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:Translations 0.000000 0.000000 0.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:Rotations   0.000000 0.000000 0.000000
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:Input reg
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975: 0.99894  -0.00850   0.04518  -0.96269;
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975:-0.04597  -0.20229   0.97825   5.12244;
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975: 0.00082  -0.97929  -0.20246  -5.44875;
+240208-13:27:47,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.378975: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:47,380 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.380507:
+240208-13:27:49,952 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.952617:Loading mov
+240208-13:27:49,952 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.952617:Projecting LH Surfs
+240208-13:27:49,952 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.952617:Loading lh.white surf
+240208-13:27:49,952 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.952617:Loading lh.thickness for GM
+240208-13:27:52,69 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.068946:GM Proj: 1 0.500000 2.000000
+240208-13:27:52,69 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.068946:WM Proj: 0 0.500000 2.000000
+240208-13:27:52,69 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.068946:Projecting RH Surfs
+240208-13:27:52,69 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.068946:Loading rh.white surf
+240208-13:27:52,69 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.068946:Loading rh.thickness for GM
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Projecting RH Surfs
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Using lh.cortex.label
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Using rh.cortex.label
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Computing relative cost
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 0  -25.0 -25.0 -25.0   1.000203
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 1  -25.0 -25.0  25.0   1.016881
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 2  -25.0  25.0 -25.0   1.018297
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 3  -25.0  25.0  25.0   1.008155
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 4   25.0 -25.0 -25.0   0.994078
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 5   25.0 -25.0  25.0   1.018770
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 6   25.0  25.0 -25.0   1.005806
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403: 7   25.0  25.0  25.0   1.030620
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:REL:  8  0.486797    8.092809  1.011601 rel = 0.481215 
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Initial costs ----------------
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Number of surface hits 215442
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:WM  Intensity     0.5297 +/-   0.0437
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Ctx Intensity     0.5683 +/-   0.0614
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Pct Contrast      6.7509 +/-  11.2632
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Cost   0.4868
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:RelCost   0.4812
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:------------------------------------
+240208-13:27:53,34 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.034403:Brute force preopt -0.1 0.1 0.1, n = 729
+240208-13:27:53,37 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.037134:     0  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000      0.4685   0.4685  0.0
+240208-13:27:53,39 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.039006:     1  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.0000      0.4667   0.4667  0.0
+240208-13:27:53,40 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.040457:     2  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.1000      0.4661   0.4661  0.0
+240208-13:27:53,41 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.041698:     3  -0.1000  -0.1000  -0.1000  -0.1000   0.0000  -0.1000      0.4661   0.4661  0.0
+240208-13:27:53,42 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.042807:     4  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.0000      0.4661   0.4661  0.0
+240208-13:27:53,47 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.047639:     9  -0.1000  -0.1000  -0.1000   0.0000  -0.1000  -0.1000      0.4643   0.4643  0.0
+240208-13:27:53,48 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.048704:    10  -0.1000  -0.1000  -0.1000   0.0000  -0.1000   0.0000      0.4636   0.4636  0.0
+240208-13:27:53,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.050686:    12  -0.1000  -0.1000  -0.1000   0.0000   0.0000  -0.1000      0.4627   0.4627  0.0
+240208-13:27:53,56 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.056366:    18  -0.1000  -0.1000  -0.1000   0.1000  -0.1000  -0.1000      0.4624   0.4624  0.0
+240208-13:27:53,57 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.057472:    19  -0.1000  -0.1000  -0.1000   0.1000  -0.1000   0.0000      0.4619   0.4619  0.0
+240208-13:27:53,59 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.059447:    21  -0.1000  -0.1000  -0.1000   0.1000   0.0000  -0.1000      0.4616   0.4616  0.0
+240208-13:27:53,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.067963:    30  -0.1000  -0.1000   0.0000  -0.1000   0.0000  -0.1000      0.4612   0.4612  0.0
+240208-13:27:53,73 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.073713:    36  -0.1000  -0.1000   0.0000   0.0000  -0.1000  -0.1000      0.4609   0.4609  0.0
+240208-13:27:53,76 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.076690:    39  -0.1000  -0.1000   0.0000   0.0000   0.0000  -0.1000      0.4600   0.4600  0.0
+240208-13:27:53,283 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.283220:   261   0.0000  -0.1000  -0.1000   0.1000  -0.1000  -0.1000      0.4592   0.4592  0.0
+240208-13:27:53,284 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.284397:   262   0.0000  -0.1000  -0.1000   0.1000  -0.1000   0.0000      0.4588   0.4588  0.0
+240208-13:27:53,287 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.287374:   265   0.0000  -0.1000  -0.1000   0.1000   0.0000   0.0000      0.4586   0.4586  0.0
+240208-13:27:53,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:53.379539:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4583   0.4583  0.0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Brute Force --------------------------
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Min cost was 0.458270
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Number of iterations   729
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Search time 0.684000 sec
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Parameters at best (transmm, rotdeg)
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:--------------------------------------------
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Starting Powell Minimization
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:Init Powel Params dof = 6
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:0 0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:1 0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:2 0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:3 0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:4 0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:5 0
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:fs_powell::minimize
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:  nparams 6
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:  maxfev 36
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:  ftol   0.000000
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:  linmin_xtol_   0.001000
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:  powell nthiter 0: fret = 0.486797
+240208-13:27:54,312 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.312450:   7 -0.006  0.000  0.000  0.000  0.000  0.000   0.4867708055
+240208-13:27:54,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.390616:   8 -0.022  0.000  0.000  0.000  0.000  0.000   0.4867391757
+240208-13:27:54,466 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:54.466668:   9 -0.021  0.000  0.000  0.000  0.000  0.000   0.4867390345
+240208-13:27:55,60 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.060880:  17 -0.021 -0.107  0.000  0.000  0.000  0.000   0.4863280703
+240208-13:27:55,207 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.207545:  19 -0.021 -0.123  0.000  0.000  0.000  0.000   0.4863200150
+240208-13:27:55,357 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.357880:  21 -0.021 -0.122  0.000  0.000  0.000  0.000   0.4863199393
+240208-13:27:56,26 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.026795:  30 -0.021 -0.122  0.106  0.000  0.000  0.000   0.4850837124
+240208-13:27:56,105 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.105368:  31 -0.021 -0.122  0.107  0.000  0.000  0.000   0.4850835696
+240208-13:27:56,699 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.699612:  39 -0.021 -0.122  0.107 -0.153  0.000  0.000   0.4840342564
+240208-13:27:56,773 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.773642:  40 -0.021 -0.122  0.107 -0.152  0.000  0.000   0.4840333680
+240208-13:27:56,847 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.847831:  41 -0.021 -0.122  0.107 -0.143  0.000  0.000   0.4840292824
+240208-13:27:57,588 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.588662:  51 -0.021 -0.122  0.107 -0.143 -0.076  0.000   0.4834131943
+240208-13:27:57,664 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.664185:  52 -0.021 -0.122  0.107 -0.143 -0.089  0.000   0.4834073820
+240208-13:27:57,739 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.739495:  53 -0.021 -0.122  0.107 -0.143 -0.085  0.000   0.4834057865
+240208-13:27:57,815 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.815420:  54 -0.021 -0.122  0.107 -0.143 -0.084  0.000   0.4834056003
+240208-13:27:58,479 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.479310:  63 -0.021 -0.122  0.107 -0.143 -0.084  0.079   0.4831518341
+240208-13:27:58,555 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.555435:  64 -0.021 -0.122  0.107 -0.143 -0.084  0.076   0.4831495529
+240208-13:27:58,630 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.630871:  65 -0.021 -0.122  0.107 -0.143 -0.084  0.069   0.4831470722
+240208-13:27:58,706 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.706585:  66 -0.021 -0.122  0.107 -0.143 -0.084  0.068   0.4831469438
+240208-13:27:59,370 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.370095:  powell nthiter 1: fret = 0.483147
+240208-13:27:59,370 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.370095:  75  0.013 -0.122  0.107 -0.143 -0.084  0.068   0.4830960632
+240208-13:27:59,446 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.446342:  76  0.002 -0.122  0.107 -0.143 -0.084  0.068   0.4830754511
+240208-13:28:00,112 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.112730:  85  0.002 -0.095  0.107 -0.143 -0.084  0.068   0.4830600445
+240208-13:28:00,187 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.187174:  86  0.002 -0.097  0.107 -0.143 -0.084  0.068   0.4830595741
+240208-13:28:00,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.262600:  87  0.002 -0.099  0.107 -0.143 -0.084  0.068   0.4830593352
+240208-13:28:00,337 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.337460:  88  0.002 -0.100  0.107 -0.143 -0.084  0.068   0.4830593266
+240208-13:28:00,920 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.920936:  96  0.002 -0.100  0.156 -0.143 -0.084  0.068   0.4826472169
+240208-13:28:00,994 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.994773:  97  0.002 -0.100  0.168 -0.143 -0.084  0.068   0.4826227540
+240208-13:28:01,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.068462:  98  0.002 -0.100  0.172 -0.143 -0.084  0.068   0.4826211998
+240208-13:28:01,142 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.142307:  99  0.002 -0.100  0.171 -0.143 -0.084  0.068   0.4826211419
+240208-13:28:01,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.721529: 107  0.002 -0.100  0.171 -0.214 -0.084  0.068   0.4824598243
+240208-13:28:01,796 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.796454: 108  0.002 -0.100  0.171 -0.203 -0.084  0.068   0.4824541309
+240208-13:28:01,870 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.870774: 109  0.002 -0.100  0.171 -0.204 -0.084  0.068   0.4824540790
+240208-13:28:02,673 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.673820: 120  0.002 -0.100  0.171 -0.205 -0.094  0.068   0.4824484404
+240208-13:28:02,820 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.820230: 122  0.002 -0.100  0.171 -0.205 -0.092  0.068   0.4824483394
+240208-13:28:03,471 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.471764: 131  0.002 -0.100  0.171 -0.205 -0.092  0.103   0.4824133589
+240208-13:28:03,545 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.545495: 132  0.002 -0.100  0.171 -0.205 -0.092  0.097   0.4824100947
+240208-13:28:03,619 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.619390: 133  0.002 -0.100  0.171 -0.205 -0.092  0.095   0.4824097409
+240208-13:28:03,693 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.693216: 134  0.002 -0.100  0.171 -0.205 -0.092  0.094   0.4824097034
+240208-13:28:03,838 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.838928: 136  0.025 -0.079  0.235 -0.266 -0.100  0.120   0.4824027027
+240208-13:28:04,273 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.273783: 142  0.016 -0.087  0.211 -0.243 -0.097  0.110   0.4823122966
+240208-13:28:04,347 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.347540: 143  0.013 -0.090  0.201 -0.233 -0.095  0.106   0.4823082062
+240208-13:28:04,421 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.421725: 144  0.014 -0.089  0.204 -0.236 -0.096  0.107   0.4823079194
+240208-13:28:04,496 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.496294: 145  0.013 -0.090  0.203 -0.235 -0.096  0.107   0.4823077899
+240208-13:28:04,642 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.642936: 147  0.013 -0.090  0.203 -0.235 -0.096  0.107   0.4823077549
+240208-13:28:05,947 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.947107:  powell nthiter 2: fret = 0.482308
+240208-13:28:05,947 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.947107: 165  0.013 -0.073  0.203 -0.235 -0.096  0.107   0.4823059648
+240208-13:28:06,21 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.020957: 166  0.013 -0.079  0.203 -0.235 -0.096  0.107   0.4823052862
+240208-13:28:06,94 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.094520: 167  0.013 -0.078  0.203 -0.235 -0.096  0.107   0.4823052409
+240208-13:28:06,746 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.746591: 176  0.013 -0.078  0.203 -0.235 -0.096  0.108   0.4823050555
+240208-13:28:07,472 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.472501: 186  0.013 -0.078  0.203 -0.234 -0.096  0.108   0.4823048707
+240208-13:28:09,133 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.133824: 209  0.013 -0.078  0.203 -0.234 -0.096  0.108   0.4823048691
+240208-13:28:14,222 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:  powell nthiter 3: fret = 0.482305
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Powell done niters = 3
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Computing relative cost
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 0  -25.0 -25.0 -25.0   0.997367
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 1  -25.0 -25.0  25.0   1.014901
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 2  -25.0  25.0 -25.0   1.016971
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 3  -25.0  25.0  25.0   1.006764
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 4   25.0 -25.0 -25.0   0.994961
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 5   25.0 -25.0  25.0   1.020704
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 6   25.0  25.0 -25.0   1.005756
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 7   25.0  25.0  25.0   1.030741
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:REL:  8  0.482305    8.088165  1.011021 rel = 0.477047 
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Number of iterations     3
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Min cost was 0.482305
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Number of FunctionCalls   268
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:TolPowell 0.000000
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:nMaxItersPowell 36
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:OptimizationTime 19.685000 sec
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Parameters at optimum (transmm)  0.01344 -0.07816  0.20305
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Parameters at optimum (rotdeg) -0.23369 -0.09569  0.10793 
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Final costs ----------------
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Number of surface hits 215442
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:WM  Intensity     0.5297 +/-   0.0437
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Ctx Intensity     0.5688 +/-   0.0612
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Pct Contrast      6.8326 +/-  11.2146
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Cost   0.4823
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:RelCost   0.4812
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:Reg at min cost was 
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.222894: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.223676:
+240208-13:28:14,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.223743:Writing optimal reg to flair2anat.dat, type = 14 
+240208-13:28:16,261 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.261797:Writing output volume to flair2anat_bbreg.nii.gz 
+240208-13:28:16,261 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.261797:Original Reg 
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262049: 0.99894  -0.00850   0.04518  -0.96269;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262049:-0.04597  -0.20229   0.97825   5.12244;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262049: 0.00082  -0.97929  -0.20246  -5.44875;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262049: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262197:
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262197:Original Reg - Optimal Reg
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262197:-0.00008  -0.00202   0.00150  -0.01297;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262197:-0.00189   0.00401   0.00075   0.10223;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262197:-0.00186  -0.00082   0.00391  -0.18060;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262197: 0.00000   0.00000   0.00000   0.00000;
+240208-13:28:16,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.262354:
+240208-13:28:16,330 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.330255:Computing change in lh position
+240208-13:28:16,330 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.330255:LH rmsDiffMean 0.244082
+240208-13:28:16,330 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.330255:Computing change in rh position
+240208-13:28:16,330 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.330255:Surface-RMS-Diff-mm 0.257665 0.094316 0.497587
+240208-13:28:16,330 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.330255:mri_segreg done
+240208-13:28:16,368 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.368289:MinCost: 0.482305 0.529727 0.568819 6.832628 
+240208-13:28:16,371 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.371294:tkregister2_cmdl --mov /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --noedit --fslregout flair2anat.mat
+240208-13:28:16,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:tkregister_tcl /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/tktools/tkregister2.tcl
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:INFO: no target volume specified, assuming FreeSurfer orig volume.
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:target  volume orig
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:movable volume /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:reg file       flair2anat.dat
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:LoadVol        0
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:ZeroCRAS       0
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:$Id: tkregister2.c,v 1.132.2.1 2016/08/02 21:17:29 greve Exp $
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:Diagnostic Level -1
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:---- Input registration matrix --------
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:28:16,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.665912: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137:float2int = 0
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137:---------------------------------------
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137:INFO: loading target /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/orig.mgz
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137:Ttarg: --------------------
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137:-1.00000   0.00000   0.00000   128.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792137: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792606:INFO: loading movable /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792606:Tmov: --------------------
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792606:-1.00000   0.00000   0.00000   80.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792606: 0.00000   0.00000   1.00000  -88.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792606: 0.00000  -1.00000   0.00000   107.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792606: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792780:mkheaderreg = 0, float2int = 0
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792780:---- Input registration matrix --------
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792780: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792780:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792780: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792780: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933:Determinant 1
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933:subject = 104981
+240208-13:28:16,792 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933:RegMat ---------------------------
+240208-13:28:16,793 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:28:16,793 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:28:16,793 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:28:16,793 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.792933: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:16,805 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.805493:FSLOUTPUTTYPE NIFTI_GZ 
+240208-13:28:16,805 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.805493:tkreg2FSL: mov det = -1, ref det = -1
+240208-13:28:16,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.808321:Cleaning up
+240208-13:28:16,820 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.820247: 
+240208-13:28:16,822 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.822881:Started at Thu 08 Feb 2024 01:26:28 PM CET 
+240208-13:28:16,826 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.826782:Ended   at Thu 08 Feb 2024 01:28:16 PM CET
+240208-13:28:16,829 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.829398:BBR-Run-Time-Sec 108
+240208-13:28:16,831 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.831832: 
+240208-13:28:16,833 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.833858:bbregister Done
+240208-13:28:16,836 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.836422:To check results, run:
+240208-13:28:16,839 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.839016:tkregisterfv --mov /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --surfs 
+240208-13:28:16,839 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.839962: 
+240208-13:28:16,869 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 108.831117s.
+240208-13:28:16,886 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_lh" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/annot2label_lh".
+240208-13:28:16,894 nipype.workflow INFO:
+	 [Node] Executing "annot2label_lh" <utils.Annot2Label>
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:subject = 104981
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:annotation = aparc
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:hemi = lh
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:surface   = white
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:Reading surface 
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/lh.white
+240208-13:28:18,189 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.189247:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/lh.aparc.annot
+240208-13:28:18,205 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:18.205037:reading colortable from annotation file...
+240208-13:28:18,205 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:18.205295:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:28:18,236 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.236547:Seg base 1000
+240208-13:28:18,236 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.236547:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:28:18,236 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.236547:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:28:18,236 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.236547:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:28:18,236 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.236547:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:28:18,236 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.236547:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:28:18,295 nipype.workflow INFO:
+	 [Node] Finished "annot2label_lh", elapsed time 1.399675s.
+240208-13:28:18,304 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_rh" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/annot2label_rh".
+240208-13:28:18,312 nipype.workflow INFO:
+	 [Node] Executing "annot2label_rh" <utils.Annot2Label>
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:subject = 104981
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:annotation = aparc
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:hemi = rh
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:surface   = white
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:Reading surface 
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/rh.white
+240208-13:28:19,524 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.524520:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/rh.aparc.annot
+240208-13:28:19,540 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:19.540125:reading colortable from annotation file...
+240208-13:28:19,540 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:19.540386:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:28:19,572 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.572100:Seg base 2000
+240208-13:28:19,572 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.572100:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:28:19,572 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.572100:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:28:19,572 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.572100:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:28:19,572 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.572100:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:28:19,572 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.572100:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:28:19,630 nipype.workflow INFO:
+	 [Node] Finished "annot2label_rh", elapsed time 1.31719s.
+240208-13:28:19,638 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.applyreg" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/applyreg".
+240208-13:28:19,650 nipype.workflow INFO:
+	 [Node] Executing "applyreg" <nipype.interfaces.freesurfer.preprocess.ApplyVolTransform>
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592:fstargfile orig.mgz
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592:
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592:Matrix from regfile:
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:28:20,162 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.162592: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:Using /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/orig.mgz as targ volume
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:movvol /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH.nii.gz
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:targvol /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104981/mri/orig.mgz
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:outvol /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH_warped.nii.gz
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:regfile /data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:invert 0
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:tal    0
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:talres 2
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:regheader 0
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:noresample 0
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:interp  trilinear (1)
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:precision  float (3)
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:Gdiag_no  -1
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:Synth      0
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:SynthSeed  1707558772
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:niiRead(): NIFTI_UNITS_UNKNOWN, assuming mm
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:Final tkRAS-to-tkRAS Matrix is:
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436: 0.99902  -0.00648   0.04369  -0.94972;
+240208-13:28:20,659 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436:-0.04408  -0.20629   0.97750   5.02020;
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436: 0.00268  -0.97847  -0.20638  -5.26815;
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.659436: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138:
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138:
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138:Vox2Vox Matrix is:
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138: 0.99902   0.04369   0.00648  -53.34679;
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138: 0.00268  -0.20638   0.97847   13.09764;
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138: 0.04408  -0.97750  -0.20629   238.90251;
+240208-13:28:20,660 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:20.660138: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:22,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.780528:
+240208-13:28:22,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.780528:Resampling
+240208-13:28:22,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.780528:Output registration matrix is identity
+240208-13:28:22,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.780528:
+240208-13:28:22,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.780528:mri_vol2vol done
+240208-13:28:22,820 nipype.workflow INFO:
+	 [Node] Finished "applyreg", elapsed time 3.168306s.
+240208-13:28:22,827 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.aparc2aseg" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/aparc2aseg".
+240208-13:28:22,838 nipype.workflow INFO:
+	 [Node] Executing "aparc2aseg" <utils.Aparc2Aseg>
+240208-13:28:23,277 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:23.277129:freadInt: fread failed
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:subject 104981
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:outvol lobes+aseg.nii.gz
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:useribbon 0
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:baseoffset 0
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:labeling wm
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:labeling hypo-intensities as wm
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:dmaxctx 5.000000
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:RipUnknown 1
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342:Reading lh white surface 
+240208-13:28:23,277 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:23.277342: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/lh.white
+240208-13:28:24,355 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:24.355155:freadInt: fread failed
+240208-13:28:24,355 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.355335:
+240208-13:28:24,355 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.355335:Reading lh pial surface 
+240208-13:28:24,355 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:24.355335: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/lh.pial
+240208-13:28:25,355 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.354984:
+240208-13:28:25,355 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.354984:Loading lh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/lh.lobes.annot
+240208-13:28:25,368 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:25.368528:reading colortable from annotation file...
+240208-13:28:25,368 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:25.368723:colortable with 8 entries read (originally none)
+240208-13:28:25,564 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:25.564585:freadInt: fread failed
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:Have color table for lh white annotation
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:Ripping vertices labeled as unkown
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:Ripped 8091 vertices from left hemi
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:Building hash of lh white
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:Building hash of lh pial
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766:Reading rh white surface 
+240208-13:28:25,564 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:25.564766: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/rh.white
+240208-13:28:26,644 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:26.644486:freadInt: fread failed
+240208-13:28:26,644 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:26.644666:
+240208-13:28:26,644 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:26.644666:Reading rh pial surface 
+240208-13:28:26,644 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:26.644666: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/surf/rh.pial
+240208-13:28:27,629 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.629601:
+240208-13:28:27,629 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.629601:Loading rh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/label/rh.lobes.annot
+240208-13:28:27,643 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:27.643379:reading colortable from annotation file...
+240208-13:28:27,643 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:27.643568:colortable with 8 entries read (originally none)
+240208-13:28:27,808 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:27.808199:znzreadInt: znzread failed
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:Have color table for rh white annotation
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:Ripping vertices labeled as unkown
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:Ripped 8198 vertices from right hemi
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:Building hash of rh white
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:Building hash of rh pial
+240208-13:28:27,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.808379:Loading ribbon segmentation from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/mri/ribbon.mgz
+240208-13:28:28,45 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:28.045340:znzreadInt: znzread failed
+240208-13:28:28,45 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.045522:Loading filled from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/mri/ribbon.mgz
+240208-13:28:28,581 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:28.581888:reading colortable from MGH file...
+240208-13:28:28,583 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:28.583871:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:28:28,584 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:28.583999:znzreadInt: znzread failed
+240208-13:28:28,584 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.584051:
+240208-13:28:28,584 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.584051:Loading aseg from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104981/mri/aseg.mgz
+240208-13:28:37,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.493518:ASeg Vox2RAS: -----------
+240208-13:28:37,508 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.493518:-1.00000   0.00000   0.00000   128.00000;
+240208-13:28:37,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.493518: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:28:37,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.493518: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:28:37,509 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.493518: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:39,144 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:39.144380:-------------------------
+240208-13:28:39,144 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:39.144380:
+240208-13:28:39,144 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:39.144380:Labeling Slice
+240208-13:28:39,976 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:39.976666:  0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19 
+240208-13:28:40,176 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.176755: 20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39 
+240208-13:28:40,379 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.379682: 40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59 
+240208-13:28:42,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.721858: 60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79 
+240208-13:28:55,859 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:55.859570: 80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 
+240208-13:29:22,193 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:22.193470:100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 
+240208-13:29:42,691 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:42.691659:120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 
+240208-13:30:12,283 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:12.283409:140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 
+240208-13:30:24,355 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:24.355715:160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 
+240208-13:30:25,993 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:25.990428:180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 
+240208-13:30:26,234 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:26.234169:200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 
+240208-13:30:26,462 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:26.462884:220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 nctx = 813502
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:Used brute-force search on 183 voxels
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:Fixing Parahip LH WM
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:  Found 0 clusters
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:Fixing Parahip RH WM
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:  Found 0 clusters
+240208-13:30:27,427 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:27.427674:Writing output aseg to lobes+aseg.nii.gz
+240208-13:30:28,156 nipype.workflow INFO:
+	 [Node] Finished "aparc2aseg", elapsed time 125.313375s.
+240208-13:30:28,171 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.filter_lobes" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/filter_lobes".
+240208-13:30:28,190 nipype.workflow INFO:
+	 [Node] Executing "filter_lobes" <nipype.interfaces.utility.wrappers.Function>
+240208-13:30:31,180 nipype.workflow INFO:
+	 [Node] Finished "filter_lobes", elapsed time 2.989328s.
+240208-13:30:31,189 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ventricles_mask" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/ventricles_mask".
+240208-13:30:31,200 nipype.workflow INFO:
+	 [Node] Executing "ventricles_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:30:32,165 nipype.workflow INFO:
+	 [Node] Finished "ventricles_mask", elapsed time 0.964743s.
+240208-13:30:32,172 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.cortex_mask" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/cortex_mask".
+240208-13:30:32,180 nipype.workflow INFO:
+	 [Node] Executing "cortex_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:30:33,585 nipype.workflow INFO:
+	 [Node] Finished "cortex_mask", elapsed time 1.404561s.
+240208-13:30:33,592 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bgt_mask" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/bgt_mask".
+240208-13:30:33,599 nipype.workflow INFO:
+	 [Node] Executing "bgt_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:30:35,79 nipype.workflow INFO:
+	 [Node] Finished "bgt_mask", elapsed time 1.479723s.
+240208-13:30:35,86 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ndist_map" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/ndist_map".
+240208-13:30:35,96 nipype.workflow INFO:
+	 [Node] Executing "ndist_map" <nipype.interfaces.utility.wrappers.Function>
+240208-13:30:45,767 nipype.workflow INFO:
+	 [Node] Finished "ndist_map", elapsed time 10.661819s.
+240208-13:30:45,786 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.gen_wmparc" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/gen_wmparc".
+240208-13:30:45,827 nipype.workflow INFO:
+	 [Node] Executing "gen_wmparc" <nipype.interfaces.utility.wrappers.Function>
+Writing output labelmap
+240208-13:33:23,72 nipype.workflow INFO:
+	 [Node] Finished "gen_wmparc", elapsed time 157.24305s.
+240208-13:33:23,79 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.lobe_wmparc" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/lobe_wmparc".
+240208-13:33:23,88 nipype.workflow INFO:
+	 [Node] Executing "lobe_wmparc" <nipype.interfaces.utility.wrappers.Function>
+[ 0.  5. 11. 12. 13. 14. 21. 22. 23. 24.]
+240208-13:33:26,687 nipype.workflow INFO:
+	 [Node] Finished "lobe_wmparc", elapsed time 3.598664s.
+240208-13:33:26,694 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.depth_wmparc" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/depth_wmparc".
+240208-13:33:26,704 nipype.workflow INFO:
+	 [Node] Executing "depth_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:33:29,918 nipype.workflow INFO:
+	 [Node] Finished "depth_wmparc", elapsed time 3.213611s.
+240208-13:33:29,927 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bullseye_wmparc" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/bullseye/bullseye_wmparc".
+240208-13:33:29,939 nipype.workflow INFO:
+	 [Node] Executing "bullseye_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:33:38,305 nipype.workflow INFO:
+	 [Node] Finished "bullseye_wmparc", elapsed time 8.365279s.
+240208-13:33:38,345 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.extractparc" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/extractparc".
+240208-13:33:38,581 nipype.workflow INFO:
+	 [Node] Executing "extractparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:33:42,719 nipype.workflow INFO:
+	 [Node] Finished "extractparc", elapsed time 4.137729s.
+240208-13:33:42,943 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.datasink" in "/data/pt_02271/Data/wd/104981/bullseyelesion_bbreg/datasink".
+240208-13:33:43,748 nipype.workflow INFO:
+	 [Node] Executing "datasink" <nipype.interfaces.io.DataSink>
+240208-13:33:43,841 nipype.workflow INFO:
+	 [Node] Finished "datasink", elapsed time 0.091561s.
diff --git a/bullseye_workflow/log/spatialwmh_209618_3.err b/bullseye_workflow/log/spatialwmh_209618_3.err
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/bullseye_workflow/log/spatialwmh_209618_3.out b/bullseye_workflow/log/spatialwmh_209618_3.out
new file mode 100644
index 0000000000000000000000000000000000000000..e76d926a0594d65cc0ef6865c44508eb7744db02
--- /dev/null
+++ b/bullseye_workflow/log/spatialwmh_209618_3.out
@@ -0,0 +1,1846 @@
+104980
+/data/pt_02271/Analysis/bullseye/charge_spatialwmh/bullseye_workflow/
+240208-13:26:27,932 nipype.workflow INFO:
+	 Workflow bullseyelesion_bbreg settings: ['check', 'execution', 'logging', 'monitoring']
+240208-13:26:27,986 nipype.workflow INFO:
+	 Running serially.
+240208-13:26:27,986 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.fileselect" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/fileselect".
+240208-13:26:27,992 nipype.workflow INFO:
+	 [Node] Executing "fileselect" <nipype.interfaces.io.SelectFiles>
+240208-13:26:28,22 nipype.workflow INFO:
+	 [Node] Finished "fileselect", elapsed time 0.025131s.
+240208-13:26:28,29 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.bbregister" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister".
+240208-13:26:28,37 nipype.workflow INFO:
+	 [Node] Executing "bbregister" <nipype.interfaces.freesurfer.preprocess.BBRegister>
+240208-13:26:28,218 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.218331:tmp ./tmp.bbregister.329155
+240208-13:26:28,218 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.218602:Log file is flair2anat.dat.log
+240208-13:26:28,227 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.227543:Thu 08 Feb 2024 01:26:28 PM CET
+240208-13:26:28,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.230064:
+240208-13:26:28,232 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.232433:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:26:28,237 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.237678:cd /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:28,240 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.240036:/afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/bin/bbregister --t2 --fslmat flair2anat.mat --reg flair2anat.dat --o flair2anat_bbreg.nii.gz --mov /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --s 104980
+240208-13:26:28,242 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.242426:
+240208-13:26:28,244 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.244739:$Id: bbregister,v 1.75 2016/05/10 20:02:28 greve Exp $
+240208-13:26:28,247 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.247972:Linux comps09h01 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux
+240208-13:26:28,250 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.250488:FREESURFER_HOME /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64
+240208-13:26:28,253 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.253274:mri_convert /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329155/template.nii
+240208-13:26:28,656 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:28.656481:mri_convert.bin /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz ./tmp.bbregister.329155/template.nii 
+240208-13:26:29,116 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:$Id: mri_convert.c,v 1.226 2016/02/26 16:15:24 mreuter Exp $
+240208-13:26:29,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:reading from /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz...
+240208-13:26:29,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:TR=0.00, TE=0.00, TI=0.00, flip angle=0.00
+240208-13:26:29,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:i_ras = (-0.999615, 0.00739062, 0.0267488)
+240208-13:26:29,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:j_ras = (0.0124769, 0.980662, 0.195313)
+240208-13:26:29,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:k_ras = (0.0247881, -0.195571, 0.980376)
+240208-13:26:29,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.116745:writing to ./tmp.bbregister.329155/template.nii...
+240208-13:26:29,205 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:29.205143:mri_coreg --s 104980 --mov ./tmp.bbregister.329155/template.nii --regdat ./tmp.bbregister.329155/reg.init.dat --reg ./tmp.bbregister.329155/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01
+240208-13:26:30,57 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.057762:reading colortable from MGH file...
+240208-13:26:30,59 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:30.059388:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:26:39,362 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:$Id: mri_coreg.c,v 1.27 2016/04/30 15:11:49 greve Exp $
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:cwd /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:cmdline mri_coreg --s 104980 --mov ./tmp.bbregister.329155/template.nii --regdat ./tmp.bbregister.329155/reg.init.dat --reg ./tmp.bbregister.329155/mri_coreg.lta --nthreads 1 --dof 6 --sep 4 --ftol .0001 --linmintol .01 
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:sysname  Linux
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:hostname comps09h01
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:machine  x86_64
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:user     fbeyer
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:dof    6
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:nsep    1
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:cras0    1
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:ftol    0.000100
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:linmintol    0.010000
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:bf       1
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:bflim    30.000000
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:bfnsamp    30
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:SmoothRef 0
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:SatPct    99.990000
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:MovOOB 0
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:optschema 1
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:Reading in mov ./tmp.bbregister.329155/template.nii
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:Reading in ref /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/brainmask.mgz
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:Reading in and applying refmask /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/aparc+aseg.mgz
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:Setting cras translation parameters to align centers
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:Creating random numbers for coordinate dithering
+240208-13:26:39,363 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:39.362832:Performing intensity dithering
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:Initial parameters  0.8811 -5.5920 -3.2802  0.0000  0.0000  0.0000  1.0000  1.0000  1.0000  0.0000  0.0000  0.0000 
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:Separation list (1):  4   min = 4
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:DoSmoothing 1
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:DoCoordDither 1
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:DoIntensityDither 1
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:nitersmax 4
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:ftol 1.000e-04
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:linmintol 1.000e-02
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:SatPct 99.990000
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:Hist FWHM 7.000000 7.000000
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:nthreads 1
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:movsat = 1.0000
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:mov gstd 1.8914 1.8914 1.8914
+240208-13:26:48,828 nipype.interface INFO:
+	 stdout 2024-02-08T13:26:48.828118:Smoothing mov
+240208-13:27:11,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.974137:refsat = 114.0000
+240208-13:27:11,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.974137:ref gstd 1.8914 1.8914 1.8914
+240208-13:27:11,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:11.974137:Smoothing ref
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223:COREGpreproc() done
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223:Testing if mov and target overlap
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223:Init cost   -1.0350519461
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223:nhits = 92580 out of 16777216, Percent Overlap:  35.3
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223:Initial  RefRAS-to-MovRAS
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223: 1.00000   0.00000   0.00000   0.88114;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223: 0.00000   1.00000   0.00000  -5.59203;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223: 0.00000   0.00000   1.00000  -3.28024;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036223: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036587:Initial  RefVox-to-MovVox
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036587: 0.99961  -0.02675   0.00739  -45.48269;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036587:-0.01248  -0.19531   0.98066   7.95882;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036587:-0.02479  -0.98038  -0.19557   240.59375;
+240208-13:27:12,36 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:12.036587: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:31,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.614196:sep = 4 -----------------------------------
+240208-13:27:31,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.614196:COREGoptBruteForce() 30 1 30
+240208-13:27:31,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.614196:Turning on MovOOB for BruteForce Search
+240208-13:27:31,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.614196:#BF# sep= 4 iter=0 lim=30.0 delta=2.00  -1.11886  -1.59203   0.71976   0.00000   0.00000   0.00000   -1.0372724
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:Turning  MovOOB back off after brute force search
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:---------------------------------
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:Init Powel Params dof = 6
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:Starting OpenPowel2(), sep = 4
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:InitialCost        -1.0405664444 
+240208-13:27:31,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.678275:#@#  4  188  -1.11886 -1.59203 0.71976 0.00000 0.00000 0.00000   -1.0405664
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:fs_powell::minimize
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:  nparams 6
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:  maxfev 4
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:  ftol   0.000100
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:  linmin_xtol_   0.010000
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:  powell nthiter 0: fret = -1.040566
+240208-13:27:31,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:31.804458:#@#  4  190  -0.11886 -1.59203 0.71976 0.00000 0.00000 0.00000   -1.0417161
+240208-13:27:32,117 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:32.116989:#@#  4  195  0.14543 -1.59203 0.71976 0.00000 0.00000 0.00000   -1.0417843
+240208-13:27:32,621 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:32.621389:#@#  4  203  0.14543 -2.21007 0.71976 0.00000 0.00000 0.00000   -1.0417948
+240208-13:27:32,748 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:32.748626:#@#  4  205  0.14543 -1.91975 0.71976 0.00000 0.00000 0.00000   -1.0418386
+240208-13:27:32,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:32.811479:#@#  4  206  0.14543 -1.90975 0.71976 0.00000 0.00000 0.00000   -1.0418400
+240208-13:27:33,515 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.515651:#@#  4  217  0.14543 -1.89727 0.74011 0.00000 0.00000 0.00000   -1.0418407
+240208-13:27:33,768 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:33.767948:#@#  4  221  0.14543 -1.89727 0.74011 1.00000 0.00000 0.00000   -1.0418917
+240208-13:27:34,16 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.016916:#@#  4  225  0.14543 -1.89727 0.74011 0.61803 0.00000 0.00000   -1.0419890
+240208-13:27:34,143 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.143306:#@#  4  227  0.14543 -1.89727 0.74011 0.60366 0.00000 0.00000   -1.0419894
+240208-13:27:34,647 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.647666:#@#  4  235  0.14543 -1.89727 0.74011 0.60366 0.03517 0.00000   -1.0419903
+240208-13:27:34,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:34.711040:#@#  4  236  0.14543 -1.89727 0.74011 0.60366 0.04517 0.00000   -1.0419908
+240208-13:27:35,528 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.528681:#@#  4  249  0.14543 -1.89727 0.74011 0.60366 0.04517 -0.01000   -1.0419914
+240208-13:27:35,591 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:35.591481:#@#  4  250  0.14543 -1.89727 0.74011 0.60366 0.04517 -0.02000   -1.0419924
+240208-13:27:36,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.230565:  powell nthiter 1: fret = -1.041992
+240208-13:27:36,230 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.230565:#@#  4  260  0.16395 -1.89727 0.74011 0.60366 0.04517 -0.02000   -1.0419939
+240208-13:27:36,795 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.795310:#@#  4  268  0.16395 -2.13548 0.74011 0.60366 0.04517 -0.02000   -1.0420243
+240208-13:27:36,886 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:36.886710:#@#  4  269  0.16395 -2.14548 0.74011 0.60366 0.04517 -0.02000   -1.0420246
+240208-13:27:37,704 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:37.703981:#@#  4  278  0.16395 -2.14548 0.62450 0.60366 0.04517 -0.02000   -1.0420284
+240208-13:27:37,795 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:37.795361:#@#  4  279  0.16395 -2.14548 0.66618 0.60366 0.04517 -0.02000   -1.0420325
+240208-13:27:38,612 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:38.612006:#@#  4  288  0.16395 -2.14548 0.66618 0.66958 0.04517 -0.02000   -1.0420355
+240208-13:27:40,518 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.518867:Powell done niters total = 1
+240208-13:27:40,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.518867:OptTimeSec  8.9 sec
+240208-13:27:40,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.518867:OptTimeMin  0.15 min
+240208-13:27:40,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.518867:nEvals 309
+240208-13:27:40,612 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:Final parameters   0.16394867  -2.14548349   0.66618085   0.66958046   0.04516541  -0.00989304 
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:Final cost   -1.042035416589622
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794: 
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:---------------------------------
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg utimesec    70.755827
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg stimesec    0.275879
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_maxrss   479116
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_ixrss    0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_idrss    0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_isrss    0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_minflt   97836
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_majflt   23
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_nswap    0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_inblock  3872
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_oublock  16
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_msgsnd   0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_msgrcv   0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_nsignals 0
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_nvcsw    91
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:mri_coreg ru_nivcsw   7247
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:Final  RefRAS-to-MovRAS
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794: 1.00000  -0.00017   0.00079   0.16395;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794: 0.00016   0.99993   0.01169  -2.14548;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794:-0.00079  -0.01169   0.99993   0.66618;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.612794: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.613536:Final  RefVox-to-MovVox
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.613536: 0.99963  -0.02605   0.00725  -44.71843;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.613536:-0.01248  -0.20677   0.97831   14.09986;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.613536:-0.02398  -0.97804  -0.20702   244.99915;
+240208-13:27:40,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.613536: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:Final parameters  0.1639 -2.1455  0.6662  0.6696  0.0452 -0.0099 
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:nhits = 92627 out of 16777216, Percent Overlap:  35.3
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:mri_coreg RunTimeSec 71.2 sec
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:To check run:
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:   tkregisterfv --mov ./tmp.bbregister.329155/template.nii --targ /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/brainmask.mgz --reg ./tmp.bbregister.329155/mri_coreg.lta --s 104980 --surfs 
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:mri_coreg done
+240208-13:27:40,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.614371:
+240208-13:27:40,651 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.651735:mri_segreg --mov ./tmp.bbregister.329155/template.nii --init-reg ./tmp.bbregister.329155/reg.init.dat --out-reg ./tmp.bbregister.329155/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:cd /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:mri_segreg --mov ./tmp.bbregister.329155/template.nii --init-reg ./tmp.bbregister.329155/reg.init.dat --out-reg ./tmp.bbregister.329155/bbr.pass1.dat --subsamp-brute 100 --subsamp 100 --tol 1e-4 --tol1d 1e-3 --brute -4 4 4 --surf white --gm-proj-frac 0.5 --gm-gt-wm 0.5 
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:sysname  Linux
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:hostname comps09h01
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:machine  x86_64
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:user     fbeyer
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:movvol ./tmp.bbregister.329155/template.nii
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:regfile ./tmp.bbregister.329155/reg.init.dat
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:subject 104980
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:dof 6
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:outregfile ./tmp.bbregister.329155/bbr.pass1.dat
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:UseMask 0
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:UseLH 1
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:UseRH 1
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:nsubsamp 100
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:PenaltySign  -1
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:PenaltySlope 0.500000
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:PenaltyCenter 0.000000
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:surfname white
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:GMProjFrac 0.500000
+240208-13:27:40,665 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:WMProjAbs 2.000000
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:lhcostfile (null)
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:rhcostfile (null)
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:interp  trilinear (1)
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:frame  0
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:TolPowell 0.000100
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:nMaxItersPowell 36
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:n1dmin  3
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:Profile   0
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:Gdiag_no  -1
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:AddNoise  0 (0)
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:SynthSeed 1708059344
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:TransRandMax 0.000000
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:RotRandMax 0.000000
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:Translations 0.000000 0.000000 0.000000
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:Rotations   0.000000 0.000000 0.000000
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:Input reg
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413: 0.99963  -0.00725  -0.02605  -0.82893;
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413: 0.02398  -0.20702   0.97804   2.24165;
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413:-0.01248  -0.97831  -0.20677  -4.25925;
+240208-13:27:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.665413: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:40,667 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:40.667279:
+240208-13:27:44,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.296267:Loading mov
+240208-13:27:44,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.296267:Projecting LH Surfs
+240208-13:27:44,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.296267:Loading lh.white surf
+240208-13:27:44,296 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:44.296267:Loading lh.thickness for GM
+240208-13:27:47,170 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.170201:GM Proj: 1 0.500000 2.000000
+240208-13:27:47,170 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.170201:WM Proj: 0 0.500000 2.000000
+240208-13:27:47,170 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.170201:Projecting RH Surfs
+240208-13:27:47,170 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.170201:Loading rh.white surf
+240208-13:27:47,170 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.170201:Loading rh.thickness for GM
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Projecting RH Surfs
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Using lh.cortex.label
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Using rh.cortex.label
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Computing relative cost
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 0  -25.0 -25.0 -25.0   1.008801
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 1  -25.0 -25.0  25.0   0.994983
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 2  -25.0  25.0 -25.0   1.023532
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 3  -25.0  25.0  25.0   0.945013
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 4   25.0 -25.0 -25.0   0.990744
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 5   25.0 -25.0  25.0   1.013628
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 6   25.0  25.0 -25.0   1.020401
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324: 7   25.0  25.0  25.0   0.987073
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:REL:  8  0.424444    7.984176  0.998022 rel = 0.425285 
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Initial costs ----------------
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Number of surface hits 2846
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:WM  Intensity     0.4949 +/-   0.0530
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Ctx Intensity     0.5511 +/-   0.0679
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Pct Contrast     10.4770 +/-  13.7752
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Cost   0.4244
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:RelCost   0.4253
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:------------------------------------
+240208-13:27:47,467 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.467324:Brute force preopt -4 4 4, n = 729
+240208-13:27:47,469 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.469729:     0  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000  -4.0000      0.9777   0.9777  0.0
+240208-13:27:47,474 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.474874:     3  -4.0000  -4.0000  -4.0000  -4.0000   0.0000  -4.0000      0.9646   0.9646  0.0
+240208-13:27:47,487 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.487739:    11  -4.0000  -4.0000  -4.0000   0.0000  -4.0000   4.0000      0.9592   0.9592  0.0
+240208-13:27:47,500 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.500366:    19  -4.0000  -4.0000  -4.0000   4.0000  -4.0000   0.0000      0.9469   0.9469  0.0
+240208-13:27:47,539 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.539663:    46  -4.0000  -4.0000   0.0000   4.0000  -4.0000   0.0000      0.9224   0.9224  0.0
+240208-13:27:47,624 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.624195:   102  -4.0000   0.0000  -4.0000   4.0000   0.0000  -4.0000      0.9193   0.9193  0.0
+240208-13:27:47,650 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.650017:   119  -4.0000   0.0000   0.0000   0.0000  -4.0000   4.0000      0.9068   0.9068  0.0
+240208-13:27:47,651 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.651772:   120  -4.0000   0.0000   0.0000   0.0000   0.0000  -4.0000      0.8939   0.8939  0.0
+240208-13:27:47,877 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.877001:   274   0.0000  -4.0000   0.0000  -4.0000   0.0000   0.0000      0.8624   0.8624  0.0
+240208-13:27:47,890 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:47.890680:   283   0.0000  -4.0000   0.0000   0.0000   0.0000   0.0000      0.7877   0.7877  0.0
+240208-13:27:48,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.004895:   355   0.0000   0.0000   0.0000  -4.0000   0.0000   0.0000      0.7721   0.7721  0.0
+240208-13:27:48,21 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.021141:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4244   0.4244  0.0
+240208-13:27:48,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Brute Force --------------------------
+240208-13:27:48,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Min cost was 0.424444
+240208-13:27:48,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Number of iterations   729
+240208-13:27:48,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Search time 1.131000 sec
+240208-13:27:48,609 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Parameters at best (transmm, rotdeg)
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:--------------------------------------------
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Starting Powell Minimization
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:Init Powel Params dof = 6
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:0 0
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:1 0
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:2 0
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:3 0
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:4 0
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:5 0
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:fs_powell::minimize
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:  nparams 6
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:  maxfev 36
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:  ftol   0.000100
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:  linmin_xtol_   0.001000
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:  powell nthiter 0: fret = 0.424444
+240208-13:27:48,610 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.609755:   7 -0.207  0.000  0.000  0.000  0.000  0.000   0.4212463553
+240208-13:27:48,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.614093:  10 -0.277  0.000  0.000  0.000  0.000  0.000   0.4204006995
+240208-13:27:48,616 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.616799:  12 -0.272  0.000  0.000  0.000  0.000  0.000   0.4203990172
+240208-13:27:48,619 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.619457:  14 -0.274  0.000  0.000  0.000  0.000  0.000   0.4203944204
+240208-13:27:48,632 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.632229:  23 -0.274 -0.263  0.000  0.000  0.000  0.000   0.4182230284
+240208-13:27:48,635 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.634966:  25 -0.274 -0.226  0.000  0.000  0.000  0.000   0.4181586964
+240208-13:27:48,637 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.637636:  27 -0.274 -0.223  0.000  0.000  0.000  0.000   0.4181586048
+240208-13:27:48,640 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.640307:  29 -0.274 -0.224  0.000  0.000  0.000  0.000   0.4181585599
+240208-13:27:48,641 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.641741:  30 -0.274 -0.225  0.000  0.000  0.000  0.000   0.4181584715
+240208-13:27:48,651 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.651588:  37 -0.274 -0.225 -0.063  0.000  0.000  0.000   0.4170628921
+240208-13:27:48,654 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.654211:  39 -0.274 -0.225 -0.118  0.000  0.000  0.000   0.4167181134
+240208-13:27:48,668 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.668633:  50 -0.274 -0.225 -0.119 -0.039  0.000  0.000   0.4166037797
+240208-13:27:48,670 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.670030:  51 -0.274 -0.225 -0.119 -0.051  0.000  0.000   0.4165762239
+240208-13:27:48,671 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.671375:  52 -0.274 -0.225 -0.119 -0.088  0.000  0.000   0.4165510240
+240208-13:27:48,672 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.672703:  53 -0.274 -0.225 -0.119 -0.079  0.000  0.000   0.4165355758
+240208-13:27:48,674 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.674059:  54 -0.274 -0.225 -0.119 -0.073  0.000  0.000   0.4165341019
+240208-13:27:48,675 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.675381:  55 -0.274 -0.225 -0.119 -0.075  0.000  0.000   0.4165335610
+240208-13:27:48,676 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.676718:  56 -0.274 -0.225 -0.119 -0.076  0.000  0.000   0.4165333804
+240208-13:27:48,678 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.678053:  57 -0.274 -0.225 -0.119 -0.077  0.000  0.000   0.4165333015
+240208-13:27:48,706 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.706397:  79 -0.274 -0.225 -0.119 -0.077  0.000  0.065   0.4165003623
+240208-13:27:48,707 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.707820:  80 -0.274 -0.225 -0.119 -0.077  0.000  0.038   0.4163672996
+240208-13:27:48,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.709185:  81 -0.274 -0.225 -0.119 -0.077  0.000  0.034   0.4163640507
+240208-13:27:48,710 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.710513:  82 -0.274 -0.225 -0.119 -0.077  0.000  0.032   0.4163638213
+240208-13:27:48,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.711838:  83 -0.274 -0.225 -0.119 -0.077  0.000  0.031   0.4163633668
+240208-13:27:48,725 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.725626:  powell nthiter 1: fret = 0.416363
+240208-13:27:48,725 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.725626:  94 -0.089 -0.225 -0.119 -0.077  0.000  0.031   0.4161634067
+240208-13:27:48,728 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.728217:  96 -0.014 -0.225 -0.119 -0.077  0.000  0.031   0.4156739473
+240208-13:27:48,730 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.730776:  98 -0.026 -0.225 -0.119 -0.077  0.000  0.031   0.4156292019
+240208-13:27:48,734 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.734532: 101 -0.025 -0.225 -0.119 -0.077  0.000  0.031   0.4156281874
+240208-13:27:48,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.737061: 103 -0.023 -0.225 -0.119 -0.077  0.000  0.031   0.4156277376
+240208-13:27:48,749 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.749340: 112 -0.023 -0.271 -0.119 -0.077  0.000  0.031   0.4155364519
+240208-13:27:48,751 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.751895: 114 -0.023 -0.277 -0.119 -0.077  0.000  0.031   0.4155339671
+240208-13:27:48,756 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.756872: 118 -0.023 -0.278 -0.119 -0.077  0.000  0.031   0.4155339630
+240208-13:27:48,771 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.771577: 129 -0.023 -0.279 -0.142 -0.077  0.000  0.031   0.4153668271
+240208-13:27:48,772 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.772971: 130 -0.023 -0.279 -0.143 -0.077  0.000  0.031   0.4153663406
+240208-13:27:48,783 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.783837: 138 -0.023 -0.279 -0.143 -0.205  0.000  0.031   0.4152854607
+240208-13:27:48,785 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.785185: 139 -0.023 -0.279 -0.143 -0.147  0.000  0.031   0.4150435927
+240208-13:27:48,786 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.786557: 140 -0.023 -0.279 -0.143 -0.146  0.000  0.031   0.4150425185
+240208-13:27:48,787 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.787856: 141 -0.023 -0.279 -0.143 -0.140  0.000  0.031   0.4150402343
+240208-13:27:48,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.802084: 152 -0.023 -0.279 -0.143 -0.140  0.100  0.031   0.4145142612
+240208-13:27:48,803 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.803442: 153 -0.023 -0.279 -0.143 -0.140  0.078  0.031   0.4144126501
+240208-13:27:48,804 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.804744: 154 -0.023 -0.279 -0.143 -0.140  0.071  0.031   0.4143944927
+240208-13:27:48,808 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.808507: 157 -0.023 -0.279 -0.143 -0.140  0.072  0.031   0.4143940012
+240208-13:27:48,820 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.820189: 166 -0.023 -0.279 -0.143 -0.140  0.072  0.219   0.4141025833
+240208-13:27:48,822 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.822768: 168 -0.023 -0.279 -0.143 -0.140  0.072  0.293   0.4136351916
+240208-13:27:48,824 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.824103: 169 -0.023 -0.279 -0.143 -0.140  0.072  0.339   0.4135518108
+240208-13:27:48,826 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.826636: 171 -0.023 -0.279 -0.143 -0.140  0.072  0.322   0.4135144048
+240208-13:27:48,829 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.829174: 173 -0.023 -0.279 -0.143 -0.140  0.072  0.324   0.4135138317
+240208-13:27:48,831 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.831718: 175 -0.023 -0.279 -0.143 -0.140  0.072  0.323   0.4135137992
+240208-13:27:48,842 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.842954:  powell nthiter 2: fret = 0.413514
+240208-13:27:48,843 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.842954: 184  0.005 -0.279 -0.143 -0.140  0.072  0.323   0.4134512879
+240208-13:27:48,846 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.846762: 187  0.056 -0.279 -0.143 -0.140  0.072  0.323   0.4133457781
+240208-13:27:48,848 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.848107: 188  0.101 -0.279 -0.143 -0.140  0.072  0.323   0.4132750336
+240208-13:27:48,849 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.849458: 189  0.084 -0.279 -0.143 -0.140  0.072  0.323   0.4132667048
+240208-13:27:48,850 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.850778: 190  0.089 -0.279 -0.143 -0.140  0.072  0.323   0.4132539862
+240208-13:27:48,852 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.852066: 191  0.092 -0.279 -0.143 -0.140  0.072  0.323   0.4132513308
+240208-13:27:48,853 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.853376: 192  0.094 -0.279 -0.143 -0.140  0.072  0.323   0.4132507773
+240208-13:27:48,865 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.865690: 201  0.094 -0.278 -0.143 -0.140  0.072  0.323   0.4132476349
+240208-13:27:48,867 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.867085: 202  0.094 -0.244 -0.143 -0.140  0.072  0.323   0.4131591318
+240208-13:27:48,872 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.872174: 206  0.094 -0.233 -0.143 -0.140  0.072  0.323   0.4131490582
+240208-13:27:48,874 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.874792: 208  0.094 -0.234 -0.143 -0.140  0.072  0.323   0.4131488760
+240208-13:27:48,890 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.890753: 219  0.094 -0.234 -0.163 -0.140  0.072  0.323   0.4129367942
+240208-13:27:48,893 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.893589: 221  0.094 -0.234 -0.176 -0.140  0.072  0.323   0.4128907672
+240208-13:27:48,895 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.895026: 222  0.094 -0.234 -0.177 -0.140  0.072  0.323   0.4128898349
+240208-13:27:48,906 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.906496: 230  0.094 -0.234 -0.177 -0.079  0.072  0.323   0.4124625303
+240208-13:27:48,908 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.907974: 231  0.094 -0.234 -0.177 -0.056  0.072  0.323   0.4124406403
+240208-13:27:48,911 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.911890: 234  0.094 -0.234 -0.177 -0.057  0.072  0.323   0.4124403862
+240208-13:27:48,925 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.925717: 244  0.094 -0.234 -0.177 -0.057  0.085  0.323   0.4123401847
+240208-13:27:48,928 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.928430: 246  0.094 -0.234 -0.177 -0.057  0.087  0.323   0.4123374000
+240208-13:27:48,929 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.929870: 247  0.094 -0.234 -0.177 -0.057  0.088  0.323   0.4123362441
+240208-13:27:48,939 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.939507: 254  0.094 -0.234 -0.177 -0.057  0.088  0.273   0.4118492003
+240208-13:27:48,940 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.940951: 255  0.094 -0.234 -0.177 -0.057  0.088  0.198   0.4114018924
+240208-13:27:48,944 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.944836: 258  0.094 -0.234 -0.177 -0.057  0.088  0.179   0.4113494729
+240208-13:27:48,946 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.946211: 259  0.094 -0.234 -0.177 -0.057  0.088  0.174   0.4113487651
+240208-13:27:48,947 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.947560: 260  0.094 -0.234 -0.177 -0.057  0.088  0.176   0.4113479569
+240208-13:27:48,963 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.963825:  powell nthiter 3: fret = 0.411348
+240208-13:27:48,963 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.963825: 273  0.111 -0.234 -0.177 -0.057  0.088  0.176   0.4112002881
+240208-13:27:48,965 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.965211: 274  0.114 -0.234 -0.177 -0.057  0.088  0.176   0.4112002069
+240208-13:27:48,967 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.967789: 276  0.113 -0.234 -0.177 -0.057  0.088  0.176   0.4111992125
+240208-13:27:48,977 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.977799: 283  0.113 -0.327 -0.177 -0.057  0.088  0.176   0.4108851174
+240208-13:27:48,979 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.979238: 284  0.113 -0.310 -0.177 -0.057  0.088  0.176   0.4108405557
+240208-13:27:48,980 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.980620: 285  0.113 -0.302 -0.177 -0.057  0.088  0.176   0.4108391028
+240208-13:27:48,982 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.981997: 286  0.113 -0.305 -0.177 -0.057  0.088  0.176   0.4108388433
+240208-13:27:48,997 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.996968: 297  0.113 -0.305 -0.183 -0.057  0.088  0.176   0.4108039124
+240208-13:27:48,999 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:48.999662: 299  0.113 -0.305 -0.189 -0.057  0.088  0.176   0.4107853487
+240208-13:27:49,2 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.002287: 301  0.113 -0.305 -0.188 -0.057  0.088  0.176   0.4107848485
+240208-13:27:49,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.014626: 310  0.113 -0.305 -0.188 -0.089  0.088  0.176   0.4106565202
+240208-13:27:49,17 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.017258: 312  0.113 -0.305 -0.188 -0.088  0.088  0.176   0.4106563933
+240208-13:27:49,31 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.031649: 323  0.113 -0.305 -0.188 -0.088  0.085  0.176   0.4106419299
+240208-13:27:49,33 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.033090: 324  0.113 -0.305 -0.188 -0.088  0.082  0.176   0.4106374551
+240208-13:27:49,47 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.047549: 335  0.113 -0.305 -0.188 -0.088  0.082  0.165   0.4106062562
+240208-13:27:49,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.048982: 336  0.113 -0.305 -0.188 -0.088  0.082  0.158   0.4106007268
+240208-13:27:49,50 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.050369: 337  0.113 -0.305 -0.188 -0.088  0.082  0.157   0.4106006228
+240208-13:27:49,66 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.066614:  powell nthiter 4: fret = 0.410601
+240208-13:27:49,66 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.066614: 350  0.118 -0.305 -0.188 -0.088  0.082  0.157   0.4105747484
+240208-13:27:49,68 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.068060: 351  0.121 -0.305 -0.188 -0.088  0.082  0.157   0.4105735565
+240208-13:27:49,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.070658: 353  0.120 -0.305 -0.188 -0.088  0.082  0.157   0.4105735180
+240208-13:27:49,82 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.082005: 361  0.120 -0.296 -0.188 -0.088  0.082  0.157   0.4105730331
+240208-13:27:49,83 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.083436: 362  0.120 -0.300 -0.188 -0.088  0.082  0.157   0.4105711486
+240208-13:27:49,86 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.086053: 364  0.120 -0.299 -0.188 -0.088  0.082  0.157   0.4105711376
+240208-13:27:49,99 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.099860: 374  0.120 -0.299 -0.184 -0.088  0.082  0.157   0.4105656053
+240208-13:27:49,101 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.101320: 375  0.120 -0.299 -0.183 -0.088  0.082  0.157   0.4105654936
+240208-13:27:49,113 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.113560: 384  0.120 -0.299 -0.183 -0.092  0.082  0.157   0.4105568938
+240208-13:27:49,116 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.116200: 386  0.120 -0.299 -0.183 -0.094  0.082  0.157   0.4105562760
+240208-13:27:49,131 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.131931: 398  0.120 -0.299 -0.183 -0.094  0.078  0.157   0.4105505161
+240208-13:27:49,166 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.166196:  powell nthiter 5: fret = 0.410551
+240208-13:27:49,166 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.166196: 425  0.121 -0.299 -0.183 -0.094  0.078  0.157   0.4105501502
+240208-13:27:49,178 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.178790: 434  0.121 -0.295 -0.183 -0.094  0.078  0.157   0.4105492827
+240208-13:27:49,223 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.223760: 468  0.121 -0.295 -0.183 -0.094  0.077  0.157   0.4105492466
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Powell done niters = 5
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Computing relative cost
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 0  -25.0 -25.0 -25.0   1.007214
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 1  -25.0 -25.0  25.0   1.000393
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 2  -25.0  25.0 -25.0   1.027847
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 3  -25.0  25.0  25.0   0.958127
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 4   25.0 -25.0 -25.0   0.990244
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 5   25.0 -25.0  25.0   1.028706
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 6   25.0  25.0 -25.0   1.022219
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 7   25.0  25.0  25.0   0.971283
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:REL:  8  0.410549    8.006033  1.000754 rel = 0.41024 
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Number of iterations     5
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Min cost was 0.410549
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Number of FunctionCalls   481
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:TolPowell 0.000100
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:nMaxItersPowell 36
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:OptimizationTime 0.643000 sec
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Parameters at optimum (transmm)  0.12059 -0.29535 -0.18309
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Parameters at optimum (rotdeg) -0.09407  0.07737  0.15705 
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Final costs ----------------
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Number of surface hits 2846
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:WM  Intensity     0.4952 +/-   0.0524
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Ctx Intensity     0.5503 +/-   0.0673
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Pct Contrast     10.2752 +/-  13.5724
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Cost   0.4105
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:RelCost   0.4253
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:Reg at min cost was 
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 0.99955  -0.00800  -0.02901  -0.72022;
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 0.02670  -0.20865   0.97763   1.93701;
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276:-0.01387  -0.97796  -0.20834  -4.44488;
+240208-13:27:49,260 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.260276: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:49,261 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.261072:
+240208-13:27:49,261 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.261133:Writing optimal reg to ./tmp.bbregister.329155/bbr.pass1.dat, type = 14 
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262487:Original Reg 
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262580: 0.99963  -0.00725  -0.02605  -0.82893;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262580: 0.02398  -0.20702   0.97804   2.24165;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262580:-0.01248  -0.97831  -0.20677  -4.25925;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262580: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262704:
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262704:Original Reg - Optimal Reg
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262704: 0.00009   0.00075   0.00296  -0.10871;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262704:-0.00272   0.00163   0.00042   0.30465;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262704: 0.00139  -0.00035   0.00157   0.18564;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262704: 0.00000   0.00000   0.00000   0.00000;
+240208-13:27:49,262 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.262855:
+240208-13:27:49,352 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.352648:Computing change in lh position
+240208-13:27:49,352 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.352648:LH rmsDiffMean 0.436044
+240208-13:27:49,352 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.352648:Computing change in rh position
+240208-13:27:49,352 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.352648:Surface-RMS-Diff-mm 0.396809 0.061165 0.550017
+240208-13:27:49,352 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.352648:mri_segreg done
+240208-13:27:49,390 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.390673:mri_segreg --mov ./tmp.bbregister.329155/template.nii --init-reg ./tmp.bbregister.329155/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329155/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:$Id: mri_segreg.c,v 1.113 2016/05/10 03:23:20 greve Exp $
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:setenv SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:cd /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:mri_segreg --mov ./tmp.bbregister.329155/template.nii --init-reg ./tmp.bbregister.329155/bbr.pass1.dat --out-reg flair2anat.dat --interp trilinear --wm-proj-abs 2 --tol 1e-8 --tol1d 1e-3 --c0 0 --mincost flair2anat.dat.mincost --dof 6 --nmax 36 --param flair2anat.dat.param --surf white --brute -0.1 0.1 0.1 --cur-reg ./tmp.bbregister.329155/reg.curopt.dat --gm-proj-frac 0.5 --nsub 1 --o flair2anat_bbreg.nii.gz --gm-gt-wm 0.5 
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:sysname  Linux
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:hostname comps09h01
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:machine  x86_64
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:user     fbeyer
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:movvol ./tmp.bbregister.329155/template.nii
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:regfile ./tmp.bbregister.329155/bbr.pass1.dat
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:subject 104980
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:dof 6
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:outregfile flair2anat.dat
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:outfile flair2anat_bbreg.nii.gz
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:UseMask 0
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:UseLH 1
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:UseRH 1
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:nsubsamp 1
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:PenaltySign  -1
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:PenaltySlope 0.500000
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:PenaltyCenter 0.000000
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:surfname white
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:GMProjFrac 0.500000
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:WMProjAbs 2.000000
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:lhcostfile (null)
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:rhcostfile (null)
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:interp  trilinear (1)
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:frame  0
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:TolPowell 0.000000
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:nMaxItersPowell 36
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:n1dmin  3
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:Profile   0
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:Gdiag_no  -1
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:AddNoise  0 (0)
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:SynthSeed 1707795746
+240208-13:27:49,401 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:TransRandMax 0.000000
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:RotRandMax 0.000000
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:Translations 0.000000 0.000000 0.000000
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:Rotations   0.000000 0.000000 0.000000
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:Input reg
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231: 0.99955  -0.00800  -0.02901  -0.72022;
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231: 0.02670  -0.20865   0.97763   1.93701;
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231:-0.01387  -0.97796  -0.20834  -4.44488;
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.401231: 0.00000   0.00000   0.00000   1.00000;
+240208-13:27:49,402 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:49.402837:
+240208-13:27:52,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.737310:Loading mov
+240208-13:27:52,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.737310:Projecting LH Surfs
+240208-13:27:52,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.737310:Loading lh.white surf
+240208-13:27:52,737 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:52.737310:Loading lh.thickness for GM
+240208-13:27:55,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.597938:GM Proj: 1 0.500000 2.000000
+240208-13:27:55,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.597938:WM Proj: 0 0.500000 2.000000
+240208-13:27:55,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.597938:Projecting RH Surfs
+240208-13:27:55,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.597938:Loading rh.white surf
+240208-13:27:55,598 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:55.597938:Loading rh.thickness for GM
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Projecting RH Surfs
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Using lh.cortex.label
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Using rh.cortex.label
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Computing relative cost
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 0  -25.0 -25.0 -25.0   1.008298
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 1  -25.0 -25.0  25.0   0.980928
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 2  -25.0  25.0 -25.0   0.984953
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 3  -25.0  25.0  25.0   0.967115
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 4   25.0 -25.0 -25.0   0.993493
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 5   25.0 -25.0  25.0   1.005049
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 6   25.0  25.0 -25.0   1.007677
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024: 7   25.0  25.0  25.0   0.983010
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:REL:  8  0.418643    7.930523  0.991315 rel = 0.422311 
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Initial costs ----------------
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Number of surface hits 285424
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:WM  Intensity     0.4955 +/-   0.0528
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Ctx Intensity     0.5507 +/-   0.0689
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Pct Contrast     10.2610 +/-  13.9320
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Cost   0.4186
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:RelCost   0.4223
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:------------------------------------
+240208-13:27:56,878 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.878024:Brute force preopt -0.1 0.1 0.1, n = 729
+240208-13:27:56,881 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.881191:     0  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000      0.4204   0.4204  0.0
+240208-13:27:56,883 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.883184:     1  -0.1000  -0.1000  -0.1000  -0.1000  -0.1000   0.0000      0.4196   0.4196  0.0
+240208-13:27:56,885 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.885919:     3  -0.1000  -0.1000  -0.1000  -0.1000   0.0000  -0.1000      0.4195   0.4195  0.0
+240208-13:27:56,887 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.887259:     4  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.0000      0.4191   0.4191  0.0
+240208-13:27:56,888 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.888589:     5  -0.1000  -0.1000  -0.1000  -0.1000   0.0000   0.1000      0.4186   0.4186  0.0
+240208-13:27:56,897 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.897377:    12  -0.1000  -0.1000  -0.1000   0.0000   0.0000  -0.1000      0.4186   0.4186  0.0
+240208-13:27:56,898 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.898716:    13  -0.1000  -0.1000  -0.1000   0.0000   0.0000   0.0000      0.4178   0.4178  0.0
+240208-13:27:56,900 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.900043:    14  -0.1000  -0.1000  -0.1000   0.0000   0.0000   0.1000      0.4171   0.4171  0.0
+240208-13:27:56,903 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.903827:    17  -0.1000  -0.1000  -0.1000   0.0000   0.1000   0.1000      0.4168   0.4168  0.0
+240208-13:27:56,915 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.915024:    26  -0.1000  -0.1000  -0.1000   0.1000   0.1000   0.1000      0.4156   0.4156  0.0
+240208-13:27:56,920 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.920125:    30  -0.1000  -0.1000   0.0000  -0.1000   0.0000  -0.1000      0.4153   0.4153  0.0
+240208-13:27:56,921 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.921482:    31  -0.1000  -0.1000   0.0000  -0.1000   0.0000   0.0000      0.4153   0.4153  0.0
+240208-13:27:56,922 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.922807:    32  -0.1000  -0.1000   0.0000  -0.1000   0.0000   0.1000      0.4151   0.4151  0.0
+240208-13:27:56,931 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.931514:    39  -0.1000  -0.1000   0.0000   0.0000   0.0000  -0.1000      0.4149   0.4149  0.0
+240208-13:27:56,932 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.932906:    40  -0.1000  -0.1000   0.0000   0.0000   0.0000   0.0000      0.4146   0.4146  0.0
+240208-13:27:56,934 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.934242:    41  -0.1000  -0.1000   0.0000   0.0000   0.0000   0.1000      0.4145   0.4145  0.0
+240208-13:27:56,938 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.938112:    44  -0.1000  -0.1000   0.0000   0.0000   0.1000   0.1000      0.4140   0.4140  0.0
+240208-13:27:56,969 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.969516:    69  -0.1000  -0.1000   0.1000   0.0000   0.1000  -0.1000      0.4137   0.4137  0.0
+240208-13:27:56,971 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:56.970995:    70  -0.1000  -0.1000   0.1000   0.0000   0.1000   0.0000      0.4134   0.4134  0.0
+240208-13:27:57,39 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.039269:   125  -0.1000   0.0000   0.0000   0.0000   0.1000   0.1000      0.4133   0.4133  0.0
+240208-13:27:57,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.049340:   133  -0.1000   0.0000   0.0000   0.1000   0.1000   0.0000      0.4129   0.4129  0.0
+240208-13:27:57,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.070429:   150  -0.1000   0.0000   0.1000   0.0000   0.1000  -0.1000      0.4129   0.4129  0.0
+240208-13:27:57,71 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.071905:   151  -0.1000   0.0000   0.1000   0.0000   0.1000   0.0000      0.4126   0.4126  0.0
+240208-13:27:57,83 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.083448:   160  -0.1000   0.0000   0.1000   0.1000   0.1000   0.0000      0.4126   0.4126  0.0
+240208-13:27:57,185 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.185448:   241  -0.1000   0.1000   0.1000   0.1000   0.1000   0.0000      0.4125   0.4125  0.0
+240208-13:27:57,186 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.186918:   242  -0.1000   0.1000   0.1000   0.1000   0.1000   0.1000      0.4124   0.4124  0.0
+240208-13:27:57,238 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.238084:   283   0.0000  -0.1000   0.0000   0.0000   0.0000   0.0000      0.4114   0.4114  0.0
+240208-13:27:57,338 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:57.338767:   364   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000      0.4105   0.4105  0.0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Brute Force --------------------------
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Min cost was 0.410549
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Number of iterations   729
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Search time 0.915000 sec
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Parameters at best (transmm, rotdeg)
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:  0.000   0.000   0.000  0.000  0.000  0.000 
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:--------------------------------------------
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Starting Powell Minimization
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:Init Powel Params dof = 6
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:0 0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:1 0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:2 0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:3 0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:4 0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:5 0
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:fs_powell::minimize
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:  nparams 6
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:  maxfev 36
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:  ftol   0.000000
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:  linmin_xtol_   0.001000
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:  powell nthiter 0: fret = 0.418643
+240208-13:27:58,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.580021:   7 -0.252  0.000  0.000  0.000  0.000  0.000   0.4115169270
+240208-13:27:58,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.780829:   9 -0.267  0.000  0.000  0.000  0.000  0.000   0.4115004555
+240208-13:27:58,978 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:58.978009:  11 -0.264  0.000  0.000  0.000  0.000  0.000   0.4114996837
+240208-13:27:59,868 nipype.interface INFO:
+	 stdout 2024-02-08T13:27:59.868313:  20 -0.264  0.096  0.000  0.000  0.000  0.000   0.4111997500
+240208-13:28:00,852 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.852224:  30 -0.264  0.095  0.081  0.000  0.000  0.000   0.4106286655
+240208-13:28:00,951 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:00.951041:  31 -0.264  0.095  0.076  0.000  0.000  0.000   0.4106241812
+240208-13:28:01,49 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.049528:  32 -0.264  0.095  0.074  0.000  0.000  0.000   0.4106239746
+240208-13:28:01,244 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.244762:  34 -0.264  0.095  0.075  0.000  0.000  0.000   0.4106239491
+240208-13:28:01,928 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:01.928029:  41 -0.264  0.095  0.075 -0.016  0.000  0.000   0.4105804055
+240208-13:28:02,26 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.026919:  42 -0.264  0.095  0.075 -0.038  0.000  0.000   0.4105651018
+240208-13:28:02,126 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:02.126160:  43 -0.264  0.095  0.075 -0.033  0.000  0.000   0.4105639538
+240208-13:28:03,2 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.002414:  52 -0.264  0.095  0.075 -0.033 -0.106  0.000   0.4092450768
+240208-13:28:03,102 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.102854:  53 -0.264  0.095  0.075 -0.033 -0.114  0.000   0.4092409238
+240208-13:28:03,201 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.201403:  54 -0.264  0.095  0.075 -0.033 -0.112  0.000   0.4092404103
+240208-13:28:03,300 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:03.300808:  55 -0.264  0.095  0.075 -0.033 -0.111  0.000   0.4092403323
+240208-13:28:04,79 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.079432:  63 -0.264  0.095  0.075 -0.033 -0.111 -0.061   0.4092099025
+240208-13:28:04,178 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.178432:  64 -0.264  0.095  0.075 -0.033 -0.111 -0.035   0.4091740951
+240208-13:28:04,470 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:04.470412:  67 -0.264  0.095  0.075 -0.033 -0.111 -0.034   0.4091740092
+240208-13:28:05,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.348365:  powell nthiter 1: fret = 0.409174
+240208-13:28:05,348 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:05.348365:  76 -0.272  0.095  0.075 -0.033 -0.111 -0.034   0.4091675915
+240208-13:28:06,325 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:06.325562:  86 -0.272  0.092  0.075 -0.033 -0.111 -0.034   0.4091674128
+240208-13:28:07,202 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.202730:  95 -0.272  0.092  0.096 -0.033 -0.111 -0.034   0.4091410295
+240208-13:28:07,301 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:07.301426:  96 -0.272  0.092  0.092 -0.033 -0.111 -0.034   0.4091397620
+240208-13:28:08,275 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.275817: 106 -0.272  0.092  0.092 -0.053 -0.111 -0.034   0.4091277423
+240208-13:28:08,471 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:08.471266: 108 -0.272  0.092  0.092 -0.048 -0.111 -0.034   0.4091264469
+240208-13:28:09,445 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.445901: 118 -0.272  0.092  0.092 -0.048 -0.112 -0.034   0.4091262137
+240208-13:28:09,545 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:09.545477: 119 -0.272  0.092  0.092 -0.048 -0.113 -0.034   0.4091261259
+240208-13:28:10,421 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.421080: 128 -0.272  0.092  0.092 -0.048 -0.113 -0.041   0.4091245007
+240208-13:28:10,519 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.519907: 129 -0.272  0.092  0.092 -0.048 -0.113 -0.040   0.4091244795
+240208-13:28:10,618 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:10.618728: 130 -0.272  0.092  0.092 -0.048 -0.113 -0.039   0.4091244461
+240208-13:28:11,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:11.592392:  powell nthiter 2: fret = 0.409124
+240208-13:28:11,592 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:11.592392: 140 -0.274  0.092  0.092 -0.048 -0.113 -0.039   0.4091241091
+240208-13:28:12,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:12.566202: 150 -0.274  0.094  0.092 -0.048 -0.113 -0.039   0.4091240315
+240208-13:28:13,446 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:13.446871: 159 -0.274  0.094  0.096 -0.048 -0.113 -0.039   0.4091227206
+240208-13:28:14,514 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.514371: 170 -0.274  0.094  0.096 -0.050 -0.113 -0.039   0.4091226387
+240208-13:28:14,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:14.613404: 171 -0.274  0.094  0.096 -0.051 -0.113 -0.039   0.4091225763
+240208-13:28:16,440 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.440713: 190 -0.274  0.094  0.096 -0.051 -0.113 -0.040   0.4091225208
+240208-13:28:16,537 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:16.537864: 191 -0.274  0.094  0.096 -0.051 -0.113 -0.041   0.4091224744
+240208-13:28:18,368 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.368466:  powell nthiter 3: fret = 0.409122
+240208-13:28:18,368 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:18.368466: 209 -0.275  0.095  0.096 -0.051 -0.113 -0.041   0.4091224594
+240208-13:28:19,328 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:19.328173: 218 -0.275  0.095  0.097 -0.051 -0.113 -0.041   0.4091223898
+240208-13:28:22,174 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:22.174713: 245 -0.275  0.095  0.097 -0.051 -0.113 -0.042   0.4091223852
+240208-13:28:27,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.721554:  powell nthiter 4: fret = 0.409122
+240208-13:28:27,721 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:27.721554: 301 -0.275  0.095  0.097 -0.051 -0.113 -0.040   0.4091223495
+240208-13:28:28,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.802489:  powell nthiter 5: fret = 0.409122
+240208-13:28:28,802 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:28.802489: 312 -0.274  0.095  0.097 -0.051 -0.113 -0.040   0.4091223368
+240208-13:28:34,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Powell done niters = 5
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Computing relative cost
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 0  -25.0 -25.0 -25.0   1.009810
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 1  -25.0 -25.0  25.0   0.980274
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 2  -25.0  25.0 -25.0   0.983061
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 3  -25.0  25.0  25.0   0.963976
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 4   25.0 -25.0 -25.0   0.994306
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 5   25.0 -25.0  25.0   1.003913
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 6   25.0  25.0 -25.0   1.005592
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 7   25.0  25.0  25.0   0.985226
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:REL:  8  0.409122    7.926158  0.990770 rel = 0.412934 
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Number of iterations     5
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Min cost was 0.409122
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Number of FunctionCalls   359
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:TolPowell 0.000000
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:nMaxItersPowell 36
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:OptimizationTime 35.727000 sec
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Parameters at optimum (transmm) -0.27431  0.09464  0.09710
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Parameters at optimum (rotdeg) -0.05121 -0.11339 -0.04023 
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Final costs ----------------
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Number of surface hits 285424
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:WM  Intensity     0.4950 +/-   0.0525
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Ctx Intensity     0.5517 +/-   0.0689
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Pct Contrast     10.5397 +/-  13.8325
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Cost   0.4091
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:RelCost   0.4223
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:Reg at min cost was 
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 0.99959  -0.00621  -0.02791  -0.98437;
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 0.02599  -0.20952   0.97746   2.02817;
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830:-0.01192  -0.97778  -0.20927  -4.35093;
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.613830: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.614607:
+240208-13:28:34,614 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:34.614671:Writing optimal reg to flair2anat.dat, type = 14 
+240208-13:28:36,709 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.709243:Writing output volume to flair2anat_bbreg.nii.gz 
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.709243:Original Reg 
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128: 0.99955  -0.00800  -0.02901  -0.72022;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128: 0.02670  -0.20865   0.97763   1.93701;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128:-0.01387  -0.97796  -0.20834  -4.44488;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128:
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128:Original Reg - Optimal Reg
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128:-0.00004  -0.00179  -0.00110   0.26415;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128: 0.00071   0.00087   0.00017  -0.09117;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128:-0.00195  -0.00017   0.00093  -0.09395;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128: 0.00000   0.00000   0.00000   0.00000;
+240208-13:28:36,711 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.711128:
+240208-13:28:36,801 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.801412:Computing change in lh position
+240208-13:28:36,801 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.801412:LH rmsDiffMean 0.298847
+240208-13:28:36,801 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.801412:Computing change in rh position
+240208-13:28:36,801 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.801412:Surface-RMS-Diff-mm 0.309732 0.089400 0.502435
+240208-13:28:36,801 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.801412:mri_segreg done
+240208-13:28:36,855 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.855219:MinCost: 0.409122 0.495005 0.551709 10.539704 
+240208-13:28:36,857 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.857884:tkregister2_cmdl --mov /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --noedit --fslregout flair2anat.mat
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:tkregister_tcl /afs/cbs.mpg.de/software/freesurfer/6.0.0p1/debian-bullseye-amd64/tktools/tkregister2.tcl
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:INFO: no target volume specified, assuming FreeSurfer orig volume.
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:target  volume orig
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:movable volume /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:reg file       flair2anat.dat
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:LoadVol        0
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:ZeroCRAS       0
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:$Id: tkregister2.c,v 1.132.2.1 2016/08/02 21:17:29 greve Exp $
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:Diagnostic Level -1
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:---- Input registration matrix --------
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148: 0.99959  -0.00621  -0.02791  -0.98437;
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148: 0.02599  -0.20952   0.97746   2.02817;
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148:-0.01192  -0.97778  -0.20927  -4.35093;
+240208-13:28:36,873 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:36.873148: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376:float2int = 0
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376:---------------------------------------
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376:INFO: loading target /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/orig.mgz
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376:Ttarg: --------------------
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376:-1.00000   0.00000   0.00000   128.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004376: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004850:INFO: loading movable /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004850:Tmov: --------------------
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004850:-1.00000   0.00000   0.00000   80.00001;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004850: 0.00000   0.00000   1.00000  -88.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004850: 0.00000  -1.00000   0.00000   107.00000;
+240208-13:28:37,4 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.004850: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005031:mkheaderreg = 0, float2int = 0
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005031:---- Input registration matrix --------
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005031: 0.99959  -0.00621  -0.02791  -0.98437;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005031: 0.02599  -0.20952   0.97746   2.02817;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005031:-0.01192  -0.97778  -0.20927  -4.35093;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005031: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186:Determinant 0.999999
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186:subject = 104980
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186:RegMat ---------------------------
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186: 0.99959  -0.00621  -0.02791  -0.98437;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186: 0.02599  -0.20952   0.97746   2.02817;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186:-0.01192  -0.97778  -0.20927  -4.35093;
+240208-13:28:37,5 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.005186: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:37,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.014702:FSLOUTPUTTYPE NIFTI_GZ 
+240208-13:28:37,14 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.014702:tkreg2FSL: mov det = -1, ref det = -1
+240208-13:28:37,17 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.017413:Cleaning up
+240208-13:28:37,26 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.026820: 
+240208-13:28:37,29 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.029295:Started at Thu 08 Feb 2024 01:26:28 PM CET 
+240208-13:28:37,33 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.033202:Ended   at Thu 08 Feb 2024 01:28:37 PM CET
+240208-13:28:37,35 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.035532:BBR-Run-Time-Sec 129
+240208-13:28:37,38 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.037992: 
+240208-13:28:37,40 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.040449:bbregister Done
+240208-13:28:37,43 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.043042:To check results, run:
+240208-13:28:37,45 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.045740:tkregisterfv --mov /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/FLAIR_intensity_normed.nii.gz --reg flair2anat.dat --surfs 
+240208-13:28:37,46 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:37.046829: 
+240208-13:28:37,87 nipype.workflow INFO:
+	 [Node] Finished "bbregister", elapsed time 129.048786s.
+240208-13:28:37,103 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_lh" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/annot2label_lh".
+240208-13:28:37,113 nipype.workflow INFO:
+	 [Node] Executing "annot2label_lh" <utils.Annot2Label>
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:subject = 104980
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:annotation = aparc
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:hemi = lh
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:surface   = white
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:Reading surface 
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/surf/lh.white
+240208-13:28:38,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.613333:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/label/lh.aparc.annot
+240208-13:28:38,744 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:38.744498:reading colortable from annotation file...
+240208-13:28:38,744 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:38.744764:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:28:38,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.811042:Seg base 1000
+240208-13:28:38,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.811042:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:28:38,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.811042:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:28:38,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.811042:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:28:38,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.811042:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:28:38,811 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:38.811042:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:28:38,868 nipype.workflow INFO:
+	 [Node] Finished "annot2label_lh", elapsed time 1.754511s.
+240208-13:28:38,876 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.annot2label_rh" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/annot2label_rh".
+240208-13:28:38,882 nipype.workflow INFO:
+	 [Node] Executing "annot2label_rh" <utils.Annot2Label>
+240208-13:28:40,413 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:subject = 104980
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:annotation = aparc
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:hemi = rh
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:surface   = white
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:Reading surface 
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/surf/rh.white
+240208-13:28:40,414 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.413822:Loading annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/label/rh.aparc.annot
+240208-13:28:40,544 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:40.543967:reading colortable from annotation file...
+240208-13:28:40,544 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:40.544200:colortable with 36 entries read (originally /autofs/space/tanha_002/users/greve/fsdev.build/average/colortable_desikan_killiany.txt)
+240208-13:28:40,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.566731:Seg base 2000
+240208-13:28:40,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.566731:MRISmergeAnnotations: parcCount=11, newparcname=frontal
+240208-13:28:40,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.566731:MRISmergeAnnotations: parcCount=9, newparcname=temporal
+240208-13:28:40,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.566731:MRISmergeAnnotations: parcCount=5, newparcname=parietal
+240208-13:28:40,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.566731:MRISmergeAnnotations: parcCount=4, newparcname=occipital
+240208-13:28:40,566 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.566731:MRISmergeAnnotations: parcCount=4, newparcname=cingulate
+240208-13:28:40,616 nipype.workflow INFO:
+	 [Node] Finished "annot2label_rh", elapsed time 1.732175s.
+240208-13:28:40,623 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.flairreg_pipeline.applyreg" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/applyreg".
+240208-13:28:40,631 nipype.workflow INFO:
+	 [Node] Executing "applyreg" <nipype.interfaces.freesurfer.preprocess.ApplyVolTransform>
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998:fstargfile orig.mgz
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998:
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998:Matrix from regfile:
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998: 0.99959  -0.00621  -0.02791  -0.98437;
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998: 0.02599  -0.20952   0.97746   2.02817;
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998:-0.01192  -0.97778  -0.20927  -4.35093;
+240208-13:28:40,666 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:40.665998: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:Using /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/orig.mgz as targ volume
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:movvol /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH.nii.gz
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:targvol /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/104980/mri/orig.mgz
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:outvol /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/applyreg/predictedWMH_warped.nii.gz
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:regfile /data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/flairreg_pipeline/bbregister/flair2anat.dat
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:invert 0
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:tal    0
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:talres 2
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:regheader 0
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:noresample 0
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:interp  trilinear (1)
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:precision  float (3)
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:Gdiag_no  -1
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:Synth      0
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:SynthSeed  1708061843
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:niiRead(): NIFTI_UNITS_UNKNOWN, assuming mm
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:Final tkRAS-to-tkRAS Matrix is:
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132: 0.99959  -0.00621  -0.02791  -0.98437;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132: 0.02599  -0.20952   0.97746   2.02817;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132:-0.01192  -0.97778  -0.20927  -4.35093;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070132: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763:
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763:
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763:Vox2Vox Matrix is:
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763: 0.99959  -0.02791   0.00621  -44.18626;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763:-0.01192  -0.20927   0.97778   14.50651;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763:-0.02599  -0.97746  -0.20952   245.28741;
+240208-13:28:41,70 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:41.070763: 0.00000   0.00000   0.00000   1.00000;
+240208-13:28:42,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.780075:
+240208-13:28:42,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.780075:Resampling
+240208-13:28:42,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.780075:Output registration matrix is identity
+240208-13:28:42,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.780075:
+240208-13:28:42,780 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.780075:mri_vol2vol done
+240208-13:28:42,816 nipype.workflow INFO:
+	 [Node] Finished "applyreg", elapsed time 2.184022s.
+240208-13:28:42,823 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.aparc2aseg" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/aparc2aseg".
+240208-13:28:42,833 nipype.workflow INFO:
+	 [Node] Executing "aparc2aseg" <utils.Aparc2Aseg>
+240208-13:28:42,973 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:42.973684:freadInt: fread failed
+240208-13:28:42,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:SUBJECTS_DIR /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer/
+240208-13:28:42,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:subject 104980
+240208-13:28:42,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:outvol lobes+aseg.nii.gz
+240208-13:28:42,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:useribbon 0
+240208-13:28:42,973 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:baseoffset 0
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:labeling wm
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:labeling hypo-intensities as wm
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:dmaxctx 5.000000
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:RipUnknown 1
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881:Reading lh white surface 
+240208-13:28:42,974 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:42.973881: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/surf/lh.white
+240208-13:28:44,578 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:44.578424:freadInt: fread failed
+240208-13:28:44,578 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:44.578605:
+240208-13:28:44,578 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:44.578605:Reading lh pial surface 
+240208-13:28:44,578 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:44.578605: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/surf/lh.pial
+240208-13:28:45,951 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:45.950982:
+240208-13:28:45,951 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:45.950982:Loading lh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/label/lh.lobes.annot
+240208-13:28:45,968 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:45.968725:reading colortable from annotation file...
+240208-13:28:45,968 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:45.968936:colortable with 8 entries read (originally none)
+240208-13:28:46,218 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:46.218004:freadInt: fread failed
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:Have color table for lh white annotation
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:Ripping vertices labeled as unkown
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:Ripped 11897 vertices from left hemi
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:Building hash of lh white
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:Building hash of lh pial
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180:Reading rh white surface 
+240208-13:28:46,219 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:46.218180: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/surf/rh.white
+240208-13:28:47,742 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:47.742275:freadInt: fread failed
+240208-13:28:47,742 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.742455:
+240208-13:28:47,742 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.742455:Reading rh pial surface 
+240208-13:28:47,742 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:47.742455: /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/surf/rh.pial
+240208-13:28:49,101 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.101131:
+240208-13:28:49,101 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.101131:Loading rh annotations from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/label/rh.lobes.annot
+240208-13:28:49,118 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:49.118776:reading colortable from annotation file...
+240208-13:28:49,118 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:49.118985:colortable with 8 entries read (originally none)
+240208-13:28:49,389 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:49.389084:znzreadInt: znzread failed
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:Have color table for rh white annotation
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:Ripping vertices labeled as unkown
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:Ripped 11189 vertices from right hemi
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:Building hash of rh white
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:Building hash of rh pial
+240208-13:28:49,389 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.389335:Loading ribbon segmentation from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/mri/ribbon.mgz
+240208-13:28:49,641 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:49.641161:znzreadInt: znzread failed
+240208-13:28:49,641 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:49.641359:Loading filled from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/mri/ribbon.mgz
+240208-13:28:50,409 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:50.409310:reading colortable from MGH file...
+240208-13:28:50,412 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:50.412513:colortable with 14176 entries read (originally /usr/local/freesurfer/FreeSurferColorLUT.txt)
+240208-13:28:50,412 nipype.interface INFO:
+	 stderr 2024-02-08T13:28:50.412641:znzreadInt: znzread failed
+240208-13:28:50,412 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:50.412691:
+240208-13:28:50,412 nipype.interface INFO:
+	 stdout 2024-02-08T13:28:50.412691:Loading aseg from /data/p_02271/NAKO-381/NAKO-381_MRT_Dateien/V2/FreeSurfer//104980/mri/aseg.mgz
+240208-13:29:02,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:02.118049:ASeg Vox2RAS: -----------
+240208-13:29:02,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:02.118049:-1.00000   0.00000   0.00000   128.00000;
+240208-13:29:02,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:02.118049: 0.00000   0.00000   1.00000  -128.00000;
+240208-13:29:02,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:02.118049: 0.00000  -1.00000   0.00000   128.00000;
+240208-13:29:02,118 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:02.118049: 0.00000   0.00000   0.00000   1.00000;
+240208-13:29:04,536 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:04.536397:-------------------------
+240208-13:29:04,536 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:04.536397:
+240208-13:29:04,536 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:04.536397:Labeling Slice
+240208-13:29:05,361 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:05.361765:  0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19 
+240208-13:29:05,580 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:05.580532: 20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39 
+240208-13:29:05,796 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:05.796443: 40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59 
+240208-13:29:12,670 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:12.670810: 60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79 
+240208-13:29:31,284 nipype.interface INFO:
+	 stdout 2024-02-08T13:29:31.284182: 80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 
+240208-13:30:07,916 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:07.916399:100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 
+240208-13:30:47,416 nipype.interface INFO:
+	 stdout 2024-02-08T13:30:47.416161:120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 
+240208-13:31:24,613 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:24.613200:140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 
+240208-13:31:41,864 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:41.864185:160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 
+240208-13:31:47,332 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:47.332298:180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 
+240208-13:31:47,528 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:47.528272:200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 
+240208-13:31:47,731 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:47.731857:220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 
+240208-13:31:48,934 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 nctx = 1061177
+240208-13:31:48,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:Used brute-force search on 1110 voxels
+240208-13:31:48,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:Fixing Parahip LH WM
+240208-13:31:48,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:  Found 0 clusters
+240208-13:31:48,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:Fixing Parahip RH WM
+240208-13:31:48,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:  Found 0 clusters
+240208-13:31:48,935 nipype.interface INFO:
+	 stdout 2024-02-08T13:31:48.934589:Writing output aseg to lobes+aseg.nii.gz
+240208-13:31:49,131 nipype.workflow INFO:
+	 [Node] Finished "aparc2aseg", elapsed time 186.297292s.
+240208-13:31:49,138 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.filter_lobes" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/filter_lobes".
+240208-13:31:49,146 nipype.workflow INFO:
+	 [Node] Executing "filter_lobes" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:50,899 nipype.workflow INFO:
+	 [Node] Finished "filter_lobes", elapsed time 1.752503s.
+240208-13:31:50,905 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ventricles_mask" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/ventricles_mask".
+240208-13:31:50,912 nipype.workflow INFO:
+	 [Node] Executing "ventricles_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:51,735 nipype.workflow INFO:
+	 [Node] Finished "ventricles_mask", elapsed time 0.821735s.
+240208-13:31:51,741 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.cortex_mask" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/cortex_mask".
+240208-13:31:51,748 nipype.workflow INFO:
+	 [Node] Executing "cortex_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:53,89 nipype.workflow INFO:
+	 [Node] Finished "cortex_mask", elapsed time 1.339699s.
+240208-13:31:53,95 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bgt_mask" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/bgt_mask".
+240208-13:31:53,102 nipype.workflow INFO:
+	 [Node] Executing "bgt_mask" <nipype.interfaces.utility.wrappers.Function>
+240208-13:31:54,520 nipype.workflow INFO:
+	 [Node] Finished "bgt_mask", elapsed time 1.41745s.
+240208-13:31:54,526 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.ndist_map" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/ndist_map".
+240208-13:31:54,533 nipype.workflow INFO:
+	 [Node] Executing "ndist_map" <nipype.interfaces.utility.wrappers.Function>
+240208-13:32:05,547 nipype.workflow INFO:
+	 [Node] Finished "ndist_map", elapsed time 11.011514s.
+240208-13:32:05,557 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.gen_wmparc" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/gen_wmparc".
+240208-13:32:05,575 nipype.workflow INFO:
+	 [Node] Executing "gen_wmparc" <nipype.interfaces.utility.wrappers.Function>
+Writing output labelmap
+240208-13:34:56,531 nipype.workflow INFO:
+	 [Node] Finished "gen_wmparc", elapsed time 170.951979s.
+240208-13:34:56,538 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.lobe_wmparc" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/lobe_wmparc".
+240208-13:34:56,607 nipype.workflow INFO:
+	 [Node] Executing "lobe_wmparc" <nipype.interfaces.utility.wrappers.Function>
+[ 0.  5. 11. 12. 13. 14. 21. 22. 23. 24.]
+240208-13:35:00,157 nipype.workflow INFO:
+	 [Node] Finished "lobe_wmparc", elapsed time 3.548562s.
+240208-13:35:00,163 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.depth_wmparc" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/depth_wmparc".
+240208-13:35:00,171 nipype.workflow INFO:
+	 [Node] Executing "depth_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:35:02,872 nipype.workflow INFO:
+	 [Node] Finished "depth_wmparc", elapsed time 2.699954s.
+240208-13:35:02,878 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.bullseye.bullseye_wmparc" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/bullseye/bullseye_wmparc".
+240208-13:35:02,894 nipype.workflow INFO:
+	 [Node] Executing "bullseye_wmparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:35:13,108 nipype.workflow INFO:
+	 [Node] Finished "bullseye_wmparc", elapsed time 10.21272s.
+240208-13:35:13,115 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.extractparc" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/extractparc".
+240208-13:35:13,162 nipype.workflow INFO:
+	 [Node] Executing "extractparc" <nipype.interfaces.utility.wrappers.Function>
+240208-13:35:17,555 nipype.workflow INFO:
+	 [Node] Finished "extractparc", elapsed time 4.392047s.
+240208-13:35:17,567 nipype.workflow INFO:
+	 [Node] Setting-up "bullseyelesion_bbreg.datasink" in "/data/pt_02271/Data/wd/104980/bullseyelesion_bbreg/datasink".
+240208-13:35:17,644 nipype.workflow INFO:
+	 [Node] Executing "datasink" <nipype.interfaces.io.DataSink>
+240208-13:35:17,651 nipype.workflow INFO:
+	 [Node] Finished "datasink", elapsed time 0.006229s.
diff --git a/bullseye_workflow/my_sublist.txt b/bullseye_workflow/my_sublist.txt
new file mode 100755
index 0000000000000000000000000000000000000000..93c03a8e329e4e15223083d95f60f7401f021e21
--- /dev/null
+++ b/bullseye_workflow/my_sublist.txt
@@ -0,0 +1,4 @@
+104985
+104983
+104981
+104980
diff --git a/bullseye_workflow/__init__.py b/bullseye_workflow/python/__init__.py
similarity index 100%
rename from bullseye_workflow/__init__.py
rename to bullseye_workflow/python/__init__.py
diff --git a/bullseye_workflow/python/__pycache__/bullseye_pipeline.cpython-310.pyc b/bullseye_workflow/python/__pycache__/bullseye_pipeline.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8cf4eda3beee2e119d8e88afa130cc792ba176e6
Binary files /dev/null and b/bullseye_workflow/python/__pycache__/bullseye_pipeline.cpython-310.pyc differ
diff --git a/bullseye_workflow/python/__pycache__/create_flairreg_pipeline.cpython-310.pyc b/bullseye_workflow/python/__pycache__/create_flairreg_pipeline.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..701113bfcd16566a887e68286de81afcbd1304a0
Binary files /dev/null and b/bullseye_workflow/python/__pycache__/create_flairreg_pipeline.cpython-310.pyc differ
diff --git a/bullseye_workflow/python/__pycache__/utils.cpython-310.pyc b/bullseye_workflow/python/__pycache__/utils.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..32fb52fd2ec7924abcdbc8f3c70cadcc6130e5a4
Binary files /dev/null and b/bullseye_workflow/python/__pycache__/utils.cpython-310.pyc differ
diff --git a/bullseye_workflow/bullseye_pipeline.py b/bullseye_workflow/python/bullseye_pipeline.py
similarity index 99%
rename from bullseye_workflow/bullseye_pipeline.py
rename to bullseye_workflow/python/bullseye_pipeline.py
index b37ecb1ec4d4e36f2d4508846398ea925bbd3097..eb455bdd47465bfb93bf94dd4093c066ef6e53f7 100644
--- a/bullseye_workflow/bullseye_pipeline.py
+++ b/bullseye_workflow/python/bullseye_pipeline.py
@@ -92,6 +92,7 @@ def create_bullseye_pipeline(name='bullseye'):
     gen_wmparc = pe.Node(interface=util.Function(input_names=['incl_file', 'ndist_file', 'label_file', 'incl_labels', 'verbose'], output_names=['out_file'],
                                                  function=generate_wmparc), name='gen_wmparc')
     gen_wmparc.inputs.incl_labels = [3003, 4003, 5001, 5002] # the labels that need to be 'filled'
+    #original: 3003, 4003, 5001, 5002 = wm-*h-caudalmiddlefrontal + unsegmentedWM
     gen_wmparc.inputs.verbose = False
 
     # include bgt into wmparc to create the final lobar wmparc
diff --git a/bullseye_workflow/configoptions.py b/bullseye_workflow/python/configoptions.py
similarity index 100%
rename from bullseye_workflow/configoptions.py
rename to bullseye_workflow/python/configoptions.py
diff --git a/bullseye_workflow/create_flairreg_pipeline.py b/bullseye_workflow/python/create_flairreg_pipeline.py
similarity index 100%
rename from bullseye_workflow/create_flairreg_pipeline.py
rename to bullseye_workflow/python/create_flairreg_pipeline.py
diff --git a/bullseye_workflow/run_bullseye_WMH_segmentation.py b/bullseye_workflow/python/run_bullseye_WMH_segmentation.py
similarity index 88%
rename from bullseye_workflow/run_bullseye_WMH_segmentation.py
rename to bullseye_workflow/python/run_bullseye_WMH_segmentation.py
index 0eb413722241699d75572f2dcc3f979c1eef8881..b811fdcafa1130c55e2db7957d38f8106bbfba48 100644
--- a/bullseye_workflow/run_bullseye_WMH_segmentation.py
+++ b/bullseye_workflow/python/run_bullseye_WMH_segmentation.py
@@ -8,7 +8,7 @@ prerequisites:
 	- flair/t2 and wmh probability maps
 """
 
-from nipype import Node, Workflow, Function
+from nipype import Node, Workflow, Function, SelectFiles
 from nipype.interfaces import fsl
 from nipype.interfaces.utility import IdentityInterface
 import nipype.interfaces.freesurfer as fs
@@ -19,9 +19,6 @@ from create_flairreg_pipeline import create_flairreg_pipeline
 from utils import extract_parcellation
 import numpy as np 
 import nibabel as nb
-import matplotlib
-import matplotlib.pyplot as plt
-import pandas as pd
 import os
 import sys
 
@@ -34,7 +31,7 @@ def create_bullseye_lesion(subject, base_dir, freesurfer_dir, flair_file, wmh_fi
 
     # main workflow
     bullseye_lesion = Workflow(name="bullseyelesion_bbreg")
-    bullseye_lesion.base_dir=base_dir
+    bullseye_lesion.base_dir=base_dir+'/'+subject
     
     # bullseye wm segmentation part    
     bullseye=create_bullseye_pipeline()
@@ -43,19 +40,22 @@ def create_bullseye_lesion(subject, base_dir, freesurfer_dir, flair_file, wmh_fi
 
     # wmh registration to freesurfer
     lesionreg=create_flairreg_pipeline()
-    lesionreg.inputs.inputnode.freesurfer_dir=freesurfer_dir
+    lesionreg.inputs.inputnode.subject_id=subject
     lesionreg.inputs.inputnode.FLAIR=flair_file
     lesionreg.inputs.inputnode.LESION=wmh_file
 
+
     # extract wmh volumes from be segmentation 
     extractparc=Node(interface=util.Function(input_names=['in1_file', 'in2_file', 'subject_id', 'option'], output_names=['out_file'],
                                                function=extract_parcellation), name='extractparc')
-    extractparc.inputs.option="new" 
-    extractparc.inputs.inputnode.subject=subject                                 
+    extractparc.inputs.option="sum" 
+    extractparc.inputs.subject_id=subject                                 
+
     
     # generate datasink
     datasink=Node(name="datasink", interface=nio.DataSink())
     datasink.inputs.base_directory = base_dir
+    datasink.inputs.container=subject
     datasink.inputs.substitutions = [('_subject_', '')]
 
     # connect all nodes
@@ -73,6 +73,7 @@ def create_bullseye_lesion(subject, base_dir, freesurfer_dir, flair_file, wmh_fi
     return bullseye_lesion
 
 
+
 subject=sys.argv[1] 
 base_dir=sys.argv[2] 
 freesurfer_dir=sys.argv[3] 
diff --git a/bullseye_workflow/utils.py b/bullseye_workflow/python/utils.py
similarity index 98%
rename from bullseye_workflow/utils.py
rename to bullseye_workflow/python/utils.py
index c1bac88f4458c8e8982d4759436cbc8b1fd65c5f..6c889e90eff9fa0ce0999bd18846b7b4aa5c4fa3 100644
--- a/bullseye_workflow/utils.py
+++ b/bullseye_workflow/python/utils.py
@@ -378,13 +378,13 @@ def extract_parcellation(in1_file, in2_file, subject_id, option="sum"):
     	vals=in2[in1m]
     	vals=vals.astype(int)
 
-    	counts=np.bincount(vals, minlength=245)[np.array([0,51,52,53,54,111,112,113,114,121,122,123,124,131,132,133,134,141,142,143,144,
-    	                         211,212,213,214,221,222,223,224,231,232,233,234,241,242,243,244])]
-    	#option minlength=245 to make sure all values are included even if participants have no lesions here
+    	counts=np.bincount(vals, minlength=250)[np.array([0,51,52,53,54,111,112,113,114,121,122,123,124,131,132,133,134,141,142,143,144,
+    	                         211,212,213,214,221,222,223,224,231,232,233,234,241,242,243,244, 251, 252, 253, 254, 255])]
+    	#option minlength=250 to make sure all values are included even if participants have no lesions here
     elif option=="sum":
     	out_file='res_sum.txt'
     	counts=[]
-    	for i in np.nditer(np.array([51,52,53,54,111,112,113,114,121,122,123,124,131,132,133,134,141,142,143,144,211,212,213,214,221,222,223,224,231,232,233,234,241,242,243,244])): 
+    	for i in np.nditer(np.array([51,52,53,54,111,112,113,114,121,122,123,124,131,132,133,134,141,142,143,144,211,212,213,214,221,222,223,224,231,232,233,234,241,242,243,244, 251, 252, 253, 254, 255])): 
             	maskedWML=in1[in2==i]
             	counts.append(sum(maskedWML))
     else: 
diff --git a/bullseye_workflow/run_bullseye.sh b/bullseye_workflow/run_bullseye.sh
deleted file mode 100644
index e4f1019838d102e267fda7c8205175d870914d05..0000000000000000000000000000000000000000
--- a/bullseye_workflow/run_bullseye.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-"""
-Created on Wed Feb  7 14:25:03 2024
-
-@author: fbeyer
-"""
- # specify the location of the preprocessed data     
-working_dir="/data/pt_life_whm/Data/wd/" # where intermediate files will be saved 
-freesurfer_dir="/data/pt_life_freesurfer/freesurfer_all" # where freesurfer output directories are located
-
-# Set FreeSurfer directory
-SUBJECTS_DIR = $freesurfer_dir
-
-for subject_id in subj_list
-do
-    
-LESION="/data/pt_life_whm/Data/LST/sub-${subject_id}/ples_lpa_mFLAIR_bl.nii.gz" #exact file name of wmh probability map
-FLAIR="/data/pt_life_whm/Data/LST/sub-${subject_id}/mFLAIR_bl.nii.gz" #exact name of FLAIR/T2 image used for registration
-
-python run_bullseye_segmentation.py $subject_id $working_dir $freesurfer_dir $FLAIR $LESION
-
-done
\ No newline at end of file
diff --git a/documentation_of_singularity_image_creation b/documentation_of_singularity_image_creation
index 7dbbb4c6e25da3152cabaa944a2580a95061113f..d54c5f31e9e4a01af45a3a1e46268ccc07a61db0 100644
--- a/documentation_of_singularity_image_creation
+++ b/documentation_of_singularity_image_creation
@@ -28,5 +28,5 @@ export SINGULARITY_CACHEDIR=/tmp/CACHE
 singularity build --fakeroot bullseye.sif becon
 
 
-While performing build: while creating SIF: while unloading container: close /data/u_fbeyer_software/singularity_images/bullseye_container/bullseye.sif: disk quota exceeded
+Container located here because of huge size: /data/pt_life/bullseye.sif (4.5 GB)
 
diff --git a/environment.yml b/environment.yml
deleted file mode 100644
index bc0fa59b9d1286f99a95fbe073bee61eba7a11b1..0000000000000000000000000000000000000000
--- a/environment.yml
+++ /dev/null
@@ -1,141 +0,0 @@
-name: below
-channels:
-  - conda-forge
-  - defaults
-dependencies:
-  - _libgcc_mutex=0.1=conda_forge
-  - _openmp_mutex=4.5=2_gnu
-  - atk-1.0=2.38.0=hd4edc92_1
-  - brotli=1.1.0=hd590300_1
-  - brotli-bin=1.1.0=hd590300_1
-  - brotli-python=1.1.0=py310hc6cd4ac_1
-  - bzip2=1.0.8=hd590300_5
-  - ca-certificates=2023.12.12=h06a4308_0
-  - cairo=1.18.0=h3faef2a_0
-  - certifi=2023.11.17=pyhd8ed1ab_0
-  - charset-normalizer=3.3.2=pyhd8ed1ab_0
-  - ci-info=0.3.0=pyhd8ed1ab_0
-  - click=8.1.7=unix_pyh707e725_0
-  - contourpy=1.2.0=py310hd41b1e2_0
-  - cycler=0.12.1=pyhd8ed1ab_0
-  - etelemetry=0.3.1=pyhd8ed1ab_0
-  - expat=2.5.0=hcb278e6_1
-  - filelock=3.13.1=pyhd8ed1ab_0
-  - font-ttf-dejavu-sans-mono=2.37=hab24e00_0
-  - font-ttf-inconsolata=3.000=h77eed37_0
-  - font-ttf-source-code-pro=2.038=h77eed37_0
-  - font-ttf-ubuntu=0.83=h77eed37_1
-  - fontconfig=2.14.2=h14ed4e7_0
-  - fonts-conda-ecosystem=1=0
-  - fonts-conda-forge=1=0
-  - fonttools=4.47.2=py310h2372a71_0
-  - freetype=2.12.1=h267a509_2
-  - fribidi=1.0.10=h36c2ea0_0
-  - gdk-pixbuf=2.42.10=h829c605_4
-  - gettext=0.21.1=h27087fc_0
-  - giflib=5.2.1=h0b41bf4_3
-  - graphite2=1.3.14=h295c915_1
-  - graphviz=9.0.0=h78e8752_1
-  - gtk2=2.24.33=h7f000aa_3
-  - gts=0.7.6=h977cf35_4
-  - harfbuzz=8.3.0=h3d44ed6_0
-  - icu=73.2=h59595ed_0
-  - idna=3.6=pyhd8ed1ab_0
-  - importlib-metadata=7.0.1=pyha770c72_0
-  - importlib_resources=6.1.1=pyhd8ed1ab_0
-  - isodate=0.6.1=pyhd8ed1ab_0
-  - kiwisolver=1.4.5=py310hd41b1e2_1
-  - lcms2=2.16=hb7c19ff_0
-  - ld_impl_linux-64=2.40=h41732ed_0
-  - lerc=4.0.0=h27087fc_0
-  - libblas=3.9.0=20_linux64_openblas
-  - libbrotlicommon=1.1.0=hd590300_1
-  - libbrotlidec=1.1.0=hd590300_1
-  - libbrotlienc=1.1.0=hd590300_1
-  - libcblas=3.9.0=20_linux64_openblas
-  - libdeflate=1.19=hd590300_0
-  - libexpat=2.5.0=hcb278e6_1
-  - libffi=3.4.4=h6a678d5_0
-  - libgcc-ng=13.2.0=h807b86a_3
-  - libgd=2.3.3=h119a65a_9
-  - libgfortran-ng=13.2.0=h69a702a_3
-  - libgfortran5=13.2.0=ha4646dd_3
-  - libglib=2.78.3=h783c2da_0
-  - libgomp=13.2.0=h807b86a_3
-  - libiconv=1.17=hd590300_2
-  - libjpeg-turbo=3.0.0=hd590300_1
-  - liblapack=3.9.0=20_linux64_openblas
-  - libnsl=2.0.1=hd590300_0
-  - libopenblas=0.3.25=pthreads_h413a1c8_0
-  - libpng=1.6.39=h753d276_0
-  - librsvg=2.56.3=he3f83f7_1
-  - libsqlite=3.44.2=h2797004_0
-  - libstdcxx-ng=13.2.0=h7e041cc_3
-  - libtiff=4.6.0=ha9c0a0a_2
-  - libuuid=2.38.1=h0b41bf4_0
-  - libwebp=1.3.2=h658648e_1
-  - libwebp-base=1.3.2=hd590300_0
-  - libxcb=1.15=h0b41bf4_0
-  - libxcrypt=4.4.36=hd590300_1
-  - libxml2=2.12.3=h232c23b_0
-  - libxslt=1.1.39=h76b75d6_0
-  - libzlib=1.2.13=hd590300_5
-  - looseversion=1.3.0=pyhd8ed1ab_0
-  - lxml=5.1.0=py310hcfd0673_0
-  - matplotlib-base=3.8.2=py310h62c0568_0
-  - munkres=1.1.4=pyh9f0ad1d_0
-  - ncurses=6.4=h59595ed_2
-  - networkx=3.2.1=pyhd8ed1ab_0
-  - nibabel=5.2.0=pyha770c72_0
-  - nipype=1.8.6=py310hff52083_0
-  - numpy=1.26.3=py310hb13e2d6_0
-  - openjpeg=2.5.0=h488ebb8_3
-  - openssl=3.2.0=hd590300_1
-  - packaging=23.2=pyhd8ed1ab_0
-  - pango=1.50.14=ha41ecd1_2
-  - pcre2=10.42=hcad00b1_0
-  - pillow=10.2.0=py310h01dd4db_0
-  - pip=23.3.2=pyhd8ed1ab_0
-  - pixman=0.43.0=h59595ed_0
-  - prov=2.0.0=pyhd3deb0d_0
-  - psutil=5.9.7=py310h2372a71_0
-  - pthread-stubs=0.4=h36c2ea0_1001
-  - pydot=2.0.0=py310hff52083_0
-  - pyparsing=3.1.1=pyhd8ed1ab_0
-  - pysocks=1.7.1=pyha2e5f31_6
-  - python=3.10.13=hd12c33a_1_cpython
-  - python-dateutil=2.8.2=pyhd8ed1ab_0
-  - python_abi=3.10=4_cp310
-  - rdflib=7.0.0=pyhd8ed1ab_0
-  - readline=8.2=h8228510_1
-  - requests=2.31.0=pyhd8ed1ab_0
-  - scipy=1.11.4=py310hb13e2d6_0
-  - setuptools=69.0.3=pyhd8ed1ab_0
-  - simplejson=3.19.2=py310h2372a71_0
-  - six=1.16.0=pyh6c4a22f_0
-  - tk=8.6.13=noxft_h4845f30_101
-  - traits=6.3.2=py310h5764c6d_1
-  - unicodedata2=15.1.0=py310h2372a71_0
-  - urllib3=2.1.0=pyhd8ed1ab_0
-  - wheel=0.42.0=pyhd8ed1ab_0
-  - xorg-kbproto=1.0.7=h7f98852_1002
-  - xorg-libice=1.1.1=hd590300_0
-  - xorg-libsm=1.2.4=h7391055_0
-  - xorg-libx11=1.8.7=h8ee46fc_0
-  - xorg-libxau=1.0.11=hd590300_0
-  - xorg-libxdmcp=1.1.3=h7f98852_0
-  - xorg-libxext=1.3.4=h0b41bf4_2
-  - xorg-libxrender=0.9.11=hd590300_0
-  - xorg-renderproto=0.11.1=h7f98852_1002
-  - xorg-xextproto=7.3.0=h0b41bf4_1003
-  - xorg-xproto=7.0.31=h7f98852_1007
-  - xvfbwrapper=0.2.9=pyhd8ed1ab_1005
-  - xz=5.4.5=h5eee18b_0
-  - zipp=3.17.0=pyhd8ed1ab_0
-  - zlib=1.2.13=hd590300_5
-  - zstd=1.5.5=hfc55251_0
-  - pip:
-      - pandas==2.1.4
-      - pytz==2023.3.post1
-      - tzdata==2023.4
-prefix: /data/u_fbeyer_software/miniconda3/envs/below
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index f12ce59b34bf42680f845a171057d3130c07e71c..0000000000000000000000000000000000000000
--- a/requirements.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Brotli @ file:///home/conda/feedstock_root/build_artifacts/brotli-split_1695989787169/work
-certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1700303426725/work/certifi
-charset-normalizer @ file:///home/conda/feedstock_root/build_artifacts/charset-normalizer_1698833585322/work
-ci-info @ file:///home/conda/feedstock_root/build_artifacts/ci-info_1676863233411/work
-click @ file:///home/conda/feedstock_root/build_artifacts/click_1692311806742/work
-contourpy @ file:///home/conda/feedstock_root/build_artifacts/contourpy_1699041363598/work
-cycler @ file:///home/conda/feedstock_root/build_artifacts/cycler_1696677705766/work
-etelemetry @ file:///home/conda/feedstock_root/build_artifacts/etelemetry_1697214650046/work
-filelock @ file:///home/conda/feedstock_root/build_artifacts/filelock_1698714947081/work
-fonttools @ file:///home/conda/feedstock_root/build_artifacts/fonttools_1704979835861/work
-idna @ file:///home/conda/feedstock_root/build_artifacts/idna_1701026962277/work
-importlib-metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1703269254275/work
-importlib-resources @ file:///home/conda/feedstock_root/build_artifacts/importlib_resources_1699364556997/work
-isodate @ file:///home/conda/feedstock_root/build_artifacts/isodate_1639582763789/work
-kiwisolver @ file:///home/conda/feedstock_root/build_artifacts/kiwisolver_1695379902431/work
-looseversion @ file:///home/conda/feedstock_root/build_artifacts/looseversion_1688586477865/work
-lxml @ file:///home/conda/feedstock_root/build_artifacts/lxml_1704724217654/work
-matplotlib @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-suite_1700509477637/work
-munkres==1.1.4
-networkx @ file:///home/conda/feedstock_root/build_artifacts/networkx_1698504735452/work
-nibabel @ file:///home/conda/feedstock_root/build_artifacts/nibabel_1702339005637/work
-nipype @ file:///home/conda/feedstock_root/build_artifacts/nipype_1681226807867/work
-numpy @ file:///home/conda/feedstock_root/build_artifacts/numpy_1704280375097/work/dist/numpy-1.26.3-cp310-cp310-linux_x86_64.whl#sha256=d6b1cccf494a7701b8dd18911cff7c805fd90e8f4a24cde7c8e40f7805c0765d
-packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1696202382185/work
-pandas==2.1.4
-pillow @ file:///home/conda/feedstock_root/build_artifacts/pillow_1704252020178/work
-prov @ file:///home/conda/feedstock_root/build_artifacts/prov_1604323926302/work
-psutil @ file:///home/conda/feedstock_root/build_artifacts/psutil_1702833087123/work
-pydot @ file:///home/conda/feedstock_root/build_artifacts/pydot_1704460738501/work
-pyparsing @ file:///home/conda/feedstock_root/build_artifacts/pyparsing_1690737849915/work
-PySocks @ file:///home/conda/feedstock_root/build_artifacts/pysocks_1661604839144/work
-python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work
-pytz==2023.3.post1
-rdflib @ file:///home/conda/feedstock_root/build_artifacts/rdflib-split_1690986372614/work
-requests @ file:///home/conda/feedstock_root/build_artifacts/requests_1684774241324/work
-SciPy @ file:///home/conda/feedstock_root/build_artifacts/scipy-split_1700812469549/work/dist/scipy-1.11.4-cp310-cp310-linux_x86_64.whl#sha256=136e231ccb8768e60c17ed60f2c2423262d3dfd8136f373e715db9dd77617e41
-simplejson @ file:///home/conda/feedstock_root/build_artifacts/simplejson_1696595864300/work
-six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work
-traits @ file:///home/conda/feedstock_root/build_artifacts/traits_1649412908388/work
-tzdata==2023.4
-unicodedata2 @ file:///home/conda/feedstock_root/build_artifacts/unicodedata2_1695847980273/work
-urllib3 @ file:///home/conda/feedstock_root/build_artifacts/urllib3_1699933488691/work
-xvfbwrapper @ file:///home/conda/feedstock_root/build_artifacts/xvfbwrapper_1648493254892/work
-zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1695255097490/work
diff --git a/spec-file.txt b/spec-file.txt
deleted file mode 100644
index 218d048f897ec5033de817d4b6b2f1cce3a1d875..0000000000000000000000000000000000000000
--- a/spec-file.txt
+++ /dev/null
@@ -1,136 +0,0 @@
-# This file may be used to create an environment using:
-# $ conda create --name <env> --file <this file>
-# platform: linux-64
-@EXPLICIT
-https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
-https://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2023.12.12-h06a4308_0.conda
-https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_3.conda
-https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.10-4_cp310.conda
-https://conda.anaconda.org/conda-forge/noarch/tzdata-2023d-h0c530f3_0.conda
-https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_3.conda
-https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_3.conda
-https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
-https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda
-https://repo.anaconda.com/pkgs/main/linux-64/graphite2-1.3.14-h295c915_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda
-https://repo.anaconda.com/pkgs/main/linux-64/libffi-3.4.4-h6a678d5_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_3.conda
-https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda
-https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda
-https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda
-https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.0-h59595ed_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2
-https://repo.anaconda.com/pkgs/main/linux-64/xz-5.4.5-h5eee18b_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_3.conda
-https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.2-h2797004_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.3-h232c23b_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda
-https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
-https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.3-h783c2da_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.25-pthreads_h413a1c8_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-ha9c0a0a_2.conda
-https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/python-3.10.13-hd12c33a_1_cpython.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-hd4edc92_1.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_1.conda
-https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/ci-info-0.3.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda
-https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.10-h829c605_4.conda
-https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda
-https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py310hd41b1e2_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-20_linux64_openblas.conda
-https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.3.2-h658648e_1.conda
-https://conda.anaconda.org/conda-forge/noarch/looseversion-1.3.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/lxml-5.1.0-py310hcfd0673_0.conda
-https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h488ebb8_3.conda
-https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.7-py310h2372a71_0.conda
-https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py310h2372a71_0.conda
-https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/traits-6.3.2-py310h5764c6d_1.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py310h2372a71_0.conda
-https://conda.anaconda.org/conda-forge/noarch/wheel-0.42.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda
-https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda
-https://conda.anaconda.org/conda-forge/noarch/xvfbwrapper-0.2.9-pyhd8ed1ab_1005.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.47.2-py310h2372a71_0.conda
-https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda
-https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.1-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/isodate-0.6.1-pyhd8ed1ab_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-20_linux64_openblas.conda
-https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda
-https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-20_linux64_openblas.conda
-https://conda.anaconda.org/conda-forge/linux-64/pillow-10.2.0-py310h01dd4db_0.conda
-https://conda.anaconda.org/conda-forge/noarch/pip-23.3.2-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2
-https://conda.anaconda.org/conda-forge/noarch/urllib3-2.1.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.3.0-h3d44ed6_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.3-py310hb13e2d6_0.conda
-https://conda.anaconda.org/conda-forge/noarch/rdflib-7.0.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.0-py310hd41b1e2_0.conda
-https://conda.anaconda.org/conda-forge/noarch/etelemetry-0.3.1-pyhd8ed1ab_0.conda
-https://conda.anaconda.org/conda-forge/noarch/nibabel-5.2.0-pyha770c72_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/pango-1.50.14-ha41ecd1_2.conda
-https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.4-py310hb13e2d6_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h7f000aa_3.conda
-https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.56.3-he3f83f7_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.8.2-py310h62c0568_0.conda
-https://conda.anaconda.org/conda-forge/linux-64/graphviz-9.0.0-h78e8752_1.conda
-https://conda.anaconda.org/conda-forge/linux-64/pydot-2.0.0-py310hff52083_0.conda
-https://conda.anaconda.org/conda-forge/noarch/prov-2.0.0-pyhd3deb0d_0.tar.bz2
-https://conda.anaconda.org/conda-forge/linux-64/nipype-1.8.6-py310hff52083_0.conda