custom AOI feature, changes to plotting and activity rate calculation #24

Merged
ymlesni merged 50 commits from July2026 into master 2026-07-22 12:43:46 +02:00
Showing only changes of commit 62e551ff6a - Show all commits
+1 -1
View File
@@ -858,7 +858,7 @@ verbose: {verbose}")
iml_grid_hd = iml_grid_prep[j]
#vmin_hd = min(x for x in iml_grid_hd.flatten() if not isnan(x))
vmax_hd = np.nanmax(iml_grid_hd.flatten())
vmax_hd = np.nanmax(iml_grid_hd)
# generate image overlay
north, south = lat.max(), lat.min() # Latitude range