qudi icon indicating copy to clipboard operation
qudi copied to clipboard

Change of odmr logic to provide fit of multiple ranges in perform_odmr_measurement

Open ksenkalla opened this issue 2 years ago • 0 comments

Description

The method perform_odmr_measurement was adjusted to fit in the multiple ranges and also save the fit in these ranges. Before the fit values were not changed for all ranges.

Motivation and Context

Now every in every range the corresponding fit is saved in the corresponding file.

How Has This Been Tested?

Tested by automized measurement using jupyter notebook. Tested on Microsoft Windows 8.1 Pro

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [ ] My code follows the code style of this project.
  • [ ] I have documented my changes in the changelog (documentation/changelog.md)
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added/updated for the module the config example in the docstring of the class accordingly.
  • [ ] I have checked that the change does not contain obvious errors (syntax, indentation, mutable default values).
  • [ ] I have tested my changes using 'Load all modules' on the default dummy configuration with my changes included.
  • [ ] All changed Jupyter notebooks have been stripped of their output cells.

ksenkalla avatar Sep 14 '21 12:09 ksenkalla