Login  Register

Re: Unexpected Analyze Particles behavior

Posted by Andrew Sanchez on Aug 12, 2015; 3:16pm
URL: http://imagej.273.s1.nabble.com/Unexpected-Analyze-Particles-behavior-tp5013680p5014001.html

This is what I ended up using

```
String.copyResults;
string = String.paste;
File.append(string, "/home/truthling/Documents/ECOSS/ImageJ_Results/"+"area.csv");

IJ.renameResults("Summary","Results");
String.copyResults;
string = String.paste;
File.append(string, "/home/truthling/Documents/ECOSS/ImageJ_Results/"+"green.csv");
```

I'm gonna end up having to figure out a way to merge files.  I wasn't able to get them into one file.  I'm thinking perhaps the Python Pandas library will do the job.