j-faria / kima

Exoplanet detection in RVs with DNest4 and GPs
http://www.kima.science
MIT License
15 stars 10 forks source link

Data file structure #52

Open j-faria opened 5 years ago

j-faria commented 5 years ago

The order of the columns in the data file should always be

time   RV   RVerr   FWHM   BIS   R'hk   R'hkerr

right, @jdavidrcamacho ?

In terms of units, FWHM and BIS are (usually) in the same units as RV and RVerr. I think it's safe to assume that. Once this is implemented, we need to

jdavidrcamacho commented 5 years ago

Yes! And FWHM and BIS will be multiplied by 1000 every time we set the unit to m/s just like the RVs.

I'll start writing documentation soon