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

Method getT

ij/src/main/java/ij/ImagePlus.java:2021–2023  ·  view source on GitHub ↗

Returns the current hyperstack frame position.

()

Source from the content-addressed store, hash-verified

2019
2020 /** Returns the current hyperstack frame position. */
2021 public int getT() {
2022 return position[2];
2023 }
2024
2025 /** Returns that stack index (one-based) corresponding to the specified position. */
2026 public int getStackIndex(int channel, int slice, int frame) {

Callers 9

setPositionMethod · 0.95
setCMethod · 0.95
setZMethod · 0.95
getPlotMethod · 0.80
getHyperstackProfileMethod · 0.80
cropMethod · 0.80
duplicateHyperstackMethod · 0.80
runMethod · 0.80
restoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected