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

Method getProfile

ij/src/main/java/ij/gui/ProfilePlot.java:154–156  ·  view source on GitHub ↗

Returns the profile plot data.

()

Source from the content-addressed store, hash-verified

152
153 /** Returns the profile plot data. */
154 public double[] getProfile() {
155 return profile;
156 }
157
158 /** Returns the calculated minimum value. */
159 public double getMin() {

Callers 6

getProfileMethod · 0.95
getStatisticsMethod · 0.95
getLineStatisticsMethod · 0.95
plotLanesMethod · 0.95
multiPlotMethod · 0.95
measureLengthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected