Closed fbartolic closed 3 years ago
@fbartolic This sounds great! I think the split makes sense as you've laid it out. Some notes:
Oh! And I think paper 2 is just as applicable to exoplanets! Time variability due to weather is going to be a HUGE obstacle when it comes to mapping exoplanets. Also, planets like 55 Cancri e could be true Io analogues, so it's definitely worth drawing the connection there, too.
Ok, I'll create another repo for paper 2 and reorganise everything unless @dfm objects.
I wouldn't worry about mutual occultations in reflected light for Paper 1. That can be its own paper, since the whole methodology for fitting it with starry is novel. Perhaps even paper 3 in the series, if you're ever up to the task?
Haha, I doubt I'll have time for that :)
I do think the comparison to a parametric model is an important thing to think about for Paper 1. That will probably be the question on everyone's mind when using this paper: why use spherical harmonics? Why not just fit for the positions of the volcanoes directly? I don't think it should be too hard to implement a forward model for this. You can even use starry, as follows: pixelize the surface of the star at some resolution, add your parametric volcanoes, then transform to Ylms to compute the flux. This is very similar to your sphixels approach, so I bet it should be easy to implement.
Or we can avoid the sphixels entirely and just fit for an $l=30$ map and the parameters going into add_spot
. I'll try that first.
This all sounds great!
Currently the paper has two somewhat distinct parts. The first part concerns the question of how to infer static maps from occultation light curves of Io with starry. It introduces pixels/sphixels as a way of ensuring positivity of the maps, it discusses different prior choices, fixing ringing artefacts via Gaussian filtering and the differences between optimization, VI and HMC for fitting the model. The second part generalizes the static model to the case where we the map for each light curve is different. We tackle this problem with NMF in a Bayesian setting. The common thread between both parts is that we use the same Io dataset as a testbed fo our models. The NMF model builds on the first part. Both parts are relevant to stars/exoplanets but the first part more so.
If we decide to split the paper into two, how should we do it? Here's a rough table of contents for both papers:
Paper 1 - Static model:
Possible additions:
Paper 2 - Dynamic model:
Possible additions:
Given that we'd be mostly focused on Io in both papers, I'm leaning towards a paper 1/paper 2 split rather than having two distinct papers. What are your thoughts @rodluger @dfm ?