Soichiro Hattori

Results 17 comments of Soichiro Hattori

Thank you for the response @Nschanche! I thought that might be the reason! Happy to close this issue if it's better to not expose it.

Since the current code allows for modeling full phase curves, this issue will be addressed with a tutorial as opposed to a specific implementation.

A quick toy test to see how this would work: ```python import jax import jax.numpy as jnp import matplotlib.pyplot as plt import jaxoplanet as jxo from jaxoplanet.experimental import calc_poly_coeffs jax.config.update("jax_enable_x64",...

@dfm: I put in some tests! @saigrain: I've opened a new issue #273 to work on what you recommended for a function to automatically choose the lowest polynomial degree that...

Hey @dfm and @lgrcia, I've been trying to get a better understanding of some of the proposed changes in this PR and #203, and how it relates to the failed...

Hi @keatonb! Thanks for bringing this up yesterday and opening an issue! @lgrcia and I will chat about implementing this feature. @lgrcia: Do you think this is something that is...

> If `s2fft` ends up being used (I suspect it will be way faster), there is the question of what pixel representation to use, among these: > > ![](https://camo.githubusercontent.com/621285dcc4c738cb48f7c1d1d5030ddd8ae463b3bfc448a237bbbc6897ee5021/68747470733a2f2f617374726f2d696e666f726d61746963732e6769746875622e696f2f73326666742f5f696d616765732f73706865726963616c5f73616d706c696e672e706e67) >...

@TylerFair: thanks for bringing this up. Have you tried running it with `dense_mass=True`? That may slow down the first part of your warmup but might make the subsequent sampling faster.

@TylerFair: Ah I see. Yeah we've also found that it struggles to sample quickly once the number of parameters gets pretty large. One of the things we tried and saw...

I'll try to finish up my notebook on multiwavelength sampling and upload it some time next week!