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

Method openVirtual

ij/src/main/java/ij/plugin/AVI_Reader.java:371–373  ·  view source on GitHub ↗

Opens an AVI file as a virtual stack. The ImagePlus is not displayed.

(String path)

Source from the content-addressed store, hash-verified

369
370 /** Opens an AVI file as a virtual stack. The ImagePlus is not displayed. */
371 public static ImagePlus openVirtual(String path) {
372 return open(path, true);
373 }
374
375 /** Opens an AVI file, where 'options' can contain
376 * 'virtual' (open as virtual stack),

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected