DiamondLightSource / DiamondLightSource/sm-bluesky

Support synchronized 1-step moves and spherical fly-scanning (R, theta, phi) in i06 vector magnet

Open
#356 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
0
Forks
0
Avg merge
2d 3m
Merged PRs (30d)
8

Description

### Goals
Acceptance criteria : What journeys should the user be able to complete to consider your feature done
Be as specific as you can, check them off once they work. Add more if you find more requirements during development. Issue should only be considered done after all of them are checked
- [ ] All field moves in any mode should execute in a single synchronized ramp step instead of discrete steps.
- [ ] User can configure and execute Bluesky fly scans along spherical coordinate axis ($R, \theta, \phi$) in addition to Cartesian axes ($X, Y, Z$).
- [ ] Controller calculates and applies proportional per-axis ramp rates prior to initiating movement (scale to fit into the slowest axis if limit hit).
- [ ] R is always with in limit of each mod.
### Tasks
base on the goals, deduce the tasks required. check them off once they're done
- [ ]
- [ ]
- [ ]
- [ ]
- [ ]

### Related Resources
any images/gifs, mockups/wireframes that would aid the development should be listed here
MockUp : `link to mockup`
Coda doc: `link to coda`
**Additional context**
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are identified in the issue. Start by locating the controller and Bluesky fly-scan entry points, then trace how Cartesian moves and axis limits are currently handled; the work is done when synchronized one-step moves, proportional ramp rates, bounded R values, and spherical R/θ/φ scans satisfy every listed acceptance criterion.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.