[update] load_roi_config と DNG 輝度化パイプラインを src/ へ集約
- 重複していた load_roi_config を src/config.py に一本化(run_uniformity.py / run_uniformity_dng.py の重複定義を解消)
- DNG 輝度化(dng_luminance / lsc_gain_rgb / _upsample)を src/io/dng_pipeline.py へ移設
- compare 系・plot 系スクリプトの「スクリプト間 import」を廃止し src/ から取得
- test も src.config を参照するよう更新

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7b70726 commit 839e9fb3db50663afcfbea60264f4694ed7c2201
Monika Suzuki TIAS2301\user (Monika Suzuki) authored on 5 Jun
Showing 5 changed files
View
scripts/run_uniformity.py
View
scripts/run_uniformity_dng.py
View
src/config.py 0 → 100644
View
src/io/dng_pipeline.py 0 → 100644
View
tests/scripts/test_run_uniformity.py