Skip to content

Commit

Permalink
v.0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Sep 28, 2020
1 parent ce126e5 commit 34fa97c
Show file tree
Hide file tree
Showing 31 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<url>https://github.com/ekatrukha/ComDet</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<system>GitHub</system>
<url>http://github.com/ekatrukha/ComDet/issues</url>
</issueManagement>
<ciManagement>
Expand Down
7 changes: 6 additions & 1 deletion src/main/java/fiji/plugin/ComDet/Detect_Particles.java
Original file line number Diff line number Diff line change
Expand Up @@ -895,16 +895,21 @@ void showTable()


}
SummaryRT.show("Summary");


//Show Results table with coordinates

if(bSwitch)
{
SummaryRT.show("Results");
IJ.renameResults("Summary");
//IJ.renameResults("Temp", "Results")
cd.ptable=xTemp;
}
else
{
SummaryRT.show("Summary");
}
cd.ptable.show("Results");


Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugins.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Plugins>ComDet v.0.5.2, "Detect Particles", fiji.plugin.ComDet.Detect_Particles
Plugins>ComDet v.0.5.2, "Sort Results Table", fiji.plugin.ComDet.Sort_Results_CD
Plugins>ComDet v.0.5.3, "Detect Particles", fiji.plugin.ComDet.Detect_Particles
Plugins>ComDet v.0.5.3, "Sort Results Table", fiji.plugin.ComDet.Sort_Results_CD
Binary file modified target/ComDet_-0.5.3-sources.jar
Binary file not shown.
Binary file modified target/ComDet_-0.5.3.jar
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/CDAnalysis.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/CDDialog.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/CDProgressCount.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/CDThread.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/ComDetConstants.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/Detect_Particles.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/OneDGaussian.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/Sort_Results_CD.class
Binary file not shown.
Binary file modified target/classes/fiji/plugin/ComDet/tableComparator.class
Binary file not shown.
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/ArrayConverter.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/LMA$1.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/LMA.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/LMAFunction.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/LMAMatrix$InvertException.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/LMAMatrix.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/LMAMultiDimFunction.class
Binary file not shown.
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/implementations/ExampleFit.class
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/implementations/JAMAMatrix.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified target/classes/jaolho/data/lma/implementations/Polynomial.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions target/classes/plugins.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Plugins>ComDet v.0.5.2, "Detect Particles", fiji.plugin.ComDet.Detect_Particles
Plugins>ComDet v.0.5.2, "Sort Results Table", fiji.plugin.ComDet.Sort_Results_CD
Plugins>ComDet v.0.5.3, "Detect Particles", fiji.plugin.ComDet.Detect_Particles
Plugins>ComDet v.0.5.3, "Sort Results Table", fiji.plugin.ComDet.Sort_Results_CD

0 comments on commit 34fa97c

Please sign in to comment.