mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2025-05-05 06:07:22 +00:00
Chnage version number and rename segmenter group data
This commit is contained in:
parent
a5ec95995b
commit
13333983a7
@ -1,7 +1,6 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding//src/help/utilities/tethys/docs/connection.html=UTF-8
|
||||
encoding//src/rawDeepLearningClassifer/segmenter/SegmenterProcess.java=UTF-8
|
||||
encoding//src/test=UTF-8
|
||||
encoding//src/test/resources=UTF-8
|
||||
encoding/<project>=UTF-8
|
||||
encoding/src=UTF-8
|
||||
|
4
pom.xml
4
pom.xml
@ -3,8 +3,8 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.pamguard</groupId>
|
||||
<artifactId>Pamguard</artifactId>
|
||||
<version>2.02.16</version>
|
||||
<artifactId>Pamuard</artifactId>
|
||||
<version>2.02.16b</version>
|
||||
<name>Pamguard</name>
|
||||
<description>Pamguard using Maven to control dependencies</description>
|
||||
<url>www.pamguard.org</url>
|
||||
|
@ -153,6 +153,9 @@ public class MLDetectionsManager implements PamDataUnitExporter {
|
||||
public boolean hasCompatibleUnits(List<PamDataUnit> dataUnits) {
|
||||
//first need to figure out how many data units there are.
|
||||
for (int j=0; j<dataUnits.size(); j++){
|
||||
|
||||
|
||||
|
||||
if (hasCompatibleUnits(dataUnits.get(j).getClass())) return true;
|
||||
}
|
||||
return false;
|
||||
|
@ -96,7 +96,7 @@ public class SegmenterProcess extends PamProcess {
|
||||
segmenterDataBlock = new SegmenterDataBlock("Segmented Raw Data", this,
|
||||
dlControl.getDLParams().groupedSourceParams.getChanOrSeqBitmap());
|
||||
|
||||
segmenterGroupDataBlock = new SegmenterGroupDataBlock("Segmented data units", this,
|
||||
segmenterGroupDataBlock = new SegmenterGroupDataBlock("Segmented Group Data", this,
|
||||
dlControl.getDLParams().groupedSourceParams.getChanOrSeqBitmap());
|
||||
|
||||
addOutputDataBlock(segmenterDataBlock);
|
||||
|
Loading…
Reference in New Issue
Block a user