SPIDERMAN
SPIDERMAN copied to clipboard
A fast code to simulate secondary transits and phase curves
I just tried to install SPIDERMAN from the GitHub version, but get the following error. Is this a python version issue? sudo python setup.py install Password: /opt/anaconda3/lib/python3.9/site-packages/setuptools/dist.py:772: UserWarning: Usage of...
I am looking at adding spiderman as an accepted model type in [Eureka](https://github.com/kevin218/Eureka), but I encountered several issues installing and running spiderman. This PR includes the changes I needed to...
I work with the Zhang model. Can i add reflection term with Ref = ARef*(1.0+np.cos(2.*np.pi*(time/p)+np.pi)) to the zhang model to reach amplitude of reflection and albedo? Thank you
Hi Tom, Laura, I noticed that the condition to calculate temperature for the Zhang & Showman model in the brigthness_maps.c file does not seem to account for negative xi values....
I would be very grateful if you could help me fix this error. Thank You Mohammad
Might it be useful to have a short tutorial on retrieving parameters from an observed phase curve using something like [emcee](https://emcee.readthedocs.io/en/stable/)? If so, happy to make a relevant PR. Thanks...
Hi again, I'm attempting to provide spiderman with a bandpass filter - but when I set `spider_params.filter = 'filter.txt'` and attempt to run, I get this traceback: ``` Traceback (most...
la0 results in longitude offsets and vice versa  
With Python 3.5.2 and matplotlib version 2.2.2, I get an error saying that there is no ax.set_axis_bgcolor function. Apparently this has been deprecated since matplotlib 2.0 (https://matplotlib.org/2.1.2/api/_as_gen/matplotlib.axes.Axes.set_axis_bgcolor.html). As a result,...
Presently, Spiderman doesn't allow users to import brightness maps on a healpix grid which would be a super useful feature (likely requiring healpy as a dependency). As of right now...