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

Method getOrthoViews

ij/src/main/java/ij/macro/Functions.java:5615–5627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5613 }
5614
5615 private double getOrthoViews() {
5616 Variable x = getFirstVariable();
5617 Variable y = getNextVariable();
5618 Variable z = getLastVariable();
5619 Orthogonal_Views orthoViews = Orthogonal_Views.getInstance();
5620 int[] loc = new int[3];
5621 if (orthoViews!=null)
5622 loc = orthoViews.getCrossLoc();
5623 x.setValue(loc[0]);
5624 y.setValue(loc[1]);
5625 z.setValue(loc[2]);
5626 return Double.NaN;
5627 }
5628
5629 void getStackUnits(Calibration cal) {
5630 Variable x = getFirstVariable();

Callers 1

doStackMethod · 0.95

Calls 6

getFirstVariableMethod · 0.95
getNextVariableMethod · 0.95
getLastVariableMethod · 0.95
getInstanceMethod · 0.95
getCrossLocMethod · 0.95
setValueMethod · 0.95

Tested by

no test coverage detected