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

Method openSequence

ij/src/main/java/ij/macro/Functions.java:4604–4613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4602 }
4603
4604 private void openSequence() {
4605 String path = getFirstString();
4606 String options = "";
4607 if (interp.nextToken()==',')
4608 options = getNextString();
4609 interp.getRightParen();
4610 ImagePlus imp = FolderOpener.open(path, options);
4611 if (imp!=null)
4612 imp.show();
4613 }
4614
4615 String nameWithoutExtension() {
4616 String name = OpenDialog.getLastName();

Callers 1

doFileMethod · 0.95

Calls 6

getFirstStringMethod · 0.95
getNextStringMethod · 0.95
openMethod · 0.95
showMethod · 0.95
getRightParenMethod · 0.80
nextTokenMethod · 0.45

Tested by

no test coverage detected