Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BatchFit
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-SC
BatchFit
Graph
e5a559713b7e26981e97410f36874e1f465726b8
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
24
Nov
23
15
Oct
14
9
8
7
6
16
Sep
7
6
3
2
1
31
Aug
30
27
26
24
23
22
19
17
16
13
Jul
1
Jun
31
May
30
29
28
27
26
25
24
22
22
Apr
21
20
19
15
14
13
12
9
7
28
Mar
Merge branch 'feat/add_setup' into 'master'
master
master
Convert None in fit results to numpy float.
Add description of height parameters of the pvoigt function.
Add missing dependencies: pluginbase.
remove unuser imports
Add mote tests to fit_table_controller.
Refactoring of main controller: split functional by several controllers. Add more tests.
Add button to show/hide plugin columns in the fit-results table.
Add editor of marker line color to fit plotter.
Change default values of filter cutoff and cut_derivation.
Add wavelength widget to the menu of the FitTableResults. Widget is synchronized with one at PhaseWidget.
Add tooltip to width editor of the peak. Disable editor for automatically found peaks.
Data from plugin update existing data.
Exit application if main window is closed.
Move horisontal line on 2D plot by clicking on fit table.
Add more error handlings.
Always update 2D image my reshuffling peaks
Emit signal to calculate peaks (derivation method) if editing of minimal peak is finished.
Add asserting error if case of mismatch shapes for plugin data
Change default fit color to red
Add more messages to asserting by plugin loading
Data format expected from plugin is changed to dict.
Fix showing reshuffled peaks in 2D view. Y position changed from +0.5 to -0.5.
Use fixed name for plugin class: BatchfitPlugin
Rename main plugin function
Change tests to reflect changes in the package.
Refactor peaks-reshuffling.
Sort dict of fit-result before reshuffling peaks.
Enable JCPDS editor. Controlled for the editor is copied from Dioptas. Dioptas controlled uses wavelenght from the calibration model, while here it is used from phase widget.
Fix but in the nearest peak reshuffling.
Fix preprocessed binning on 2D plot.
Add phases in 2D view.
Add edit dialog to fit-plotter.
Simplify script to test batchfit plugin.
Add loading of batchfit plugins
Add script to test batchfit plugins
Fix bug: fitting without background.
Assert git directory is present for checking version.
Use timestamp for versioning.
Support multiple background by lmfit fitting.
Loading