score opscore → positionimport fullseye as fs; fs.ledger.score_to_position(score) (実装を直接呼ぶなら import reprconv; reprconv.score_to_position(score)、台帳から引くなら opsreprconv.get("score_to_position"))score volume → 最大値の位置 position (z, y, x)。score の出口。
整数格子上の argmax(副画素精緻化はしない —— それは既存の
refine_peak_newton の仕事で、ここで真似ると 2 か所で別の答えが出る)。
一方向(1 つの位置から volume は戻せない)。
Args: score: (D, H, W)。 Returns: 3-tuple の float (z, y, x)。 Raises: ValueError: 3-D でない / 非有限。
py -3.11 examples/representation_conversion.pyposition を入力に取れる)score)correlation_score · score_to_image2d
Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.