Returns the AstroImageJ version number as a string.
()
| 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() { |
no outgoing calls
no test coverage detected