ktransit icon indicating copy to clipboard operation
ktransit copied to clipboard

A simple exoplanet transit modeling tool in python

Results 5 ktransit issues
Sort by recently updated
recently updated
newest added

I am trying to write a simple code to inject transits in fake data and then recover the planet parameters. However, when I use FitTransit I think it is reporting...

trying to run examples/fit_kepler37.py ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 fitT.do_fit() /usr/local/lib/python2.7/site-packages/ktransit/fittransit.pyc in do_fit(self) 193 [pdic[k] for k in self.fitparplanet]] 194 fitpars = np.r_[fitvalstar,fitvalplanet]...

Email from Brian Jackson: > Tom, > Hope you're doing well. > > I was excited to see your ktransit python module and was hoping to use > it for...

I'm getting the following error /home/fmullall/.local/lib/python2.7/site-packages/ktransit/ktransit.pyc in transitmodel(self) 183 self._transitmodel = transitmodel(self.nplanets, 184 sol,time,itime,self.ntt, --> 185 self.tobs,self.omc,datatype) 186 self._rvmodel = None 187 error: failed in converting 6th argument `tobs' of...

Brice Demory showed in the Kepler-7 system that planets can have reflection maximum that is offset from the substellar point. Add this as a free parameter in the model. The...

enhancement