Commit Graph

1183 Commits

Author SHA1 Message Date
Douglas Gillespie
7b5e7eef17
updated Tethys jars (#136)
* options to modify scroller focus

Needed to stop focus of scroller when other components need to use some
of the key strokes which would normally be consumed by the scroller.

* update lims search in overlay mark.

* update Tethys jars
2024-04-26 15:33:27 +01:00
Douglas Gillespie
12c78536e5 update Tethys jars 2024-04-26 15:29:37 +01:00
Douglas Gillespie
f6d8dada81
From DG (#135)
* options to modify scroller focus

Needed to stop focus of scroller when other components need to use some
of the key strokes which would normally be consumed by the scroller.

* update lims search in overlay mark.
2024-04-26 15:18:12 +01:00
Douglas Gillespie
331f20e925
Merge pull request #76 from PAMGuard/main
Merge from main
2024-04-26 15:16:49 +01:00
Jamie Mac
7ee8562c0c Getting DelphinID working 2024-04-25 17:00:29 +01:00
Douglas Gillespie
6db451699f Fix data load bug 2.02.10bd
Problem in master gps reference hitting  a null, which was in turn stopping data matching for sub detections. Fixed in temp release 2.02.10bd
2024-04-23 17:57:15 +01:00
Jamie Mac
9b77a97a17 Updates to deep learning module structure get delphinID working
Also sorted out some build issues with Tethys in the POM
2024-04-22 16:59:34 +01:00
Jamie Mac
85ae261a4c Bug fix fro Group loclaiser
Stopped channel error dialog showing for all algorithms
2024-04-22 10:49:59 +01:00
Douglas Gillespie
8537a2ddec fix continual restart
Stop it not stopping when processing folders of files.
2024-04-21 16:33:56 +01:00
Jamie Mac
6a8593ece8
Update deep_learning_help.md 2024-04-19 16:56:28 +01:00
Jamie Mac
65bbcdeb96 Bug fixes
Fixed wav file export bug from TDDisplayFX
Fixed bug in deep learning classifier where binary classification was not saving properly for generic models.
2024-04-19 10:18:28 +01:00
Jamie Mac
a1adff82cb Updates to exporter and detection display in FX GUI 2024-04-18 12:09:36 +01:00
Douglas Gillespie
209dea47ca Merge branch 'main' of https://github.com/PAMGuard/PAMGuard 2024-04-12 18:39:44 +01:00
Douglas Gillespie
52238be194 Fix a couple of null pointers
And pre release 2.02.10bc
2024-04-12 18:39:38 +01:00
Douglas Gillespie
c5065bc3a8 Update nilus maven for PAMGuard 2024-04-02 13:17:29 +01:00
Douglas Gillespie
786bfb1ef5
Merge from dg branch (#134)
* options to modify scroller focus

Needed to stop focus of scroller when other components need to use some
of the key strokes which would normally be consumed by the scroller.

* update lims search in overlay mark.
2024-04-01 17:56:46 +01:00
Douglas Gillespie
a19662caec
Merge pull request #75 from PAMGuard/main
Pull from main
2024-04-01 17:55:46 +01:00
Jamie Mac
ca2fef11e5 Bug fixes and updates to deep learning models
Defualt model for Atlantic humpback whale implemented
Koogu and zip model unit tests
2024-04-01 16:56:35 +01:00
Douglas Gillespie
21d1c9b488 update lims search in overlay mark. 2024-04-01 15:53:15 +01:00
Douglas Gillespie
232ed44b96 options to modify scroller focus
Needed to stop focus of scroller when other components need to use some
of the key strokes which would normally be consumed by the scroller.
2024-03-31 21:17:17 +01:00
Douglas Gillespie
3e2de8f5dc Small fixes
Deal with null in xml settings output
Deal with -Infinity going into constrainAngle - however many times you add 360 to -Inf, it remains -Inf, so the function was never returning.
2024-03-29 19:40:09 +00:00
Jamie Mac
0eca6a1a9f Updating deep learning module to support delphinID models 2024-03-29 16:41:28 +00:00
Jamie Mac
198071e051 PAMGuard FX gui fix to make sure displays save to the same tab 2024-03-29 15:39:27 +00:00
Douglas Gillespie
8252034f13
Merge updates from Tethys branch (#133)
* Tidying

Lots of GUI improvement and code tidying. Functionality to export
gzipped documents to reduce traffic.

* V 2.02.10ba for user testing

* Tidy up click selector

Improve layout and tips on dialog and improve logic for manual and
automatic event types.

* Menu tide up
2024-03-28 16:43:21 +00:00
Douglas Gillespie
b48c1e7574
Merge branch 'main' into Tethys 2024-03-28 16:41:30 +00:00
Douglas Gillespie
76433fea7a Click offline linking
Corrupted database not linking offline clicks back to binary data so
added some new search features which match on file and click number if
other links on UID fail.
2024-03-28 14:47:56 +00:00
Douglas Gillespie
94adbe77d0 Menu tide up 2024-03-27 16:55:33 +00:00
Douglas Gillespie
3b69341472 Tidy up click selector
Improve layout and tips on dialog and improve logic for manual and
automatic event types.
2024-03-27 11:05:36 +00:00
Jamie Mac
fb9bc63719 Updates to detection group display 2024-03-26 16:23:15 +00:00
Douglas Gillespie
52d8697844 V 2.02.10ba for user testing 2024-03-22 09:42:24 -07:00
Jamie Mac
f42f092f4a Getting detection plots properly working in the FX display. 2024-03-21 16:56:09 +00:00
Douglas Gillespie
ef1a6cf5ee Tidying
Lots of GUI improvement and code tidying. Functionality to export
gzipped documents to reduce traffic.
2024-03-20 16:31:53 -07:00
Jamie Mac
755ff7608d Getting detection displays to work in FX GUI 2024-03-20 13:43:33 +00:00
Jamie Mac
d3d998ca87 Merge branch 'main' of https://github.com/macster110/PAMGuard 2024-03-20 07:36:10 +00:00
Jamie Mac
e0882761f2 Merge issue 2024-03-20 07:36:08 +00:00
Jamie Mac
ecd04279c8 Added metadata module icon 2024-03-18 09:10:43 +00:00
Jamie Mac
1387428a32 Starting exporter and added new units tests for deep learning module. 2024-03-15 16:55:46 +00:00
Douglas Gillespie
b77686ae0f
Merge pull request #74 from PAMGuard/main
merge from main
2024-03-15 11:48:30 +00:00
Douglas Gillespie
71bbc8d33c
Merge pull request #73 from PAMGuard/main
merge from main
2024-03-15 11:47:45 +00:00
Douglas Gillespie
29035e0b03
Merge restart branch (#132)
* binary store count

Fix issue in binary store object count

* update V10aa/other for testing

* update V10aa/other for testing

* reenable buffer dumping

* update V to 10ac for testing

* Additional diagnostics

Additional output of CPU usage for each module when stopping

* V 2.02.10ad for testing

Fixed issue of finding correct raw data block
2024-03-15 04:45:48 -07:00
Douglas Gillespie
c54e2781ce
Merge pull request #72 from PAMGuard/main
Merge from main
2024-03-15 11:43:30 +00:00
Jamie Mac
6882935e9a Updates to FX datamap
Updating the FX datamap to make it more user friendly
2024-03-14 17:04:29 +00:00
Douglas Gillespie
f115e1248e V 2.02.10ad for testing
Fixed issue of finding correct raw data block
2024-03-13 16:01:26 +00:00
Jamie Mac
112960924b Merge branch 'main' of https://github.com/macster110/PAMGuard 2024-03-13 13:43:07 +00:00
Jamie Mac
db11658301 Matched click classifier and deep learning unit tests 2024-03-13 13:43:04 +00:00
Douglas Gillespie
6110ddb9d1 Additional diagnostics
Additional output of CPU usage for each module when stopping
2024-03-13 11:47:34 +00:00
Jamie Mac
286e04501f
Update matched_click_classifer_help.md 2024-03-13 10:09:51 +00:00
Jamie Mac
aa6d289984 Add unit tests to deep learning and remove unwanted X3 libraries 2024-03-12 16:57:00 +00:00
Douglas Gillespie
cc486866bb Add Matched click classifier help 2024-03-12 14:05:40 +00:00
Douglas Gillespie
44c04f67c7 Merge branch 'main' of https://github.com/PAMGuard/PAMGuard.git into main 2024-03-12 13:45:10 +00:00