You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chimera/controllers/autopointingmodel.py: controller to create a new pointing model automatically. integrates with telescope, focuser, astrometry and pointing.
chimera-pointing
Interface for a telescope pointing model
Options:
chimera-pointing --version
chimera-pointing --help
chimera-pointing --list
list current pointing model stars data
# AZ ZD OFFSET_AZ OFFSET_ZD
X X X X X
chimera-pointing --calculate
calculate the model using current data stored
chimera-pointing [--append|--overwrite] --load data-file.txt
load current measurements from a file
chimera-pointing --save > data-file.txt
save current measurements to a file
chimera-pointing --add --data az,zd,offset_az,offset_zd
add given data to current model data
chimera-pointing --remove star#
remove start data number #
chimera-pointing --clear
remove all data from current model
chimera-pointing --info
show current model coefficients
chimera-pointing --auto XXX
start a new auto pointing session using given parameters (TBD)
The text was updated successfully, but these errors were encountered:
here are two main use cases for it:
additions:
chimera-pointing
Interface for a telescope pointing model
Options:
The text was updated successfully, but these errors were encountered: