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

Method setT

ij/src/main/java/ij/ImagePlus.java:2006–2008  ·  view source on GitHub ↗

Sets the hyperstack frame position (one based).

(int frame)

Source from the content-addressed store, hash-verified

2004
2005 /** Sets the hyperstack frame position (one based). */
2006 public void setT(int frame) {
2007 setPosition(getC(), getZ(), frame);
2008 }
2009
2010 /** Returns the current hyperstack channel position. */
2011 public int getC() {

Callers 1

displayChangedMethod · 0.95

Calls 3

setPositionMethod · 0.95
getCMethod · 0.95
getZMethod · 0.95

Tested by

no test coverage detected