docs: point the two source comments at the pages their sections moved to
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EFEJG6WBQv8th4UJFNe53N
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// profile-fits with a measured-width Gaussian (Kabsch-style) - more accurate intensities than the
|
||||
// classical uniform BoxSum; validated on anomalous data (stronger S/Cl peaks vs box-sum). BoxSum is
|
||||
// the simpler, faster fallback. ProfileEmpirical learns the profile per resolution shell from strong
|
||||
// spots - see docs/CPU_DATA_ANALYSIS.md (Bragg integration).
|
||||
// spots - see docs/CPU_DATA_ANALYSIS_INTEGRATION.md (Bragg integration).
|
||||
enum class IntegratorMode { BoxSum, ProfileGaussian, ProfileEmpirical };
|
||||
|
||||
// What the integrator does about a signal region shared with a neighbouring reflection. Off is the
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
// and a report that has to be read next to a lost shell history is worth less.
|
||||
//
|
||||
// The format is an interface: key names, table columns and the reason vocabulary are stable, and
|
||||
// REPORT_VERSION is bumped if they ever change. See docs/RUGNUX.md.
|
||||
// REPORT_VERSION is bumped if they ever change. See docs/RUGNUX_REPORT.md.
|
||||
|
||||
// How the run was produced: the invocation, what it cost, and what it ran on. The CLI is the only
|
||||
// caller that knows these, so they are passed in rather than read here. Each is left out of the
|
||||
|
||||
Reference in New Issue
Block a user