forked from phasorpy/phasorpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
phasor_calibrate
to handle multi harmonic calibration (phasorpy#69
) * Added phasorpy_dev virtual environment to gitignore * Update main branch * Update of `phasor_transform` and `phasor_center` * Fix bug with `phasor_transform` when `skip_axis = None` * Add tests for changes to 'phasor_calibrate', 'phasor_transform' and 'phasor_center' to handle multiple harmonics. Modified 'phasorpy_introduction' tutorial to add multiple harmonic calibration. * Delete test file * Moved fix for multiple harmonics to `phasor_calibrate` from `phasor_transform`. Updated tests and removed example of multiple harmonic calibration from `phasorpy_introduction`. * Fix minor error in calling `real` variable in `phasor_calibrate` instead of `re`. * Add `_determine_axis` helper function to be used in `phasor_center` and `phasor_calibrate`. * Applied blackdoc formatting * Update `_parse_skip_axis` and add test. * Minor fix doctest in `_parse_skip_axis`.
- Loading branch information
1 parent
dd2d2f1
commit cf41a64
Showing
2 changed files
with
190 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters