Ian Czekala

Results 40 comments of Ian Czekala

If we don't have them already, then I'd suggest starting with some tests guaranteeing that everything is correct in the Barycentric frame (X, Y, Z). It should be, but it...

https://arxiv.org/abs/2212.06966 relevant to this conversation and perhaps explains some of the variation in the literature previously alluded to.

Thanks for catching this--I haven't yet streamlined the scripts for making fake test data. The `lkca14` is just a placeholder for a fake dataset, which should be removed. The eventual...

Yes, the 'lambda' parameter remains fixed during an optimization run. In a cross-validation loop you'd want to try several different lambda values, so in that situation I guess you would...

All sounds good. I suggest we descope Ray from the original issue, as well. Depending on how the training and crossval stuff ends up, I think we should also revise...

Thanks for the info, Ned! I don't think the dependence on the emission angle data should be an issue -- these are essentially constants within the model, right? The way...

I was thinking that the scripts in `examples/HD143006` would form the basis of the "production-ready" tutorial (part III). I think Parts I and II would each be their own individual...

It will be a judgement call as to how much detail to provide in each tutorial, but I think we should aim to be as efficient as possible so as...

The following is a proposed first-order solution to the spectral response issue. **Assumptions** * All visibilities are sampled at the same spectral resolution, and that their Doppler corrections have been...

Re: tests: I like all of these ideas! You might want to add a stub for them in the `tests/` folder. It probably makes sense to create an entirely new...