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

Method reset

ij/src/main/java/ij/CompositeImage.java:633–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631 }
632
633 public void reset() {
634 int nChannels = getNChannels();
635 if (nChannels>MAX_CHANNELS && getMode()==COMPOSITE)
636 setMode(COLOR);
637 setup(nChannels, getImageStack());
638 }
639
640 public void completeReset() {
641 cip = null;

Callers 2

swapStackImagesMethod · 0.95
runMethod · 0.95

Calls 5

getModeMethod · 0.95
setModeMethod · 0.95
setupMethod · 0.95
getImageStackMethod · 0.80
getNChannelsMethod · 0.45

Tested by

no test coverage detected