See Checklist - TCS Login for information how to get to here...
There is one move command: goto
.
The relevant part of TCA usage pattern:
tca goto home [ce]
tca goto home2 [cw]
tca goto altaz <ALT> <AZ> [ce | cw | cc] [quick | track] [force]
tca goto local <HA> <DE> [ce | cw | cc] [notrack [quick]] [force]
tca goto celest <RA> <DE> [ce | cw | cc] [quick] [notrack] [force]
tca goto internal <int_HA> <int_DE> [quick] [force]
tca goto star <NAME> [ce | cw | cc] [quick] [notrack] [force]
tca goto cat <NAME> [(from <CATALOG>)] [ce | cw | cc] [quick] [notrack] [force]
tca goto this
There are two home positions: home
and home2
.
There is also position this
which is useful to start tracking on the coordinates where telescope is pointing currently.
It is possible to specify different chirality for both home positions.
There are multiple systems of coordinates used, some are standard while other are specific to this telescope.
TODO: describe all coordinate systems, link
Some of those coordinates can be used with goto
command.
This is the most commonly used coordinate system. It uniquely identifies any point in the sky, regardless of observer's location on Earth.
Chirality option is available when using these coordinates.
Measured in hours (1h = 15°
).
Measured in degrees.
This coordinate is dependent on observer's location, and on time of the day. 0h
is always at the meridian.
This coordinate is measured in hours (1h = 15°
)
Chirality option is available when using these coordinates.
local
coordinate system has one coordinate, declination, in common with celest
- their values are always the same.
Current position on the sky, as measured from horizon up (altitude) and from North to East (azimuth).
Note that in other software packages, the order of these coordinates is often reversed (AZ, then ALT).
Both coordinates are measured in degrees.
Chirality option is available when using these coordinates.
Coordinates that uniquely determinate position of the telescope. These coordinates do not match any real astronomical coordinates, and are only useful in context of this telescope.
Chirality option is not available when using these coordinates.
A shortcut for 20 brightest stars, which can be specified by name.
example:
d goto star Vega
Catalogue entriers...
TODO finish...