sblunt / orbitize

Orbit-fitting for directly imaged objects
https://orbitize.info
Other
79 stars 44 forks source link

save chi2 values to results #202

Open semaphoreP opened 3 years ago

semaphoreP commented 3 years ago

Eric Nielsen thinks this is useful to save sometimes. We would need to modify our likelihood to get this value back.

sblunt commented 3 years ago

Hm, we save lnlike right now, shouldn't we just need to multiply to get chi2?

sblunt commented 3 years ago

Just kidding, I'm wrong about that since we now subtract off log(sqrt(error^2)) ever since adding in jitter as a free parameter.