Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save the linear gradient basis maps and remove the need to scan basis maps for them #8

Open
3 of 4 tasks
rpeltekov opened this issue May 18, 2024 · 1 comment
Open
3 of 4 tasks
Assignees
Labels
enhancement New feature or request

Comments

@rpeltekov
Copy link
Owner

rpeltekov commented May 18, 2024

the linear gradients are currently recorded like the other basis functions. this could be done away with because you technically don't need to do this every single time...

they are simply affine functions, and they should scale linearly with the strength that you add to them.

will need to:

  • figure out how to model the gradient properly...
  • update all the references to basisMaps[0-2] and devise some data structure within the shimTool class to store the data
  • figure out a linear gradient calibration sequence, and save data to a file
  • add gui functionality for this button
@rpeltekov rpeltekov added the enhancement New feature or request label May 18, 2024
@rpeltekov rpeltekov added this to the speedup / optimization milestone May 18, 2024
@rpeltekov rpeltekov changed the title save the linear gradient strengths and remove the need to scan basis maps for them save the linear gradient basis maps and remove the need to scan basis maps for them May 18, 2024
@rpeltekov rpeltekov self-assigned this Jul 16, 2024
@rpeltekov
Copy link
Owner Author

development and testing of this has been moved to #44. i merged the dev branch for this into #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant