mzechmeister / serval

calculate radial velocities from stellar spectra
MIT License
36 stars 9 forks source link

ValueError: arange: cannot compute length #44

Closed mzechmeister closed 2 years ago

mzechmeister commented 2 years ago

This arises in: https://github.com/mzechmeister/serval/blob/068d21e5a7eec5c8f9fa632a50edacea35a29d9f/src/serval.py#L1761 when an absolute RV is not available (from header or simbad or user). With -targ 0 one can quickly overcome the problem. Yet, the absolute RVs should be verified on some prominent lines, e.g. with -looki.

mzechmeister commented 2 years ago

Closed with d6c650c.