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
RDTs are calculated via a fit of a line amplitude relative to their action part, that varies with kick amplitude.
Currently, this fit is done for each RDT separately, meaning we can't differentiate the contribution of RDTs on the same line.
Possible Implementation
A higher order fit with all the RDTs contributing to the same line in rdt.py L227
And calculating the linearized problem for all those RDTs at once, in rdt.py L233
The text was updated successfully, but these errors were encountered:
Feature Description
RDTs are calculated via a fit of a line amplitude relative to their action part, that varies with kick amplitude.
Currently, this fit is done for each RDT separately, meaning we can't differentiate the contribution of RDTs on the same line.
Possible Implementation
A higher order fit with all the RDTs contributing to the same line in rdt.py L227
And calculating the linearized problem for all those RDTs at once, in rdt.py L233
The text was updated successfully, but these errors were encountered: