ellc
ellc copied to clipboard
Light curve model for transiting exoplanets and eclipsing binary stars
Hi! I came across a curious sliver of parameter space where starshape fails to converge. Im using ellc 1.8.5 and Python 3.7.11 It happens when the sum of radii and...
Using ellc 1.8.5 with Python 3.8.8 through allesfitter. Followed the special install instructions provided on the allesfitter [page](https://www.allesfitter.com/installation) however I'm running into an issue with (I assume) Fortran. From iPython...
Using ellc 1.8.5 on Python 2 or 3. The example in the API docs with a period of 1.5, works: ``` import ellc import numpy as np import matplotlib.pyplot as...
Hi! I'm using ellc_emcee for fitting binary systems. For systems that I don't know parameters, what should I enter for that entry? For example, if I don't know "r_1 =...
Hi! I'm trying to fit a lightcurve of a system very near roche overflow, and I sometimes get the expected "star 1 exceeds limiting radius" result. However, sometimes I get...
I'm using ellc 1.8.7 through [allesfitter](https://www.allesfitter.com/) (v1.2.10) and I'm running into an error which I believe is due to my computer being an Apple M1 MacBook Pro (2020, OS Ventura...
Hello. I am trying to install ellc in my mac M1 with the upgraded python version of 3.11 and the installation through pip fails with a long list of errors...
Hi! Tried to install ellc in python 3.12 and it failed since numpy.distutils has been removed for the newest python versions - https://numpy.org/doc/stable/reference/distutils.html. It still imports OK in a v3.11...
Hello, when trying to ``` import ellc ``` I get this stack: ``` File "/home/martin/anaconda3/envs/sherlock311/lib/python3.11/site-packages/ellc/__init__.py", line 35, in from .lc import lc File "/home/martin/anaconda3/envs/sherlock311/lib/python3.11/site-packages/ellc/lc.py", line 30, in lib = ctypes.cdll.LoadLibrary(libname)...