npr op• 데이터 종류: 없음 → table(인자만으로 정해지는 연산자 —— 이미지나 데이터 입력을 받지 않습니다)
• 호출: import fullseye as fs; fs.ledger.halftone_moire_period(lpi_a=60.0, angle_a_deg=45.0, lpi_b=60.0, angle_b_deg=75.0, pixel_um=25.4)(구현을 직접 호출하려면 import printpath; printpath.halftone_moire_period(lpi_a=60.0, angle_a_deg=45.0, lpi_b=60.0, angle_b_deg=75.0, pixel_um=25.4), 원장에서 가져오려면 opsprintpath.get("halftone_moire_period"))
두 장의 하프톤 스크린이 만드는 맥놀이 —— 주기와 방향을 닫힌 형식으로。
> 아래 상세 설명은 원문입니다 —— 요약과 제목은 번역되어 있습니다.
Each screen is a frequency vector `f (cos t, sin t)`; where two screens
overlap the visible moiré is the difference vector, so its period is
`1 / |f_a - f_b|` and its direction is that of the difference. For equal
rulings the magnitude reduces to `2 f sin(dt / 2)`, which is why the beat
period grows without bound as the angle difference goes to zero — two plates
at nearly the same angle give a huge, very visible moiré.
★Why this earns its place: the prediction is available before any
screen is drawn, and :func:halftone_screen plus an FFT can measure the beat
out of the picture. Two independent routes to one number.
Returns a `table: period_px, angle_deg, freq_cycles_per_px`.
Raises `ValueError`: non-positive ruling or pitch; two screens that are
identical in both ruling and angle (the difference vanishes — there is no
beat, and returning `inf` silently would be worse than saying so).
• 샘플 데이터 카탈로그(DL URL / 라이선스) —— 2-D 는 skimage.data(BSD/public)+ 합성, 3-D 는 실데이터 소스(Stanford/PDS 등)의 DL URL.
• 연산자의 내력·참고문헌 —— 이 연산자 족의 바탕이 된 연구/기법의 출처.
• 알고리즘의 정전(저자·연도)과 용도는 위의 패밀리 사용 가이드에 적혀 있습니다.
• poc_beats_fringes_and_screens — py -3.11 examples/poc_beats_fringes_and_screens.py
• poc_moire_screen — py -3.11 examples/poc_moire_screen.py
• poc_print_registration — py -3.11 examples/poc_print_registration.py
table 를 입력으로 받는 것)gcode_write · gcode_extrusion_volume · gcode_time_estimate · gcode_layer_image · contours_to_gcode
npr)halftone_screen · engrave_lines · hatch_field · mosaic_tiles_sites · mosaic_tiles_render
*Provenance: printpath.py — PRINTPATH 연산자 레지스트리. 이 op 노트는 tools/opdocs.py md 가 자동 생성합니다(직접 편집하지 마세요).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.