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

Method open

ij/src/main/java/ij/plugin/TextReader.java:50–55  ·  view source on GitHub ↗

Displays a file open dialog and opens the specified text file as a float image.

()

Source from the content-addressed store, hash-verified

48
49 /** Displays a file open dialog and opens the specified text file as a float image. */
50 public ImageProcessor open() {
51 if (showDialog())
52 return open(path);
53 else
54 return null;
55 }
56
57 /** Opens the specified text file as a float image. */
58 public ImageProcessor open(String path) {

Callers 6

openTextLutMethod · 0.95
runMethod · 0.95
runMethod · 0.95
openMethod · 0.95
openMethod · 0.95
openTextImageMethod · 0.95

Calls 11

showDialogMethod · 0.95
countLinesMethod · 0.95
readMethod · 0.95
setRoiMethod · 0.95
cropMethod · 0.95
resetMinAndMaxMethod · 0.95
showProgressMethod · 0.95
errorMethod · 0.95
closeMethod · 0.65
equalsMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected