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

Method setC

ij/src/main/java/ij/ImagePlus.java:1996–1998  ·  view source on GitHub ↗

Sets the hyperstack channel position (one based).

(int channel)

Source from the content-addressed store, hash-verified

1994
1995 /** Sets the hyperstack channel position (one based). */
1996 public void setC(int channel) {
1997 setPosition(channel, getZ(), getT());
1998 }
1999
2000 /** Sets the hyperstack slice position (one based). */
2001 public void setZ(int slice) {

Callers 2

showLutMethod · 0.95
displayChangedMethod · 0.95

Calls 3

setPositionMethod · 0.95
getZMethod · 0.95
getTMethod · 0.95

Tested by

no test coverage detected