You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Support for Excluded Regions in Fitting and Visualization (#58)
* Very quick and dirty implementation of excluded regions
* Adds parent handling and item addition callback to Collection
* Refactors excluded points handling in diffraction minimization
Moves the logic for updating excluded points from minimization to ExcludedRegions, ensuring better modularity.
* Extends unit test with excluded regions
* Refactors excluded region logic in experiments
Optimizes the process of updating the pattern's excluded points
by avoiding unnecessary resets with each new excluded region.
Initializes pattern's excluded points with default values on data load.
* Excludes specified points from calculations for improve accuracy
* Refines excluded region handling in experiments
* Refines data plotting and analysis settings
* Formats function signatures for readability
* Removes unused assignment in test_fit_with_params
* Adds 'excluded' flag to experiment mock data
* Improves handling of excluded data points during minimization
* Enhances exclusion handling in Plotter class
* Fixes empty background and excluded regions check
* Adds CIF display for experiment data
* Updates the multiphase tutorial
* Simplifies exclusion handling in data processing
* Renames tutorial files and updates documentation
* Updates tutorials and adds display for excluded regions
* Refines tutorial markdown headers for consistency
* Adjusts data preprocessing for stability in analysis
Rounds x-values to 4 decimal places to align data size
Replaces small uncertainty values with 1.0 to prevent
failures in minimization algorithms
0 commit comments