All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macros.AddParticles.txt Maven / Gradle / Ivy

Go to download

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

There is a newer version: 1.54m
Show newest version
// Adds particle analyzer ROIs to the ROI Manager
  if (nResults==0)
      return "Results table is empty";
  if (isNaN(getResult('XStart', 0)))
      return "Run the particle analyzer with \"Clear Results\" \nand \"Record Starts\" checked, then try again.";
  for (i=0; i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy