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

Method open

ij/src/main/java/ij/plugin/FolderOpener.java:80–82  ·  view source on GitHub ↗

Opens the images in the specified directory as a stack. Displays directory chooser and options dialogs if the argument is null.

(String path)

Source from the content-addressed store, hash-verified

78 /** Opens the images in the specified directory as a stack. Displays
79 directory chooser and options dialogs if the argument is null. */
80 public static ImagePlus open(String path) {
81 return open(path, null);
82 }
83
84 /** Opens the images in the specified directory as a stack. Opens
85 the images as a virtual stack if the 'options' string contains

Callers 3

main0Method · 0.95
openSequenceMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

setOptionsMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected