Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL] Pointing Model Support TS-84 #23

Open
phsilva opened this issue Nov 23, 2014 · 1 comment
Open

[PROPOSAL] Pointing Model Support TS-84 #23

phsilva opened this issue Nov 23, 2014 · 1 comment
Assignees

Comments

@phsilva
Copy link
Contributor

phsilva commented Nov 23, 2014

here are two main use cases for it:

  • talk with existing pointing model kernels from Chimera (Bisque's TPoint, Astelco TSI, ...)
  • experiment with pointing model creation

additions:

  • chimera/util/pointing/pointing.py: generic interface for pointing models
  • chimera/util/pointing/tpoint.py: backend for tpoint (future)
  • chimera/util/pointing/astelco.py: backend for astelco (now!)
  • chimera/util/pointing/util.py: tool to generate pointing model target lists
  • chimera-pointing script: uses chimera.util.pointing.pointing
  • 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)
@phsilva phsilva self-assigned this Nov 23, 2014
@wschoenell
Copy link
Contributor

Suggestion by @ankanaan: Mount model, not pointing model!

@wschoenell wschoenell changed the title [PROPOSAL] Pointing Model Support [PROPOSAL] Pointing Model Support TS-84 Nov 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants