Skip to content

Commit

Permalink
Small formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codrea committed Apr 12, 2024
1 parent 2d7e753 commit 89792bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -31,6 +31,7 @@ describe future plans.
release expected by 2024-04-12

New Features
------------

* Add new plan for edge alignment called edge_align
* Added a mesh grid scan plan that will collect until number of collection points is met
Expand Down
9 changes: 2 additions & 7 deletions apstools/plans/alignment.py
Expand Up @@ -327,13 +327,8 @@ def erf_model(x, low, high, width, midpoint):

def lineup2(
# fmt: off
detectors,
mover,
rel_start,
rel_end,
points,
peak_factor=2.5,
width_factor=0.8,
detectors, mover, rel_start, rel_end, points,
peak_factor=2.5, width_factor=0.8,
feature="centroid",
nscans=2,
signal_stats=None,
Expand Down

0 comments on commit 89792bd

Please sign in to comment.