You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: