Mickael Rigault
Mickael Rigault
Hi all, I was wondering if we had any news concerning this development ?
Hi @rbiswas4, Thanks for the quick reply. This is indeed what I want, and what you provide almost works. It does when adding: `fluxes.reshape(2, len(times))` It is however not very...
that could be nice indeed if there is no aim to change the API. Examples would be enough I beleive.
Hello guys, I'm also interested with this functionality. The proposition from @bastiencarreres looks like the good one to me. We want to be able to do ```python model = sncosmo.Model("salt2",...
Hello. I wanted to know if there are any update on that ? I think this is what is missing for me to move from geopandas to geopolars. Best,
I would like to comment, that I like that very much. We should also have others like C11 etc. and an example on how to build your own. Thanks @bastiencarreres
@benjaminrose Any update on this ? Could that be accepted or you think it should not be made like that ?
Hello guys, Any update on this?
something like that I think work but is not nice ``` class ConstantSource( sncosmo.TimeSeriesSource ): def __init__(self, wave, flux, name=None, version=None): # nphase_bins = 2 phase = np.linspace(-1., 1., nphase_bins)...
I am writting a simulation tool. I am using sncosmo to simulate the transients, and I would like to be able to simulate stars too.