You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a mask parameter to the unsharp code to allow for the removal of 'spots' in the final unsharp image.
E.g. if the input array is number counts, cond = stat>100 would be a mask of the same size, which has values of true where the counts are larger than 100.
We can then set !cond=np.nan to mask out statistically meaningless values in the unsharp image.
The text was updated successfully, but these errors were encountered:
Add a mask parameter to the unsharp code to allow for the removal of 'spots' in the final unsharp image.
E.g. if the input array is number counts, cond = stat>100 would be a mask of the same size, which has values of true where the counts are larger than 100.
We can then set !cond=np.nan to mask out statistically meaningless values in the unsharp image.
The text was updated successfully, but these errors were encountered: