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
fix: refactoring fold profiles to allow for easy user modification of fold geometry
* fix: refactoring fold rotation angle and svariogram
* adding trigo and fourier series fold profile classes
also added a base class to inheret fold profile from
* adding some type hints to svariogram
* get the data from the builder not the interpolator
this means the interpolation isn't required before we can calculate fold profiles
* adding observed update for when fold profile parameters change.
This flags the interpolator/builder as not up to date triggering a reinterpolation
* updating folded feature builder to use the new fold profile classes
* set interpolator as not up to date when builder is not up to date
* adding lambda fold profile, for proving a custom function
* getter/factory for building fold profile object
* linting
* removing old rotation angle
* removing unused/commentred code
* fixing import errors
* fold rotation plotter uses the svario
* catch exception when fold paramters are not able to be updated
* add getters for fold axis/limb profiles for builder
0 commit comments