Skip to content
Snippets Groups Projects
Commit 30653876 authored by monj's avatar monj
Browse files

Added control samples as a condition for the lung. Diseases --> Conditions

parent 18c86346
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ for ind_c,std_list_condition in enumerate(std_list):
plt.show()
#Average intesity-spread across al image channels
mean_std = sum(std_list)/len(std_list)
mean_std = sum(std_list_flat)/len(std_list_flat)
print('The average spread of an image channel is ' + str(round(mean_std)))
#%% Correct intensities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment