generated from erosita/uds
done
This commit is contained in:
@@ -131,7 +131,7 @@ for i in range(sx):
|
||||
# Calculate the percentiles across the x and y dimension
|
||||
perc = np.percentile(sem_map, sem_cut, axis=(0, 1), keepdims=False)
|
||||
|
||||
print("{}: {}% cut of SEM map: {:.2f} mCrab".format(enkey,sem_cut,perc))
|
||||
print("{} {}: {}% cut of SEM map: {:.2f} mCrab".format(key,enkey,sem_cut,perc))
|
||||
|
||||
idx=np.where(sem_map > perc)
|
||||
mean_map[idx]=0.0
|
||||
|
Reference in New Issue
Block a user