Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrei-Claudiu Roibu
BrainMapper
Commits
9a385a85
Commit
9a385a85
authored
Jul 31, 2020
by
Andrei Roibu
Browse files
deleted print statement
parent
e615a4c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/preprocessor.py
View file @
9a385a85
...
...
@@ -309,8 +309,6 @@ def load_datasets(subjects, data_directory, input_file, output_target, mean_regr
for
index
,
subject
in
enumerate
(
subjects
):
print
(
'-->Subject: {}/{}'
.
format
(
index
+
1
,
len
(
subjects
)))
input_volume
,
target_volume
=
load_and_preprocess
(
subject
,
data_directory
,
input_file
,
output_target
,
mean_regression_flag
,
mean_regression_all_flag
,
regression_weights_path
,
dMRI_mean_mask_path
,
rsfMRI_mean_mask_path
,
mean_subtraction_flag
,
scale_volumes_flag
,
normalize_flag
,
negative_flag
,
outlier_flag
,
shrinkage_flag
,
hard_shrinkage_flag
,
crop_flag
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment