Skip to content

Add method GetRwHistory to lsq - #107

Open
clemisch wants to merge 2 commits into
diffpy:mainfrom
clemisch:rw_history
Open

Add method GetRwHistory to lsq#107
clemisch wants to merge 2 commits into
diffpy:mainfrom
clemisch:rw_history

Conversation

@clemisch

Copy link
Copy Markdown
Contributor

Exposes new Rw history in LSQ object to Python via lsq.GetRwHistory().

Requires vincefn/objcryst#90 .

Rw history is stored in internal vector over one call of lsq.Refine(). It's in "fractional" units ∈ [0, 1], not in percent. That's just because objcryst seems to handle mostly fractional Rw internally. We could change the user-facing value to Rwp.

clemens.schmid@esrf.frand others added 2 commits August 25, 2026 10:54
turns internal std::vector<REAL> into Python list
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@clemisch