DanielVanNoord / open-phd-guiding

Automatically exported from code.google.com/p/open-phd-guiding
0 stars 0 forks source link

Logging strings for guide algorithm parameter changes don't identify axis #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change a guiding parameter - e.g. hysteresis or aggressiveness
2. Note than log entry doesn't specify whether RA or Dec is affected
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
User requests that logging of guide algorithm parameter changes should include 
which axis is affected.  This actually affects *all* guiding parameters where 
the algorithm is available for either RA or Dec axes.  We may need a "context" 
string as part of the constructors for the algorithm classes.

Original issue reported on code.google.com by bw_ms...@earthlink.net on 21 Sep 2013 at 3:11

GoogleCodeExporter commented 9 years ago
Just looked at the code - it looks like we already have the axis parameter as 
part of the constructors.  So it shouldn't be hard to prepend this to the 
logging string...

Original comment by bw_ms...@earthlink.net on 21 Sep 2013 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by bw_ms...@earthlink.net on 9 Oct 2013 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by bw_ms...@earthlink.net on 20 Oct 2013 at 8:30