seeing-things/track

Inconsistent method names in MountModel class

Closed this issue · 1 comments

Class MountModel has the following method names:

  • encoder_to_spherical
  • encoder_to_meridian_side
  • spherical_to_encoder
  • encoders_to_topocentric
  • topocentric_to_encoders

The word "encoder" is not consistently plural or singular. Make it consistent. I think the plural is better.

Fixed in 86d3686.