deepskies / DeepSurveySim

An astrological survey simulation designed for testing MDP-style algorithms
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

""Nudge"" Functionality #28

Closed voetberg closed 1 year ago

voetberg commented 1 year ago

Allow the telescope to have a built in positioning inaccuracy.

The ideal behavior is to have larger inconsistencies as a function of slew distance (eg - slew from (10,0) to (90,0) would have a larger offset but (10,0) to (10.5,0) would have nearly no offset), and it would be in the direction of the vector the telescope would move on to reach the new site (+/-).

Supply a parameter in the telescope config called something like "positioning inaccuracy maximum" which would be the maximum inconsistency between requested site and actual site.

Functionally would be in the update function.