release: release Pylake v1.8.0#758
Merged
Merged
Conversation
7f8d6a9 to
9076cc5
Compare
agom
approved these changes
Oct 30, 2025
| * Added the optional argument `where="left"` to [`Slice.donwsampled_by()`](https://lumicks-pylake.readthedocs.io/en/latest/_api/lumicks.pylake.channel.Slice.html#lumicks.pylake.channel.Slice.downsampled_by) to downsample by a factor while keeping the original timestamps. The default remains `"center"`. | ||
| * Allow [piezo tracking](https://lumicks-pylake.readthedocs.io/en/latest/api.html#piezo-tracking) to work with force and trap position data with different sampling rates by downsampling the higher rate data to the lower one. The sampling are required to be integer multiple of each other to avoid any interpolation. | ||
| * Added support for Bluelake force calibration items that use adaptive fitting ranges. To get the initial fitting range used during calibration (the one entered in the UI), we added the property [`ForceCalibrationItem.initial_fit_range`](https://lumicks-pylake.readthedocs.io/en/latest/_api/lumicks.pylake.calibration.ForceCalibrationItem.html#lumicks.pylake.calibration.ForceCalibrationItem.initial_fit_range). For the final fit range, use the existing property [`ForceCalibrationItem.fit_range`](https://lumicks-pylake.readthedocs.io/en/latest/_api/lumicks.pylake.calibration.ForceCalibrationItem.html#lumicks.pylake.calibration.ForceCalibrationItem.fit_range). The used corner frequency factor can be found in [`ForceCalibrationItem.corner_frequency_factor`](https://lumicks-pylake.readthedocs.io/en/latest/_api/lumicks.pylake.calibration.ForceCalibrationItem.html#lumicks.pylake.calibration.ForceCalibrationItem.corner_frequency_factor). For more information see the [tutorial](https://lumicks-pylake.readthedocs.io/en/latest/tutorial/force_calibration/diode_model.html): | ||
| * Allow [piezo tracking](https://lumicks-pylake.readthedocs.io/en/v1.8.0/api.html#piezo-tracking) to work with force and trap position data with different sampling rates by downsampling the higher rate data to the lower one. The sampling are required to be integer multiple of each other to avoid any interpolation. |
Member
There was a problem hiding this comment.
Suggested change
| * Allow [piezo tracking](https://lumicks-pylake.readthedocs.io/en/v1.8.0/api.html#piezo-tracking) to work with force and trap position data with different sampling rates by downsampling the higher rate data to the lower one. The sampling are required to be integer multiple of each other to avoid any interpolation. | |
| * Allow [piezo tracking](https://lumicks-pylake.readthedocs.io/en/v1.8.0/api.html#piezo-tracking) to work with force and trap position data with different sampling rates by downsampling the higher rate data to the lower one. The sampling rates are required to be integer multiple of each other to avoid any interpolation. |
Member
Author
There was a problem hiding this comment.
Oh, whoops. Good catch, thanks!
9076cc5 to
8885030
Compare
78a2ecb to
a9b90c9
Compare
a9b90c9 to
c4ea660
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs build here: https://lumicks-pylake.readthedocs.io/en/joep-relproc/whatsnew/1.8.0/1_8_0.html