Cancel previous commit : background removal set to mean value of sub_image
This commit is contained in:
@@ -391,7 +391,7 @@ def get_error(data_array, sub_shape=(15,15), display=False, headers=None,
|
|||||||
error = np.sqrt(np.sum(sub_image**2)/sub_image.size)
|
error = np.sqrt(np.sum(sub_image**2)/sub_image.size)
|
||||||
error_array[i] *= error
|
error_array[i] *= error
|
||||||
background[i] = sub_image.sum()
|
background[i] = sub_image.sum()
|
||||||
data_array[i] = np.abs(data_array[i] - error)
|
data_array[i] = np.abs(data_array[i] - sub_image.mean())
|
||||||
|
|
||||||
if display:
|
if display:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user