Commit Graph

387 Commits

Author SHA1 Message Date
Douglas Gillespie
c3c31c3312 FindGUI command
Added terminal command to force GUI back onto primary monitor
2023-06-30 16:59:59 +01:00
Douglas Gillespie
42bbf86f5a Screen position
Attempt at fixing screen position so GUI is visible even if screen
arrangement has changed.
2023-06-30 12:16:37 +01:00
Douglas Gillespie
84f2bd7ad7 V2.02.09
Fix to display time zone problem.
2023-06-29 11:44:00 +01:00
Douglas Gillespie
b7d37e9a81 Calendar sort out
A few problems with local time displays. hopefully now sorted.
2023-06-27 13:43:27 +01:00
Douglas Gillespie
b0a063004e Merge branch 'main' of https://github.com/PAMGuard/PAMGuard 2023-06-09 12:28:29 +01:00
Douglas Gillespie
8274f00db4 Group3D localiser dialog
Small fix to group3d localiser to correctly enable settings button in
dialog when the dialog is reopened
2023-06-09 12:26:42 +01:00
Douglas Gillespie
d207325b2d Handle corrupt sud files
Better handling of corrupt sud files which will not return a valid audioinputstream. These will be gracelessly skipped during analysis.
2023-05-31 12:41:17 +01:00
Douglas Gillespie
62148351c6 Release V2.02.08 2023-05-30 15:27:29 +01:00
Douglas Gillespie
a8699086ce GPS NMEA Initials
Add a wildcard option so that GPS will use any valid RMC or GGA string
irrespective of the first to characters of the string name.
2023-05-30 14:59:53 +01:00
Douglas Gillespie
d24687dfe9 changes to plugins
small change in function that finds plugins to make it easier to add
temporary ones while developing.
2023-05-26 17:07:18 +01:00
Douglas Gillespie
af5d21df5f updated readme 2023-05-26 10:28:54 +01:00
Douglas Gillespie
d350d5a765 Merge branch 'main' of https://github.com/PAMGuard/PAMGuard 2023-05-26 09:46:33 +01:00
Douglas Gillespie
397e742358 Update ScrollingDataPanel.java
Fixed 'scroll to' bug in datamap
2023-05-26 09:46:22 +01:00
Douglas Gillespie
d074d40a50 Offline bearing localiser
Fixed some issues with making sure correct raw or fft data are loaded
for offline bearing calculations.
2023-05-25 11:42:05 +01:00
Douglas Gillespie
ee153d6ffe Update OfflineFileList.java
Sort function in offline file list
2023-05-25 09:10:51 +01:00
Douglas Gillespie
c17208d315 Map file errors
Trap errors in corrupt map files and deal with a null array error in
analogue sensors readout.
2023-05-23 15:45:44 +01:00
Douglas Gillespie
db037c6d29 Fixing SUD order 2023-05-12 15:37:21 +01:00
Douglas Gillespie
c95579d04f Merge branch 'main' of https://github.com/PAMGuard/PAMGuard.git into main 2023-05-12 10:03:58 +01:00
Douglas Gillespie
bf5f0daca5 NI Playback bug
Fix bug in NI playback which threw an exception if no devices were
present and configured in NI-MAX
2023-05-12 10:03:30 +01:00
Douglas Gillespie
88b034207a
Merge pull request #42 from PAMGuard/main (#106) 2023-05-08 15:44:26 +01:00
Douglas Gillespie
29f0bf7e48
Merge branch 'main' into main 2023-05-08 15:43:46 +01:00
Douglas Gillespie
f5ff9da8dd updated x3 repo
Updated X3 to use CRC checks on data. Affects a small number of sud
files.
2023-05-08 15:23:31 +01:00
Douglas Gillespie
af82147f9e Bug fix
Bug fix in binary store checks
2023-05-05 14:14:22 +01:00
Douglas Gillespie
a7cacc108f update to X3 repo 2023-05-04 13:39:50 +01:00
Douglas Gillespie
36cd0af0bc updated x3 library 2023-05-03 19:17:36 +01:00
Douglas Gillespie
56cb06ea1c
Batch and X3 updates (#105)
* Update FileListWorker.java

* Support batch processing

Multicast controller and a couple of additional commands to work with
the batch processing plugin.

* Database float unpack

Better unpacking checks of floats coming back from the database

* Batch changes

Changes in support of batch processing

* Small changes for batch processing

* update X3 to get Detector parameters

X3 and PAMguard updated to get and save the SoundTrap click detector
parameters.
2023-05-03 19:10:07 +01:00
Douglas Gillespie
2953d82b58 update X3 to get Detector parameters
X3 and PAMguard updated to get and save the SoundTrap click detector
parameters.
2023-05-03 19:06:45 +01:00
Douglas Gillespie
f74bb5eb89
Merge pull request #41 from PAMGuard/main
updated x3
2023-04-24 13:29:09 +01:00
Douglas Gillespie
317f87265a Updated x3
updated SUD reader to handle and unexpectedchunkID.
2023-04-24 12:49:19 +01:00
Douglas Gillespie
96d18b85a7 Merge branch 'main' of https://github.com/PAMGuard/PAMGuard 2023-04-19 09:08:58 +01:00
Douglas Gillespie
73282b9a71 checking nan sample rate in ST Click detector 2023-04-19 09:07:54 +01:00
Douglas Gillespie
6a0c9b55d1
Improvements for batch processing (#104)
* Update FileListWorker.java

* Support batch processing

Multicast controller and a couple of additional commands to work with
the batch processing plugin.

* Database float unpack

Better unpacking checks of floats coming back from the database

* Batch changes

Changes in support of batch processing

* Small changes for batch processing
2023-04-19 09:05:25 +01:00
Douglas Gillespie
795b32e440
Merge pull request #40 from PAMGuard/main
merge fix in reprocess manager
2023-04-13 17:11:28 +01:00
Douglas Gillespie
e3a7dc3ad1 Small changes for batch processing 2023-04-13 17:06:53 +01:00
Douglas Gillespie
57bae3c39c Fix reprocess manager
Stop it responding with stupid questions when there are no part complete
stores.
2023-04-13 17:05:40 +01:00
Douglas Gillespie
87db5ae6ab
Merge batch support (#103)
* Update FileListWorker.java

* Support batch processing

Multicast controller and a couple of additional commands to work with
the batch processing plugin.

* Database float unpack

Better unpacking checks of floats coming back from the database

* Batch changes

Changes in support of batch processing
2023-04-07 18:36:51 +01:00
Douglas Gillespie
f97977a1ea
Merge pull request #39 from PAMGuard/main
Batch Processing (#102)
2023-04-07 18:36:07 +01:00
Douglas Gillespie
fff36a904b Batch changes
Changes in support of batch processing
2023-04-07 18:32:18 +01:00
Douglas Gillespie
7ae7739b22
Batch Processing (#102)
* Update FileListWorker.java

* Support batch processing

Multicast controller and a couple of additional commands to work with
the batch processing plugin.

* Database float unpack

Better unpacking checks of floats coming back from the database
2023-04-07 18:25:27 +01:00
Douglas Gillespie
30fbc6d290 Database float unpack
Better unpacking checks of floats coming back from the database
2023-04-06 21:43:20 +01:00
Douglas Gillespie
a2da810690 Support batch processing
Multicast controller and a couple of additional commands to work with
the batch processing plugin.
2023-04-06 16:44:47 +01:00
Douglas Gillespie
2bb8c0b164 Merge branch 'main' of https://github.com/douggillespie/PAMGuard 2023-04-05 19:36:10 +01:00
Douglas Gillespie
da21d54d3e Update FileListWorker.java 2023-04-05 19:35:48 +01:00
Douglas Gillespie
ed77670458
Merge pull request #38 from PAMGuard/main
Merge in from main
2023-04-05 19:33:16 +01:00
Douglas Gillespie
42d560f91b
Merge branch 'main' into main 2023-04-05 19:33:05 +01:00
stabbutt
629f430988
Merge SMRUC Fork to PG Main Fork (#101)
* Fix network sender since it was hopelessly out of date and did not send
data in the correct format. OK now, though only tested on NARW.

* Fix network sender since it was hopelessly out of date and did not send
data in the correct format. OK now, though only tested on NARW.

* Mods to support command line and Network control of PAMGuard and to
retrieve summary information from some modules.

* Fix issue #80: recording path command line override

* Allow RUNNOTHING bearing calculations

* Quick solution to issue #88.

* Added logic to allow run nothing direct PAMGuard control for SMRU
Consulting batch processing

* Mistake in merge, committing changes from PAMGuard Main to SMRU Fork

* Run nothing updates for preventing thread leaks on bash

* Synchronize with Pamguard Main at PAMGuard/Pamguard:main commit 3573eaa
on 1/24/23

* Added network sender global arguments for port, ipaddress, station Id1,
station Id2

* Added runtime arguments for network send configuration

* Fix typo in tag 'netSend' rather than 'newSend'

* Fixed typo. set port to port, not to address

---------

Co-authored-by: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com>
2023-04-05 09:37:17 +01:00
Douglas Gillespie
74066712b8 Fix Data export bug
Bug causing npe when exporting data to database. Fixed problem.

And better error messages in some thrown exceptions to make it easier to
identify where errors are occurring.
2023-04-04 18:04:13 +01:00
Douglas Gillespie
16e8184a23 Batch processing
Updates to support batch processing control
2023-03-01 16:43:08 +00:00
Douglas Gillespie
5f9d29e131 Reprocessing
Ironed out a few bugs in restarting processing.
2023-02-21 16:01:50 +00:00
Douglas Gillespie
f910d80517 Reprocessing options
Analysis of input and output files and can restart from where it left
off when processing an offline dataset.
2023-02-20 17:15:54 +00:00