mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2025-02-16 17:22:46 +00:00
Detection, Classification, and Localisation of marine mammal and other bioacoustic signals
![]() * Bugfix for OverlayMarks Check for a null pointer exception in OverlayMarks that was causing a crash on startup. * Bugfix for null pointer in symbol manager Fix a bug that I found where the DIFAR module was crashing the symbol manager. Seems that this was due to this subclass of clip generator having a null value for it's uniqueName. I've fixed by checking for null values and assigning a generic symbol when null. * DeepLearning detections canGenerateClips=true Set flag in DeepLearning detector so that detections are considered 'clips' by Pamguard. This allows them to be processed automatically in the DIFAR Localisation module (and maybe others). * DIFAR: bugfix frequency limits for auto-detections Fix a bug in DIFAR module where the frequency limits of automated detections were not being set properly by the DIFAR module. * DeepLearning - Bugfix to detection duration Fix bug in deep learning detector where duration (in samples) was being set to number of samples in a hop instead of the number of samples in a segment. |
||
---|---|---|
.settings | ||
buildconfigurations | ||
lib64 | ||
liblinux | ||
repo | ||
src | ||
.classpath | ||
.fatjar | ||
.gitattributes | ||
.gitignore | ||
.project | ||
BlankAccess._accdb | ||
BlankOOo._odb | ||
buoynet.exe | ||
dependency-reduced-pom.xml | ||
javaOptions32.PNG | ||
javaOptions64.PNG | ||
libgcc_s_dw2-1.dll | ||
libstdc++-6.dll | ||
LICENSE | ||
License_GNU_GPL3.html | ||
License_GNU_GPL3.txt | ||
missing_Java.html | ||
msvcr100.dll | ||
NetworkMonitor.exe | ||
PamguardBeta32_MixedMode.l4j.ini | ||
PamguardBeta32_ViewerMode.l4j.ini | ||
PamguardBeta32.l4j.ini | ||
PamguardSettings.psf | ||
PamSettingsFiles.psg | ||
pom.xml | ||
README.html | ||
readme.md | ||
recentDatabase.psg | ||
vcruntime140.dll | ||
WMM.COF |
This is the main code repository for the PAMGuard software.
This repository was created on 7 January 2022 from sourceforge SVN repository at https://sourceforge.net/p/pamguard/svn/HEAD/tree/ revision r6278.
If you are a PAMGuard developer, you should clone and branch this repository and share with any collaborators in your own workspace. When your work is ready, contact the PAMGuard team to have your changes merged back into this repo.