direction op• Data kinds: pairs → normals
• Call: import reprconv; reprconv.angles_to_normals(pairs) (or opsreprconv.get("angles_to_normals"))
Azimuth/elevation pairs `(N,2) **[deg]** → unit normals (N,3). The exit from pairs`.
> The detailed description below is the original text — the summary and the headings are translated.
:func:normals_to_angles の厳密な逆(単位長に正規化した意味で)。
仰角は [-90, 90] の外を拒否する —— 100 度の仰角は「反対側の 80 度」に
折り返してもっともらしく間違うので、黙って受けない。
Args:
pairs: (N, 2) [方位度, 仰角度]、または 2 本の等長 1-D のタプル。
Returns:
(N, 3) float64、行ごとに単位長。
Raises:
ValueError: 形状不正 / 非有限 / 仰角が [-90, 90] 外。
• 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.
• representation_roundtrip — py -3.11 examples/representation_roundtrip.py
normals as input)normals_to_angles · normals_to_egi
direction)normals_to_angles · normals_to_egi
*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.