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

Method getZ

ij/src/main/java/ij/ImagePlus.java:2016–2018  ·  view source on GitHub ↗

Returns the current hyperstack slice position.

()

Source from the content-addressed store, hash-verified

2014
2015 /** Returns the current hyperstack slice position. */
2016 public int getZ() {
2017 return position[1];
2018 }
2019
2020 /** Returns the current hyperstack frame position. */
2021 public int getT() {

Callers 3

setPositionMethod · 0.95
setCMethod · 0.95
setTMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected