Skip to content

Commit

Permalink
FIX: new plan
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Dec 14, 2023
1 parent d2fb12f commit 64c90a1
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 @@ -83,7 +83,7 @@ def measurement_plan(self, point: ArrayLike) -> Tuple[str, List, Dict]:
plan_kwargs : dict
Dictionary of keyword arguments to pass the plan, from a point to measure.
"""
return "agent_redisAware_XRDcount", [point], {}
return "agent_move_and_measure_hanukkah23", [], {"x": point[0], "y": point[1], "exposure": 5}

def unpack_run(self, run) -> Tuple[Union[float, ArrayLike], Union[float, ArrayLike]]:
"""Subtracts background and returns motor positions and data"""
Expand Down

0 comments on commit 64c90a1

Please sign in to comment.