diff --git a/Clicks/3-projection_3features.py b/Clicks/3-projection_3features.py
index ad7bd6d018acf35ce2da35a94bf4142e8bcfbf63..33b0927dc0cd30e3c0935c429d9d992ea71df976 100644
--- a/Clicks/3-projection_3features.py
+++ b/Clicks/3-projection_3features.py
@@ -180,7 +180,7 @@ green_group = np.where(rad_cc[:,0] <= 1.)[0]
 red_group = np.where(rad_cc[:,1] <= 1.)[0]
 black_group = np.delete(np.arange(len(rad_cc)), np.unique(np.append(green_group, red_group)))
 
-# # let's see the small groups on spectrograms
+# # let's see the small groups on spectrograms (comment if data not available)
 # green_names = np.copy(linked_files[green_group])
 # red_names = np.copy(linked_files[red_group])
 # names = np.intersect1d(np.unique(red_names), np.unique(green_names))
@@ -259,6 +259,21 @@ if input("Update count of clicks and save new groups ? [Y/n]") == "Y":
     # => mainly anthropogenic clicks, we exclude them and see you next script !
     np.save(os.path.join(res_f, save_features, "idx_clicks_not_from_humans.npy"),
         black_group)
+    # Find all previous positions
+    all_positions = np.array([], dtype=int)
+    for click_file in os.listdir(os.path.join(res_f, peaks_f)):
+        all_positions = np.append(all_positions,
+            np.load(os.path.join(res_f, peaks_f, click_file)))
+    keep_positions = np.copy(all_positions[black_group])
+    keep_linked_files = np.copy(linked_files[black_group])
+    # save the position of clicks which were not anthropogenic
+    for linked_file in np.unique(keep_linked_files):
+        np.save(os.path.join(res_f, 
+                peaks_f+"_without_SONARS", 
+                audio_paths[linked_file][-27:-4]+"_cleanpeaks.npy"),
+            all_positions[np.where(keep_linked_files==linked_file)[0]])
+
+
     ##### update count of clicks #####
     curr_numbers = pd.read_csv(os.path.join(res_f, "number_of_clicks_" + version + ".csv"))
     new_count = np.zeros(len(audio_paths))
diff --git a/Clicks/Results.npy b/Clicks/Results.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b8230ac5870f9a4f91135e3bf4c09a74925aa2ca
Binary files /dev/null and b/Clicks/Results.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..71dd6fc90b34119649e1d3a315aa27df89288039
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..179d889451e5ab765752598eb28a80069c12378e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2dd770e010a617bad66f796e188d1cca7d98a3b9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7acdbb3d2aa6d4fe38b772aa4f2d4f91da0b9747
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_082700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9986cf8c1b54fa1a714fa050a37bfc3b1064632f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9a9dc124ab0d91f5e0f24bda29b85b9c1af77f52
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..79e1d4b9121c5973134d088dbbcdd4e688772e53
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d35a3bb303bf55f164c7becb9889c2e86161bf91
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_083900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7a125af119bfacbe3f5c7f8dca513075a135f25a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e6df5da47ae23322af73d085cd123111d7559eb5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b7774a22ca257f8a609c5f523e5c3dfe3cbc2c30
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ea99a1c28fb2869ac3a6c0c4ab36e7b03c87c77b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b9489affb51d5c6c60a3df325924de3696fef66f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2dd2a9376b7800b764ee1a0f00d56b2dfac8d6d4
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f11c0451811bab6bdf4516c2d28296e4f1234b69
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_084600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ca70b36b1780565f51786b9c3f4bd27ad0ea6249
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..493ac448e7ad0bea5a7829a1bb6af4d56129713c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5ccd5df3f36a8548862a40eddaf207a485b926e5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3af4020a88008a5a5bd0156699ad43658a26d25a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2405601cdbe1a4a8cf10ceef16e621cafd800707
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..35e838c90a9ac7a548844866c1fcf5eddea12314
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_085800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0ee01cfd6261fe879efd6448cff5e9758c196755
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8b98fbb04809ed71ad951bba58c27a83c90354ec
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8d79b0d3f174cc4ef418616b656405a2e6085ac7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8cad6359d0333f1b7625dd85d850e82b06d06c1f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ecdbb8308d60a31c9f30ccd65950f159f4ce0ec2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..20d8d254dbd2346c61fde63d2dca0f99a0ac5231
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..432bdc32212231b41c8ab35a4cc86e2a1e788c97
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_090700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3dd01e65c7635b369b38af4e059d5549807fd0a7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9ccbc68c0d852574979b5033cc6d0d2d1c80971a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5491a3db71ae1f96800d7df02284531e6c188a0d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..601e903b8740808895daeb2607f13d2ee39ab9c5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f419790a3aed16fa142c75b2d90f3571b39af155
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..43e12d42db8c8f71fb84e2eb1c93310cfc857298
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..125ec33f4ac0ececfc4ceac3084aeb6846bc261e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_093900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_094000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_094000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8acf132bae0cf77aab8b4e519d43f74a5e600c97
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_094000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_094100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_094100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1af16b8930d4c6f1c6715b20847f460a0871909d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_094100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ccddcdda1d5664f0c955815128dac3ed88755763
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..79d39f1584dacfd728f99cb509070925b390f815
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..415195527831b1db439caa4dc05c8bf617bc95dc
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_101900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_102000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_102000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..40f4da522dd5666b9fd2252400f77ab0e4c5f9a3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_102000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c4e9047ac19d08e1c5e02f27f5cd1ccdc9e21290
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2f5cb67dd06c9fbd9f449c766472de4a419a70c0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8c4e848dda2af8c480981f03fedeb3524a735c11
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..714771b22d6b1e500d403b1baa6b77da1be6fd79
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4935af23329c9a5fcd1c0a39d243ba9e7bdd59f5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9bfae013371344ebd170157faa327ff1221fd688
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1bdd0467601a3d22cc54d4b803e3fb0f81e6a554
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_114900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5494cebe490fb14cc96d5acb63b43c7a6e9158f6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e8d8311c3a49df491a70cf93502ab06f05efe8aa
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c04295eaad2979f852745a534ea535b06e03239d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0bdf9c4e6f2e8703fbbd4f1c8cc3e43bfdaa7917
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..31b00fe7ebfd8fe20c9c89c96b4c6724385a106a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..388ac369ecfdfa065a90b6e9e1935f7d9239fb9c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..31888559813f004deb9ac96009fb8cfc2cb49f0e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_115900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..54d51953b3ed9c827f7a9f62ad97a06d2f0b84d5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1cedafad0df5b32d8992e73dc7d004ac97fc9dad
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7f861273d8106252bc7fae09e3aa16bde537f6f6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_123600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..337add31cb67ce0767aa4a4556b130086e259c31
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f6abca7bdcaac222351f4b3b20080caeb1a8bcf7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1de61055d3c872846a3cf770a1fb7ca236d9e0d7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b5971b0aca02a586850cab2aacfd720a39511e03
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..834315c6618ccd7ee3f33654bffd89665cfbe870
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_131900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8a744be267f17e78334596eccfb4f4f9d866bf93
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..52384f609d5598c029b9069f973e229321f0aba4
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..91f4736ba9f81409762f124ece1996c0fd59ef4d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200711_132200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7ba78a6c4d6f0f4cd95d122108bb6d9fde129320
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0d5c5cab9502ed9a68df49ce5a98f8da09024e75
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3caf074d1b541218a3858701dcfe0fb09baab6f2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..21e44f118705c647908e38da3389fd26f681a2ef
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..224a8682c28663d7790b4dedfe1817f3ddfd2555
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..225b65ab36b24984f52312e25aa3d867aae651a0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2bc865a4031c83262e832aed0920c9453af9eac9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_090900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_091000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_091000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1344d7079bddff2df8883f5b4255de95701c8ab2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_091000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_093900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_093900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7b4c8d58873f923fba48052b0417f109ee0ec670
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_093900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8a5220adf8b5f78e957cce707ae4a68dbb3fdcfb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3910c1adf7925976c0b30f9df01cc467056636cd
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ec91ee1dda3e99872b25b1d8571049de7211b661
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5afa742ab9b126d41c307f006d89176eeece9912
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7cb2d798d5c0fa85f2402dbb9c4f7ad075812662
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_094400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_100900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_100900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4498fc0072c19f9afaca9d1e69d9ccb5da14fcb9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_100900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_101000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_101000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6b538cb22cbc8e9b90a924fb65bcd0b20cf03a7a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_101000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_101100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_101100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2bfef95238d1d51310db814d4870d3d62c9d2fb7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_101100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_114800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_114800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..404abe75eec264aa7df9eabf23c432068b761a52
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_114800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_114900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_114900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dfd218491682ac956fa9d0a12670262dc5174d71
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_114900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0efca04b70c0e819572eabaaa93996a18d15698d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7c49d5d1120b4d529a2734a720805833372883aa
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..47073c719b630ba17e3e2ce495d78b9718b9462b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5f50c7c0a63cd5c6c640ea9ec20e1545e99a104e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_115300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_130900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_130900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e1357ded22cd7cdb63e37afe2558f7bb397aa07c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_130900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..834bd9660b489d75682a614184c749100544e281
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..884ff8387108462f58691e645fb633399a9e316a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cb78fc042ccd0d4ebeb6351df56ccd10e107b224
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9ffa0c90fde7dee2f70aad9bda58e668f88c8d50
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4497bc39423c95ff5c32e10a6c712c31dbca056e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..938dd030b23b342edd1f2da0dd74e67addec00cd
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_132900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_133000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_133000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1efd04c1342584593f5d748c27f924c4c469c96f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_133000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_133100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_133100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4c963414c879ccdce1a16364cdbcfe7414fa8294
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_133100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6ee1d7017368fe3379c0348b3a7a4788fb5fca35
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d28b8dbf9e53df16905168a94766fcc4e200a185
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a28f5e93511277acac3672396a0623cad0d1373d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ae7cea660dc8df604fe90997f08dd2191f0665e3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..87dfb0b3c550664eb1b43a5ee78e75fa4d0bd037
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..86d24b85d2617f45dc52f83a3de6ab36ac181570
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_134900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c34121fa895326900bf696df14cff79f9d9a3d76
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..eacb474223a0148da83e982c2edcfe181af5517a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..abac0cc6ef23614ffa8a92491501fb43c5578ef1
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cc76cb678ed35ca13cae09da33c263b089c97f6b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6f163fb25a916fbe95fdd9b100ad4522753e1a0c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_135900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7b7a59464f0a0e248d62e0f6db06148592286623
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..094a8f02ff186774ade2dbf0d142004ff32bff04
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cfe7a26c4b92df4987d7b8b50b56d24098dadc92
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..117500525410df551bf228bbed50be078aebd947
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2c42505fbd6496888e728cc2ed121e2f6a28e632
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..529fea91283da57b22a8b3a37ed5cd549e09acd8
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7fb0a76fda103f3bcc1ce182a480008fa6d1ad4e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f4b40aed04d403bdde98510951133ae66652b54f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f9ab304437a45764b3ec7e25ae332a9a2d59aeab
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_140800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_142600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_142600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..aa565ef6cf96bb01b292c11c2387f4dd195788b4
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_142600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_142700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_142700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ca68d715fbea858bf79aa306bce6fca52a7762e2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200712_142700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e2d0572a2fd86b576b170a5e2f66695744519f27
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a172b9cdab62e805f703ede6f027690594cbf1a8
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..310e79dbf6e660fa42a3f3cc1c9452c47c9f79e2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_063900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..308fc5edcc020746edb568ceed38453b51f92113
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..357a7e96f1ee4ee069d3d156a29a0b4d80ca4a7b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1bb5c6c17c88d549621a4b971b4447509f790833
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b41368fb155f4e1be9e5c56b34826abdd331dd44
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..252a771e5a41e914c1020ae6f7ce8dca382c38a9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ddbb455d64b5bcc0b27aa68565c7921026a0a179
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8990f857d4805b4399ab433507824503f16830c9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..674f5952646795c0ac1de4a2e98dfd0a7473520a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_064800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_065000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_065000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..517ebbcfd31898f4e7c6965c5224f7c406e9e3ca
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_065000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_071900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_071900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9a8802e86c516ae826a52f0d6637e29b118e47de
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_071900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a6cf43b28003b88e725927d676cf95e22623d582
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..513d88935ea5cec73bc3370311d9dc2a765f468b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..69559dd4b8a47b7b5d46f6570e9691f16ba8f902
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_072200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7dd63d28d674a1d1cdf7679f89e7bc34ae8b5af5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fb5e3a394391d74ac02401d8600bc64ad36279b6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c5852d2a404d0ad2823f08b9fd8ec0ae0bcaf21e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1473e15ee067d2b580ae3232850d69635fb226a7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0fe087f2fcfe6a6dbb13983a6615ac7cca70016f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6626f8bf92e91aedbd02e80c1de75d928834ee69
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..39a93d744850be8aab87cea52e1c1ed30d5ad42c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a1902baaf5df902d297e25435d0ad3a6082989aa
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_073900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_074000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_074000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a0c2fa9954feb721a388dbe0fe460a77aeb74e61
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_074000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_074100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_074100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f7f97b6bb16001d01ddf5e5a88ff680427b6dac3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_074100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..744dffa9ce8e79149130d004cee0800235350ff3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3920ed64762f77a72a770c2889830ed91dc9e0c0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d62662ffa4014261c858691364d7d7d3dcc6e36f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5a0ec088ee5d7eb597ba715a996c6e592fcd37bc
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1b2d7c355dcf7358745f2251de8779af12e04169
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e243aac7dfdf7f8deb097de9f704774335ea8f89
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_075900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b946fe76b87d6d2c4ff8e57c81c1f242023876b8
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6ce7653f780ff5172cf332e42a226b50481dc661
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7dd57a038310d7ae2622109706d336f273b17c26
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_081900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_082000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_082000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8b4527b50e393d459b5fee603e72ef5d8c6609af
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_082000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_082100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_082100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..934b160552560fd5fb695c1a94b6d1f4254e9e35
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_082100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9588e1715a8f5310bacf0a65bd51f6d1ee388aaf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b56fee5e3df38d993f741f189a8426e4f793cf48
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..41b2df28c99573119d638c36d77a58cf83d1ee3b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3e429dffb697d0bc4a4c82439082076f9efe76c0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1acdb059dc0fda9e2ec8157ee406c72fb3203616
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..281e4e8e97902d6f8ce6bb817ea2803bc6bd069a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_085700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7d8d73baccc710ce9fc42e527967cfac9e839226
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ce873d019f9d8a0222ef4e3069c522ecc91226ab
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ff8bf500e436f8604a4d9629347f63cecd5d602a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d1e82e483352224f0314a06df8989bc252f3c876
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d3517e944099763f6aaa204327f04703804225bb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6f4de2a792e95ffa20fe685a812128fa6593904e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_091900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c25cf990efd1c018825f1da20ae4a1e39385d101
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..af70166cc9164a2906d67c622909d64bfb60fecf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9ffee579c99d33213b6ffe2121d5f65dc4433845
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3b8de49bb0c12c9e89bce8dac04b0814935e4023
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d54635015772013c48889407c7b4385a2635932b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..aad3d2546d5f15258f17ea6d046e457033098989
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_092700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5e5cade9bb2bcb67cc37124572c57dfa8a165d4e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5d03d8f5f3c96566e5e8e7c3aeffd5b21c4c34e2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6cddae4fc17f05c2df6bd4a9a9b970fbf65876b3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_094800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8276c6af7171aed334f9fa2b28d2e7750dccb0e2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f2c4cf55f72e11ab23593b8e51741f3a8b836fdf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8f5df7c6eee82a97a2516f89df9b47636c78bce2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1fe000cee7eeee353e74d5211874da85fb000409
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_114900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7ee1008beba44ffe377e4dcecde2432d2331fe56
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..84b863f36654083f02f9a153a8e5e1fd6cac6b00
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ea6f71aca8449685b197186bcaa20768ef80ac50
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200713_115200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..73ac1aa023ece5f37e62daf9e7b4a88575905997
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d59a3cb1992dea5ca9473f09c776f9698356747f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2e9374a52585a82922cf6a9af7cdac6a8f532467
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_064400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f4525b6714a5b0fe4ae202db62e1125f91c8edbf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..73b16270a4b3c675534e5ed26be1a04ce3f4f025
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0171d445ab89ab51910b4c4277fa9a0ab21a06f1
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_085800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_090200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_090200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..78d605fe54f54969466b346cd0015c342ff63200
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_090200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_090300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_090300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..48a9f8717348e33c9070bf09cd8ee5fb908db390
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_090300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3ee246de4f48eb2aba829bbd74614a0c714ef3b8
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fec8aa6d95de8da32c08f1142f063946a58351ed
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..39987cf8ddd7ec7df93753d4e3caddbac890c227
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200714_091200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_063500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_063500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2c97182dc7cd2e8fefe99ffd7f3cb25dea5e5ca0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_063500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6bfbf3fa38e2bc6770204d54008278089c6b2f5b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5fd1158dc930d9e5ee848fc11254a05b44e879c0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..910f812ef48ddba70a6bc736347290ac04e1d7b9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_065700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e0a5ddefcb49198eaa16ac6e13eb0bc90c67c448
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..31d1d91ae44132129d080e92d6bfeb67da613f5e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3c69cfc5548e4bb0bf1db6c1b13ad95d0c19187c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..835fc84ab971eaaa65a55f2445514427c1092c8b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0b4626a0f01a6fe8a023110189c3d8f24bfeb65a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_071500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..def1826159c4e73f2f0d5c7c16d956b164889c2d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b56ea5d62fd47fb4cdcad7d2ac9dde397235c495
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ad22a8b00395ab3b4de9a8db32d84001b480884d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..451832e672b61e49997d0b34a0ace31251f6eb02
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dc445ec0cdf96dd9b3fdad9a5ab13a5d3b762849
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d9d916d8e60f7baa2786d9238575399c93d20a02
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..86d81d76607e0c9e3672ab1d4f385a44cfa30aef
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_073900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..987d29783907090bad8871a202068be735bf7894
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..306fd6eff30c7814be7edb2ad4f4c9cc5425746e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dbed620ac6211c9f0bf63bb3df566d18ca466b0d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_074200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f85e412f407bfbe60c9826b4fa1df00464696d6c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1d2bb71c7a4acdc179cc97cde3e83ed8ee2cb2ea
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..06b034d5f31241bd07273f4356cd6468b3e04013
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d7ea96bd8c4c17e51982cb71a3d8c8d15ea0aee5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f8f15fc0dd33cd2f5ce493eb354240b659ec2867
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..12ef3a7d85b8c6e1b681232b20b64c60525fb242
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_082800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..af7cd9afb75350be929273e2935a30b1a2271fcc
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..370ae8cec1f4a6d16bdac583cddd51bc74d058fc
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cea30fb8fa87472f15b15d298791a458fda5e092
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1e30b3f2f8f09cee909bae6b5a9bd5ebcb2579fd
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..936c8e191c8951f40300d8ef04caf294adca4b3d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_083600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_085800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_085800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4b125cb3c1a5325c7fe5c6a39f2bfc36892a090d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_085800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_085900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_085900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..43f0c5c03857f1a79875c74177759ebf43be2b4b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_085900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..37944c43d5fe5ceb537710991d83621d7bd2caef
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2267a4bcdd9efc7d93d33ff2f7c411c73d5c7673
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..734a34d62803c87caa0d25d540631237aec82f8a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d5eda261120e4f6ce906791c54dc15775f4b882c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..08f9ebc051eeb6ad244fe1e6157b04ff438f2283
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5efd13f451a2f7c5b40b9fa3a42294ec5076b5e6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..71d6a34b67daa401954bc665f4806487488175a7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..10effd4f5e67e1c9ec43033973119c3f8a18890d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..817fe280b6003584551a2cc10b67d5db612a3aed
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_090800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_091000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_091000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..bceeee2fcaa80ad9d8b7c6a933cc2492d55dc5f4
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_091000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7b4ab16999c368d47c9431fb0b81fdab0e5635f1
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..452c77d384fc760aaae656d1c3722ad560e99877
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ef4c8909d4d9f00067fcc315aa2d4757c9ea29da
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1ad149b53fe8ed9ff722abb4e09d52b35b421417
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c6369725aced356d0db9847fe409d58da930433d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e68a9f779183c8098f78580c5ec35bf2f6c22428
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ade821169d35706394c49a1c742bbd0520bf51c2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7a924ceeabe9e68b1c0b284eafb063dad97d513a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..80a26e604dbe7ddd2b556a4f8698cec363c9dbf9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..626f7d058aa348bd56408813f112c42cd59f0aa6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_093900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1f5d7b60d10b6c4251a912a313918818f659aeb9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..22548d9b2ebe8724f4600b2d1ab6ef0cc2c2fa89
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fba77e9879bd5b618b56bda6c35bd18f26088020
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b86778a906e2f1968ad85b5a1b0fdb9a8789cb13
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2030b2dde48e24631a2b9b41ef917e1f697cc3ac
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b612cde9ba998b92de5a84191742fd7e485d09ec
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_094500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..997e1d4896807844d43a1d1c68f40a0eececfd94
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0a2e294f66a2c77dd6d7ffc4bdd0f32b38b93450
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..566f6c1d9a6ea9c6ad67e06a5c4629d344fdf3dc
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cc3c112e93c1a3d7583ee6f03f9566ab6252b9b8
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1ffb21f817d235e2d171c8ee681f74a2f720ca92
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b0ff37459880912d5ead5f0e5e709597298a21db
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..aa6eb660356a8fa12a568963e4ddf7bb411c586c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2bfac03eae354438f0da6c2de653dd02e8f0fef8
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c73080d8e1689375aae1a924c6b16009ce0f103c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_095900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1bec43a9288a2ccfe446c95142b168bb555731fb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a66ac8192e26af853043f9d9019185ece764c8f7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..27d6b08883c0c606856623b779475739621af58a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c27901b26db55562b9859f743cb012805428529f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_100900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ee2dbe89daa588789237d23b4b75f2442b3b626b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..972ed80e7898c034f21aaaf1595ea7feef6d4113
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5d5e9735b1f96e90e1885d2d5c3910e44fe4b08d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..db544f27910c749df655c641524c7415a501da1d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_101300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5b170cc56148348a0ea09737200d64fd78b7089c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d999b4a854e038c4e6f0825d38fe9b253788fb9d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..479c775ff03efc00fe2350ac390e559db99765cb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0c985e382e4a240e0a2a8c1ae17cd870d780d80c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fbd9dffb787e80e19f43a5fbef045ef771dbd3a9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f1c8f0c1e25f95952b14588c750351b12ccf3233
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_102600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..23beca31a647f67d7a1c7d0a66c592d7831f395d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..199b223fa5824dfbd7f4831ba16d38706bad3493
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3341f2b4fd8b514d31163226891b4f3ea7cce95c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..757ccf66e54395ea6d0830524acf54d5c6e0350a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200716_104900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3df4e641a2d4abaeef2f1adbe6f603b328814846
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7c883de13a4152260525e63b0f38b8b23e97a345
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c3aa8a0c33ddb8fccd7deebe1a2ed572e9c10168
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..600ea2bdae22782771b5599d20eae5addb9e9a9c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..580dbf01f1552b3957073cf11a17be1bc6160e93
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..afe500ec05960b31a5075a5ab136f77e70d1a683
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_065500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2375d9210ecb1b4d03b1435ddd2ab8bd768750f5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8ca0a184978b686f13c815bb00cb051fba206366
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1ccd6d84fa69794711587a02a49fc4fc67f54ea5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..84ddd34a9970b51fb1428f6e1127fdffdd0ebd95
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..76da5875a40d944fee446fb9254e399cd52f0817
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_070700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d8b9e7590b0557b53968da2040526e6c58831e0b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..281617e7efd0973dbf6bbd55701734df852bbf9e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c6e3856958d643d84fe0faa8b11e529485e575a7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7885dc99816b06f1b5c1eb1af41d6795f088d17a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..bd2e85e7e659cddcf0af024e09dac875c4e1530f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_071800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_080800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_080800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7fd8e368d83344919c0db5bf9283b3035376a60b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_080800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_080900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_080900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e8c659263a15b73663cd418839208a6fd63c74c3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_080900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1b40149ac28b7dd49ae470a4e2877902a7bd204c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9ad7f559cf2266acbc0f8af0422e7556f88be2d7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..feee7c8de1a0eee6d1aceb2fb847967a2e538e71
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d54bfe23621cecdb48c6a867ad0ae44b3052e96e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7ffc9981a0f303b448ebc6d33f5723b075ceccc3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..bdb6c9373f707c8c831df931ca46ef6ca3ba34e3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3fc4cc3cd868f27b822ff5956adfa01777d30007
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..eae8b9755e1f15c32dda354a965eb214f1599b88
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d593854f54c48ff29287922fff55e0d5aee1af08
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..38c4436a4287d124d5c498e6ff7fdd119c371392
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_081900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_082000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_082000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c01e7c7c1503f4fef35727bbaa76f795d5a971ba
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_082000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_083700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_083700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fc517839eeaf7bf858d174e8901cd4b10f67df8e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_083700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_083800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_083800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9594b3e87e4092e85868c0829c075eb9268381ec
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_083800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f915fd03a7c534e17c2862e8531fa2882c335a92
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5581b4eb3b0340bf58673d2a5f173a646a9283a6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4a343b46cbd94a72f6d478059cf6b6b41e23e5fb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..22c88c9c40922ed4084ebc8be6b7d75fc3ef0be4
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_084500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..852c0e8efd98d2647aff5b3e930f86c1eba651d2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..60b4894fd3e8a5f7c04d0181b5e87df3b4ebe472
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..30456c0fccd135f65f6e0c536ab93a7a49879af3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_085900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3668574d362623d49ab45b8465451623b24dd39c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e3f7a0f9f20b0019473b234cf43054ee84717851
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e7193a7c64a571a5c3b15ce8e5f1438f591b0ce7
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cd8b13c8caaa53daaaa15fa1f24b9de596883501
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a89e2c796d95221e3c9669c70335d3a5a8d19f6c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..175e748e69e2d13793093a7baf2e42c15d16dc71
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..43bc55370e8a116085288760b53bcc10f80c883e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..28eb0b53024b43c1bdab523a72be56b462544998
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..86856e5f40c9eb3dda26abb6c26e40320828e46d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_090800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4133a80ce16b9ddc8e3eb2f25459110c9021b3e3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4e3ad235b8e55214b9647ea50e124a2def549033
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..446099bf1a3a6dd130c1cb3b819e0d4f3feafb29
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_091900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..76e9645153d84370e63b60a9225a37c27f254ac6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8c574f683e27a4f3eec8c7f93b47f9fd85b2dfdb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..510fa55ebf7f96dc246210c87eaa53d98722445d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3825728c784bec8ff951bca0146fe47514b0f8bb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_092300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1482aff8e76eb89be34fde9a1c1e87e4de710609
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..63cb18f7ac8919953bb60eb37c5d3bffca3e426d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..417f9f0d3687b316e65b443066cf70e2e7ab5f7d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..58c07804c702caaa522f7134cfbc7c43e05d3c90
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..153b2bf4c35696a6280892d6721c94df4ae5e08c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dd4587db9b21d30eab87d94e92a16dd57f26a185
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2df99bffe51433c2e748f024323ddf8c66fc5bf0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7a805b065e87bd573d0c47f4326abd4a487fdaec
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_094800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3201b77885807f19517c5f46b97fcfcc11eb5e87
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..aa4127e7b6e5dd552a393e500fa2e024f3013783
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9479f5a1d69ba4238b7c82496ae69e696bc897d9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..bb096f788bee1623e0d602437cb5cbe2a29f67d1
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_111900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ae1063a71ae046d108b865d3288a2ae6005d8273
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0a18cb83ea68951b5139072fe77f9e7953b2af96
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..160df724037f474f4d8c9d931d0418a7e02c3fa0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3751e7a5482984165a6dc28d6482c3c79ba6a066
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200717_112800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ab50f168c4e1431ce6f62ac976334ce01815a8f5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..37d228470fb143a279bf228a5d75b4fea0d0816b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b8c2b38772d1e875caf15f2142f8a94568036891
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6b2d206f927badb9a989364e12a8f33ab8681127
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c03a56278f76e5a597fb02c4bd7d2c6921bb205f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a726d832a93cf1d1a6d0a9c2502928b945f25b7e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_075900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3cdf827edd2746e01ec71cb4697267d2377022ba
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b3b8f91bbb742968d54714cef848c5788f611c1e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e0ab4274bf1517fd110fce460c276113d4ad5fc0
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e90c0b6ef3620d78f7e9c89270c5a2ba4af0cb2e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..24b5440617e2ddc88a7087e3f25e92052e0ace9d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7586e432cecc9493867eed75d156f49df0ca58ad
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_080900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5f03be0e969bae4377c82b979683f14ddd1f4a0a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..37b8f56fcd5ea0c969f5cbe7e5dcaf046bca4395
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5fa626c59b04a641eb808a5f47d4bea07c61644a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e9e390bb8f08c504d1a0b3b694459459b7c17fb2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9242192de26ea5100a903609b9fba079e463c401
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..568bbc5305c51008f2746254b1a16c024ff4535e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a39d358fba2d8aa65d422b41cce632c890883bbf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..d785f658003c93d1416ff6cb8414ce734be3c2e9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_081700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3329920b71cdc43a51d36297d89fe1664c534ed4
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..337f032d917612e486660fd8e5498b872f4e9187
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6772a2f74c6a4c6856763a31cc77cba5bc115b3b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..751cb3c459f801eafc36ab45ccbc4d46aa59a780
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_082500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..02c769016f2389d96b78469b41b08224c777e6cd
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ec6a548e68a13d8d7fa5ccc8e1e4cae003baf834
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..38bf4ba368adf0d2750926b3cd4155c814a926ab
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dd481cfab5ec1a59ff6f0785f4e3b785f5db32bf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..ae2acb186183094fdf5570eb0ccb494ccd61c9fd
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_084900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..904508ed6baed9c656c89a86add4ea16f2ab7b7d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fe115aff08d018c428960a05db9342f5a25a6ecc
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dcc37e7df0e2081c925ae659bfefedb31ea5f85a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0986b68ad36f1bffce241704b59e3c1bd28cfb76
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW1807_20200718_085900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..30f06852129e6082acebdaa91fc50b7cf5c4b600
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3a8930b0455d419e119521935b8cb3bbc3349d48
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..335107dbf3085e1f36e5aa84a013d56258b58ac1
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8c97e0f280e35d9f9f544d99a719583d81f15aaa
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..da6df7b3f04601eec8ab57baf55d4029673fb4f9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_070900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_071000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_071000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0311eb670cdd30ba3a1ec4b24d4c658daa363892
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_071000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_071100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_071100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..38cdf3a1bd907540287252b8723d0b4ee6d53281
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_071100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cf24016126cc72893318e40be07d9bb6e1c528db
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e2f64b1861f7a4b975600e81bbf556ba96ff8220
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a291df7108c192c775eae62c9b37ecacb80cb24a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cb2fdeb664104e2657fb04b83061ffa4e28de457
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a3428d97d4cd39693d33d588e418c2563b17d076
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7ccfdf36840d2bd644f1015ee92ce7c09d1259dd
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_073900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1d0bd08b6621810d10175ff1bd0832c1cc30b6f1
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c04b65fa67bd6108ff0fa97aa5802e6947238853
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c5e6fd0ef6d7c9ca588dfdca34c76a05c1f9de21
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fabe516fa2fc8112632db83151f407125a56b7d6
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_074900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_075000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_075000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..08bccaec73098d866d389ef8ccdfa811bf4d2ded
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_075000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_075100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_075100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8d5e12da3a154ac9e5ad647e3d28a0ab9e64280a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_075100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b78d98e070f98e85ed0388d929c78f34d9a06aff
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..356477f8af44acbb10761450d66342ff6c12f98e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..99a8f84e0135a9de08886055f160b3d80771a080
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3dbde3f06d907f0fa5ad7ac65017c4775b48ef3a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..de682e64169e114211546f280e67878159945aab
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_085900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_090000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_090000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..507de28cb43431302b45a7a26dc8b0f915f8b473
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_090000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_094400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_094400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6502ed4d9ea33ab76cf75fec5ef030ade52a49d5
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_094400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_094500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_094500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c19ba4a6d6eec2856bb21be93ff01f7e4ed36b4f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_094500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0ddf0540d2df9b1c4aeb1e3eb101b28155b0729d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..398895fe53f5e968d34f3bcac683d84cd9300c87
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2ed0d6cf66a5dfa241dd9313b120da62ff21850b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..88283c45cb256d21336a7fcaa1f66d6a9b80153e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..987b17788e2256decec9fb305d347c388754e530
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..53f486aef732bbd9031258dd50b549dab225e715
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..846ca5009fd8b7ca394f652173ba933e7e48e5a2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_095900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..af4d9c1258a7f4b961bff425ddb0d74f9f360625
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..8b3a907e0e4df1ebbfe6ed73adbbdcff8e9f3c4b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..fb364e629269153b17aa27e00860df1c5df40e35
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e5ee3c65d5e00c09c3eafe22710700bfe9c9560f
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c637a26475dfb43847283f86970e7aca05b8057a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e2b5004bb2b16c4f9e8e09a368cfd0c73292516e
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_100700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_102700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_102700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..9645c9d2408c39f4ce9afc67f5c01635f7ff28c3
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_102700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e0e725e81af830ab2af07cb9758795f9620d8c28
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e2c9d5e0e9552768ec17de9b560a13b610a2ab13
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..91277b614003591cdd26bf42d5af98641c2a956d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_104300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_120800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_120800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a73aa5476b8d7f8112d01f554934e0b7d7829db9
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_120800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_120900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_120900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..b9b35ccda03e5642958a12943ca391492910b125
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_120900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1648eccfd654ec6936f1d4bb851bd5adeec1bd8a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0c9d9e017e1f2a29c8c348d40bb3146144a49a9d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..c1b84ee429e3f5c6cf309c339e8bab387b0330b2
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..e6231d703d18e26b830e9dd3d6f5bdbe170c666d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7079a9c6944cef515f075ac4ba1411877a796e79
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..5200151acc0853897395a6fb1529e48c4b6856cb
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210709_121500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_055700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_055700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..895d392ec259eb7e4f28b4f52bec8896568fd657
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_055700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_055800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_055800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..4771f7fdb4d261ea66a058e16af2abd3c838e816
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_055800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_060000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_060000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..62d15effd82229084e8c81f02fcc3239185bbc40
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_060000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073300_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073300_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..04bdb105cc6282d5c87728332974a10cab01ac81
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073300_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073400_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073400_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..cf2fd460d8c7a0aa57cad533d46019b2feff7aee
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073400_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..db600eb3b03d9cd1052bcb0b7e37f8be3d30fb28
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..dab2e6d9f466cb7e6a824abe5810d65c03b3f099
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..6768b81a75c773fa67fe3a5dab630065cda65940
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_073700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..61db9aa8cb792fa6daa0e3d2775a98168d656b63
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..581beb05456bd46dd0f11987819bb934c030536c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..654598363470219226d5c46e94ceec7eff476e8a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210711_074200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_085900_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_085900_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..77b033a79218a689ac2deec441e43c8026af6ddf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_085900_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090000_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090000_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..01d9612aed86ed03c345895d6bb33e94ac4be1cf
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090000_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..f292c3e44600b0339e3db44dcd39fdcfe3688a39
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..7c86ab6670da43f6c9daaa905b7565d386cea709
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090500_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a1e75d9d4aa7805955a6991c632ad9a731358f6d
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..3c5f4c10cb493c71f92e423f33a71f1765bff359
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090800_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090800_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..a1274c731329edf8a912ab25cace84b344713887
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_090800_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091100_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091100_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..1caed2d9c67297acd81488ef6263fa630b7b6823
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091100_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091200_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091200_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..bf5705efbab980f939d204b4b7670f3497eceeef
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091200_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091600_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091600_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..596988b0231624f0bd7106e545a460e5e828536a
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091600_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091700_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091700_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..efca3ff7912ed2de805f29e20b39f55267c9111c
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_091700_cleanpeaks.npy differ
diff --git a/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_100500_cleanpeaks.npy b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_100500_cleanpeaks.npy
new file mode 100644
index 0000000000000000000000000000000000000000..2b2272f9fcc5b1a0fddc7d3e16e01f965054678b
Binary files /dev/null and b/Clicks/Results/peaks_02052022_withou_SONARS/SCW6070_20210718_100500_cleanpeaks.npy differ