Andrej Prsa

Results 33 comments of Andrej Prsa

Thanks for the bug report. Can you please provide us with the LAM MPI version?

Can you try changing tag=99999999 in solverbackends.py:127 to something else, i.e. tag=999? When distributing, we tag individual tasks so it should be a number greater than the number of cores...

I'd think so. I don't have experience with centos but it's good to know for future reference, if tag overflow bites again. We'll discuss internally how to best handle this,...

I'll do my best to get to this by the end of this week. I agree that ZTF would be a welcome addition.

ZTF passbands have been computed and pushed to the passband server. Please note that, other than basic testing, these passbands are hot off the press, so use an abundance of...

Parameters: b = phoebe.default_binary() b.set_value('rpole', component='primary', value=1.8) b.set_value('rpole', component='secondary', value=0.96) b.set_value('teff', component='primary', value=10000) # A0 b.set_value('teff', component='secondary', value=5200) # K0 b.set_value('frac_refl_bol', component='primary', value=1.0) b.set_value('frac_refl_bol', component='secondary', value=0.6) b.set_value('q', component='binary', value=0.96/1.8) b.set_value('incl',...

log Period. See the paper for the complete version of this figure.

``` import phoebe import numpy as np import matplotlib.pyplot as plt GMSun = 1.3271244e20 RSun = 6.957e8 day = 86400. def sma(M1, q, P): return (GMSun*day**2*M1*(1+q)*P**2/(4*np.pi**2))**(1./3)/RSun naver = 10 b...

@dirkterrell, can you please provide a traceback for this: ``` import phoebe pb = phoebe.get_passband('TESS:T') ``` The only wd_data() call I can see is in passbands.py, line 440, and it...