# HG changeset patch # User luca_milaz # Date 1722856723 0 # Node ID 81f22dabe9b8ed4ac574ca2b2eef4587f12d61b0 # Parent 7ab74327939df93d1038f139271021bd347dd026 Uploaded diff -r 7ab74327939d -r 81f22dabe9b8 marea_2/flux_to_map.py --- a/marea_2/flux_to_map.py Mon Aug 05 11:15:45 2024 +0000 +++ b/marea_2/flux_to_map.py Mon Aug 05 11:18:43 2024 +0000 @@ -842,7 +842,7 @@ value = abs(value) if(np.round(value, 6) == 0.0): - return np.array([np.array([190]), np.array([190]), np.array([190])]) #grey + return np.array([0.745, 0.745, 0.745]) #grey # Define the red, green, and blue color components red = np.clip(1.5 - np.abs(4 * (value - 0.75)), 0, 1)