Returns the profile plot y-axis max. Auto-scaling is used if min=max=0.
()
| 183 | |
| 184 | /** Returns the profile plot y-axis max. Auto-scaling is used if min=max=0. */ |
| 185 | public static double getFixedMax() { |
| 186 | return fixedMax; |
| 187 | } |
| 188 | |
| 189 | double[] getStraightLineProfile(Roi roi, Calibration cal, ImageProcessor ip) { |
| 190 | ip.setInterpolate(PlotWindow.interpolate); |
no outgoing calls
no test coverage detected