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

Method error

ij/src/main/java/ij/plugin/LutLoader.java:362–364  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

360 }
361
362 private void error(String path) {
363 IJ.error("LUT Reader", "This is not an ImageJ or NIH Image LUT, a 768 byte \nraw LUT, or a LUT in text format.\n \n"+path);
364 }
365
366 /** Opens an NIH Image LUT or a 768 byte binary LUT. */
367 int openBinaryLut(FileInfo fi, boolean isURL, boolean raw) throws IOException {

Callers 2

openLutMethod · 0.95
openURLMethod · 0.45

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected