profile_camber — PROFILE measure op

Data kinds: pairspairs

Call: import profileops; profileops.profile_camber(contour, n=101) (or opsprofile.get("profile_camber"))

Usage

> This operator's description has not been translated yet. The original text follows as it is.

キャンバー線(上下面の中線)。返りは `(n, 2)(x, yc)`。

定義の差を承知で使うこと。ここが返すのは「弦の各位置での上下面の中点」

で、NACA が翼型を作るときに使うキャンバー線(厚みを法線方向に載せる前の

中心線)とは厳密には別物です。加えて弦の取り方も違う —— 幾何的な弦は

「後縁の中点から最も遠い点」を前縁とするので、キャンバーのある翼では

生成座標の原点からわずかにずれ、弦が 0.1 度ほど傾きます。

実測(閉形式の最大キャンバー比 対 本 op の返り):

========== ========== ========== ==========

翼型 閉形式 実測 比

========== ========== ========== ==========

NACA 0012 0.0000 0.00001 ——

NACA 2412 0.0200 0.01882 0.94

NACA 4412 0.0400 0.03786 0.95

========== ========== ========== ==========

対称翼で 0 になることは確認済み(0.00001)。有翼で 5-6 % 低く出るのは

上の定義差で、実装の誤りではありません。設計値と比べるときは、同じ定義で

測った基準形状(`profile_synth_naca4` の出力)と比べること ——

:func:profile_deviation はまさにそれをします。

Detailed usage guide

profile_metrology family guide

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)

profile_shape_inspectionpy -3.11 examples/profile_shape_inspection.py

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

profile_perturb · profile_chord_frame · profile_normalise · profile_resample · profile_sides · profile_thickness · profile_leading_edge_radius · profile_trailing_edge_gap

Same category (measure)

profile_sides · profile_thickness · profile_leading_edge_radius · profile_trailing_edge_gap


*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.