Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ac152bd
feat: add plotDir support and debug_detectormap.py script
wtgee Apr 21, 2026
f5e47ff
fix: unpack soften tuple in plotModel
wtgee Apr 22, 2026
fd1c8ff
feat: replace debug-info script with pipetask wrapper
wtgee Apr 22, 2026
b8c6058
feat: move debug_detectormap.py to docs/ as a user-managed template
wtgee Apr 22, 2026
a096e8d
fix: point debug.py symlink at python/ and gitignore it
wtgee Apr 22, 2026
1fea00d
feat: include dataId in plot filenames
wtgee Apr 22, 2026
8b65f5b
fix: derive fiber list from lines in plotModel
wtgee Apr 22, 2026
6eb4770
fix: replace fiberId/wavelength grid with pixel-space grid in plotModel
wtgee Apr 22, 2026
83447a3
fix: rewrite plotDistortion using base Distortion API
wtgee Apr 22, 2026
d77a0c4
fix: add per-name call counter to plot filenames
wtgee Apr 22, 2026
cc28fb7
fix: use getDispersionAtCenter() instead of detectorMap.model in lineQa
wtgee Apr 22, 2026
3806d67
fix: replace deprecated legend.legendHandles with legend.legend_handles
wtgee Apr 22, 2026
f3fadcc
feat: organize plots into session/dataId subdirectories
wtgee Apr 22, 2026
0e0f1f5
feat: add QA CSV writing and log parser for fitDetectorMap
wtgee Apr 22, 2026
81c608e
warn: flag lines with finite centroid but all-NaN yErr in getGoodLines
wtgee Apr 22, 2026
c030b96
fix: move saturation warning to run() using original ArcLineSet
wtgee Apr 22, 2026
1085dd6
fix: use flag=True to detect fully-excluded lines in _warnSaturatedLines
wtgee Apr 22, 2026
e8681ed
fix: guard calculateSoftening against NaN errors causing bisect crash
wtgee Apr 22, 2026
f245f8c
refactor: log QA_WL stats to INFO, drop session dir from plots
wtgee Apr 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ sphinx/_build/
.coverage
.pytest_cache
.nfs*
python/debug.py
Loading