AetherModel / Aether

This is the home of the Aether model of the thermosphere and ionosphere
GNU General Public License v3.0
19 stars 29 forks source link

[FEAT] Complete planet.csv file #106

Open aaronjridley opened 1 year ago

aaronjridley commented 1 year ago

Is your feature request related to a problem? Please describe. For every planet, there needs to be a relationship between the longitude and the local time. These are related through the length of a day, the time, and a reference longitude. The reference longitude is the longitude which was at midnight local time on January 1, 2000 at 00 UT. Given these quantities, the local time can be calculated for any time.

At this point, there is column in the planet file for the reference longitude, but it is wrong for all of the planets except for Earth. This needs to be fixed and tests should be made for each planet.

Describe the solution you'd like

  1. research the reference longitudes for each planet and add into the planets file.
  2. create tests for a few planets to verify that they all work ok.

Describe alternatives you've considered I am not entirely certain where to find this information. So, we need to do a bunch of research on this.