compare op• Data kinds: pairs × pairs → pairs
• Call: import fullseye as fs; fs.ledger.profile_align(measured, reference, mode='chord') (to call the implementation directly, import profileops; profileops.profile_align(measured, reference, mode='chord'); from the registry, opsprofile.get("profile_align"))
• Return value through the ledger: fullseye.ledger.profile_align(...) returns **only the declared out type pairs** (the underlying function also returns auxiliary values). When you need what was dropped, use fullseye.ledger.profile_align.raw(...) or call profileops.profile_align directly.
• Underlying return: (aligned, info) -> pairs
> This operator's description has not been translated yet. The original text follows as it is.
測った輪郭を設計輪郭へ合わせる。返りは `(aligned, info)`。
`mode は :data:ALIGN_MODES`。相似(スケール推定)は提供しない ——
大きさの誤差そのものを吸収してしまうため(モジュール docstring の実測表)。
Returns:
`(aligned (N, 2), info)。info は mode / angle_deg` /
`translation / scale`(常に 1.0。推定していないことの明示)。
• profile_metrology family guide
• 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.
• profile_frame_tour — py -3.11 examples/profile_frame_tour.py
pairs as input)profile_perturb · profile_chord_frame · profile_normalise · profile_resample · profile_sides · profile_thickness · profile_camber · profile_leading_edge_radius
compare)*Provenance: profileops.py — PROFILE 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.