MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / run

Method run

ij/src/main/java/ij/plugin/frame/Fitter.java:251–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 Thread thread = new Thread(
250 new Runnable() {
251 final public void run() {
252 doFit(fitType);
253 }
254 }, "CurveFitting"
255 );
256 thread.setPriority(Thread.currentThread().getPriority());

Callers

nothing calls this directly

Calls 1

doFitMethod · 0.95

Tested by

no test coverage detected