GithubHelp home page GithubHelp logo

diameterj's People

Contributors

nhotaling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

diameterj's Issues

Error in DiameterJ macro

Hi @NHotaling,

This is a great plugin and I don't want it to become obsolete.
The following error has been popping up for quite a lot of users lately:
image
The concerned lines in the macro are:

//Gets number of Medial Analysis intersections and lengths between intersections					
			run("Analyze Skeleton (2D/3D)", "prune=[shortest branch] show");
			selectWindow("Results");
				run("Close");

				
	selectWindow("Branch information");
				saveAs("Results",path1);
				run("Close");
				
	open(path1);
		if(batch_combo == "Yes"){
			saveAs("Results", path16);
		}
		run("Summarize");
			Char_Length_Mean = getResult("Branch length",nResults-4); <-- This seems to be out of range
			Char_Length_SD = getResult("Branch length",nResults-3);
			Char_Length_Max = getResult("Branch length",nResults-1);
		saveAs("Results",path1);
			selectWindow("Results");
				run("Close");	

Cheers,
Jean

Missing variable

image

Memory * 68MB of 5767MB (1%)
nImages() * 1
getTitle() * "CAHSD-1g-l_m03.tif"


Error: Undefined variable in line 157:

	var path0 = <myDir> + name [ 0 ] ; 

Heyo, this looks like the perfect plugin for my research. I'm having a heck of a time trying to get it to work, does anyone have any advice on how to fix this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.