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

Method getGlobalCalibration

ij/src/main/java/ij/ImagePlus.java:2874–2876  ·  view source on GitHub ↗

Returns the system-wide calibration, or null.

()

Source from the content-addressed store, hash-verified

2872
2873 /** Returns the system-wide calibration, or null. */
2874 public Calibration getGlobalCalibration() {
2875 return globalCalibration;
2876 }
2877
2878 /** This is a version of getGlobalCalibration() that can be called from a static context. */
2879 public static Calibration getStaticGlobalCalibration() {

Callers 7

setTitleMethod · 0.95
measureLengthMethod · 0.95
resliceMethod · 0.80
showDialogMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected