njcuk9999 / lbl

Line by line code for radial velocity
MIT License
16 stars 3 forks source link

[LBL] problem with the creation of the LBL ref table in HARPS+ESO #52

Open eartigau opened 4 months ago

eartigau commented 4 months ago

When constructing the LBL ref table with HARPS-ESO data, the order numbering is offset by +1 compared to what it should be in the csv table. You get orders that go to 71 when then are 71 orders (the last one in python numbering should be 70). This causes a crash when running the code. I manually read the table, offset the order by -1 and saved the file and everything works now. This is not a problem at the compute level but at the time of ref file creation.