Acknowledgements

This commit is contained in:
2024-12-05 17:12:01 +03:00
parent b6392efbf9
commit 495348a1ee
4 changed files with 7 additions and 30 deletions

View File

@@ -143,7 +143,7 @@ for i in range(sx):
#print('sg_sem',sg_sem)
mean_map[j][i] = sg_mean
sem_map[j][i] = sg_sem
sign_map[j][i] = sg_mean/sg_sem
#sign_map[j][i] = sg_mean/sg_sem
cnt_map[j][i] = df0.shape[0]
""" Filter by error map """