Skip to content

Commit

Permalink
FIX: motor origins
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Dec 13, 2023
1 parent 4f9e1c7 commit 483c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_agents/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
self,
*args,
motor_names: List[str] = ["xstage", "ystage"],
motor_origins: List[Tuple[float, float]] = [(0.0, 0.0), (0.0, 0.0)],
motor_origins: List[float] = [0.0, 0.0],
motor_resolution: float = 0.0002,
data_key: str = "chi_I",
roi_key: str = "chi_Q",
Expand Down

0 comments on commit 483c779

Please sign in to comment.