stimulus op• 데이터 종류: 없음 → image2d(인자만으로 정해지는 연산자 —— 이미지나 데이터 입력을 받지 않습니다)
• 호출: import fullseye as fs; fs.ledger.fly_sky_1f(width=1024, height=512, band_lo_deg=20.0, band_hi_deg=60.0, amp=0.12, seed=0, edge_deg=5.0)(구현을 직접 호출하려면 import flyvision; flyvision.fly_sky_1f(width=1024, height=512, band_lo_deg=20.0, band_hi_deg=60.0, amp=0.12, seed=0, edge_deg=5.0), 원장에서 가져오려면 opsflyvision.get("fly_sky_1f"))
> 이 연산자의 설명은 아직 번역이 없습니다. 원문을 그대로 싣습니다.
Synthetic equirectangular sky panorama with a banded 1/f azimuthal texture.
An equirectangular image (row = elevation +90 deg down to -90 deg, column =
azimuth 0 to 360 deg). Luminance is a vertical backlight gradient
(0.62 at the zenith to 0.95 at the nadir) modulated in azimuth by a 1/f
texture confined to an elevation band with cosine edges::
L = gradient(el) * (1 + amp * band(el) * noise(az)) clipped to [0, 1]
where `noise` has unit std, is clipped to +-2, and drops azimuthal
frequencies below 2 cycles per revolution; `band` is 1 inside
`[band_lo_deg, band_hi_deg]` with raised-cosine edges of width *edge_deg*.
width / height: the panorama size in pixels.
band_lo_deg / band_hi_deg / edge_deg: the textured elevation band.
amp: the texture contrast on the backlight.
seed: integer seed for the azimuth noise (no `None`).
Returns a float64 `(height, width) image in [0, 1]`.
Ground truth: the standard deviation across azimuth of a row inside the band
exceeds that of a row outside it by more than 5x, and the log-log slope of the
azimuthal power spectrum of an in-band row is `-2 +- 0.4` (both pinned in the
tests).
Raises `ValueError`: *width* / *height* outside their caps, a non-real /
string / bool parameter, a negative *amp*, a non-positive *edge_deg*, and a
band that does not satisfy `-90 <= band_lo_deg < band_hi_deg <= 90`.
• 샘플 데이터 카탈로그(DL URL / 라이선스) —— 2-D 는 skimage.data(BSD/public)+ 합성, 3-D 는 실데이터 소스(Stanford/PDS 등)의 DL URL.
• 연산자의 내력·참고문헌 —— 이 연산자 족의 바탕이 된 연구/기법의 출처.
• 알고리즘의 정전(저자·연도)과 용도는 위의 패밀리 사용 가이드에 적혀 있습니다.
• poc_fly_vision — py -3.11 examples/poc_fly_vision.py
image2d 를 입력으로 받는 것)stimulus)—
*Provenance: flyvision.py — FLYVISION 연산자 레지스트리. 이 op 노트는 tools/opdocs.py md 가 자동 생성합니다(직접 편집하지 마세요).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.