stack_images()
Stacks a set of image stamps using a trimmed mean and calculates the error.
stamps (np.ndarray) – A 3D array of stamps to stack.
trim_fraction (float) – The fractional part of data to trim from each end.
np.ndarray: The final stacked 2D image.
np.ndarray: The 2D error map (standard error of the mean).
tuple