/ lx200 / Pec.py / Pec
LX200 class for periodic error correction
Methods
|
|
|
pec_train
|
pec_train ( self, clear=False )
accumulate and save to disk pec errors - polar mode
average over sessions a-la LX200 function, or clear and start new
Exceptions
|
|
LX200Error( "unsupported mode: " + align_res + " for pec" )
|
|
|
__init__
|
__init__ (
self,
comPort,
debug=False,
)
Constructor.
|
|
pec
|
pec ( self )
apply pec
Exceptions
|
|
LX200Error( "unsupported mode: " + align_res + " for pec" )
|
|
|
|