Open Access

Algorithm 1

Virtual Astronomer

Algorithm 1 Virtual Astronomer
1: procedure VIRT_ASTRO(rad_vel)
2:      pg ←gen_periodogram(rad_vel)
3:      max_peak ← get_max_peak(pg)
4:      planets = []
5:      while planet(max_peak, pg) do
6:           planets.append(max_peak)
7:           new_rad_vel ←remove(max_peak, rad_vel)
8:           pg ← gen_periodogram(new_rad_vel)
9:           max_peak ← get_max_peak(pg)
10:      return planets

Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.

Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.

Initial download of the metrics may take a while.