score_to_position — REPRCONV score op

Data kinds: scoreposition

Call: import reprconv; reprconv.score_to_position(score) (or opsreprconv.get("score_to_position"))

Usage

A `score volume → the location of its maximum, position (z, y, x). The exit from score`.

> The detailed description below is the original text — the summary and the headings are translated.

整数格子上の argmax(副画素精緻化はしない —— それは既存の

`refine_peak_newton` の仕事で、ここで真似ると 2 か所で別の答えが出る)。

一方向(1 つの位置から volume は戻せない)。

Args:

score: (D, H, W)。

Returns:

3-tuple の float (z, y, x)。

Raises:

ValueError: 3-D でない / 非有限。

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this op)

representation_conversionpy -3.11 examples/representation_conversion.py

Ops the type connects to (they accept position as input)

position_to_points

Same category (score)

correlation_score · score_to_image2d


*Provenance: reprconv.py — REPRCONV operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.