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: bound the resolved radian rotor angle, not the raw input
The 90 deg physical guard compared the raw cone / uptilt value to 90,
which is only meaningful when the input is in degrees. Under
angle_units=rad a 2.0 rad (~114 deg) angle passed the 2.0 < 90 check and
assembled a plausible RNA for a non-physical geometry. Resolve to radians
first, then bound the magnitude at pi/2, so the 90 deg limit holds whether
the file was rad or deg.
0 commit comments