jonnymaserati / welleng

A collection of Wells/Drilling Engineering tools, focused on well trajectory planning for the time being.
Apache License 2.0
113 stars 31 forks source link

Massive MTI when using DD service company trajectories #126

Closed jonnymaserati closed 2 years ago

jonnymaserati commented 2 years ago

Survey listings with chopped or rounded decimals can result in large MTI values when using the default parameters. Changing the Survey.modified_tortuosity_index() parameters to rtol=1.0 and dls_tol=1e-3 looks to fix this and might be more robust default values.