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

Method getAstroVersion

ij/src/main/java/ij/IJ.java:1929–1932  ·  view source on GitHub ↗

Returns the AstroImageJ version number as a string.

()

Source from the content-addressed store, hash-verified

1927
1928 /** Returns the AstroImageJ version number as a string. */
1929 @AstroImageJ(reason = "Method to return AIJ version")
1930 public static String getAstroVersion() {
1931 return ImageJ.ASTROVERSION;
1932 }
1933
1934 @AstroImageJ(reason = "Check if in AIJ dev environment")
1935 public static boolean isAijDev() {

Callers 8

addMenuBarMethod · 0.95
createHeaderMethod · 0.95
runMethod · 0.95
updatePlotMethod · 0.95
hasUpdateAvailableMethod · 0.95
dialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected