stefano-meschiari / Systemic2

Systemic is a C library for modeling exoplanetary radial velocities, with an R binding and a full GUI IDE.
http://www.stefanom.org/?systemic
GNU General Public License v3.0
54 stars 17 forks source link

error in e>0.6 #34

Open cglynnhr opened 6 years ago

cglynnhr commented 6 years ago

Hi everyone, One of my systems' inner eccentricity is 0.68 and when I try to apply this on planet1 with transit times (this condition is not a problem with just RV data), transit timings' graphic is gone and program can't do "minimize" with this:

Non-finite value encountered by minimizer [1]. Error in if (abs(K_getMinValue(k$h) - old) < 1e-04) break : missing value where TRUE/FALSE needed Calls: kminimize

I think it's not an error because it can't read points. I tried this on linux 32bit - 64bit systems, R 3.5 - 3.4, almost all systemic versions and their combinations cuz I don't know what I am missing, really lost in that.

Any help would be greatly appreciated. Thank you.