Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nexus - Nuclear Elastic X-ray scattering Universal Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS-MCP
Nexus - Nuclear Elastic X-ray scattering Universal Software
Merge requests
!36
added area and site functions for data evaluation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added area and site functions for data evaluation
add_single_site_contributions
into
main
Overview
0
Commits
3
Pipelines
1
Changes
7
Merged
Lars Bocklage
requested to merge
add_single_site_contributions
into
main
7 months ago
Overview
0
Commits
3
Pipelines
1
Changes
7
Expand
added AreaRatios()
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
bb35e01c
3 commits,
7 months ago
7 files
+
241
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
docs/source/news/news.rst
+
11
−
11
Options
@@ -49,21 +49,21 @@ bug fixes:
added:
* included notebooks to tutorials.
* new tools module with CountRateEstimator and Mask function for plotting.
* count rate estimator included.
* mask function to restrict arrays to a certain range. Useful for plotting.
* new tools module with CountRateEstimator() and Mask() function. The mask function restricts arrays to a certain range. Useful for plotting.
* added GetSiteSpectra() in tools module. Get the individual spectral components of a :class:`Sample` object.
* broadening parameter added to Hyperfine class to describe model-free independent line broadening.
* texture coefficient added to Hyperfine class.
* site specific Lamb-Moessbauer factor to Hyperfine class.
* added Normalization() function data module.
* added Lorentzian functions FindPeaks(), GetLinewidths(), GetLorentzian(), GetAreas() to data module.
* new LoadFile() function in data module.
* a couple of Moessbauer isotope parameters are now fitable.
* added 99-Ru, 67-Zn and 174-Yb isotopes.
* new ClearDistribution() method.
* added 99-Ru, 67-Zn, 172-Yb and 174-Yb isotopes.
* added residual SqrtStdDev.
* texture coefficient added in Hyperfine sites.
* added site specific Lamb-Moessbauer factor.
* added Racah W coefficient, 6j-symbols and some polynominal functions to quantum module.
* print progress output option for nuclear reflectivity methods added. Default is ``False`` now.
* new functions FindPeaks(), GetLinewidths(), GetLorentzian() in data module
* new Normalization() function data module.
* new ClearDistribution() method.
* new broadening parameter in Hyperfine site to describe model-free independent line broadening.
* new LoadFile() function in data module.
changes:
Loading