geodesy op• Data kinds: signal × signal × signal → table
• Call: import fullseye as fs; fs.ledger.dem_height_frame_residual(h_ellipsoidal_m, h_orthometric_m, geoid_height_m, tol_m=0.1) (to call the implementation directly, import demops; demops.dem_height_frame_residual(h_ellipsoidal_m, h_orthometric_m, geoid_height_m, tol_m=0.1); from the registry, opsdem.get("dem_height_frame_residual"))
> This operator's description has not been translated yet. The original text follows as it is.
`h - H - N の残差 —— 高さの取り違えを**静かにさせない**検出器(table`)。
楕円体高・標高・ジオイド高は 1 つの恒等式で結ばれている(`h = H + N`)。
3 つそろった点でその残差を測れば、**どれかが別の基準・別のモデル・別の版で
作られている**ことが数値で出る。測量成果どうしなら残差は cm 級に収まり、
楕円体高をそのまま標高として使っていれば残差は `-N`(日本付近で −30〜−40 m)
に張り付く。
Args:
h_ellipsoidal_m: 楕円体高 [m] (GNSS の返り)。配列可。
h_orthometric_m: 同じ点の標高 [m] (地図・水準測量)。
geoid_height_m: 同じ点のジオイド高 [m]。
tol_m: 「合っている」とみなす閾値 [m]。既定 0.10 m。
Returns:
``{"residual_m": (n,), "rms_m", "max_abs_m", "median_m", "n",
"n_over_tol", "tol_m", "fraction_over_tol"}``。
閉じた式で検査できること: 恒等式どおりに作った 3 つ組では残差は 0 になる
(実測 rms 1.2e-14 m。丸めの分だけ厳密な 0 ではない)。標高の列に楕円体高を
そのまま入れると残差は −N に張り付く —— 取り違えの量がそのまま出る。
ValueError: 長さの食い違い、非有限、負の *tol_m*。
• dem_terrain_analysis 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.
• poc_geodetic_benchmarks_real — py -3.11 examples/poc_geodetic_benchmarks_real.py
table as input)—
geodesy)dem_geodetic_to_ecef · dem_ecef_to_geodetic · dem_geocentric_grid · dem_earth_curvature_drop · dem_cell_size_webmercator · dem_geodetic_slope · dem_geoid_height · dem_height_frame_convert
*Provenance: demops.py — DEM 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.