Navigator

Role

The Navigator module lets you search for an object in astronomical catalogues, slew the mount to that object, then precisely centre the field using a plate-solving loop. It can also send the selected target to the Planner module.

Navigator module screenshot Navigator module screenshot

Required devices

DeviceRole
CameraImage acquisition for plate solving
MountReception of slew commands
GPSObserver geographic coordinates and time

Parameters

Acquisition

ParameterDescription
ExposureExposure duration in seconds
GainCamera gain
OffsetCamera offset
Focal lengthOptical focal length in mm — used to compute the solver image scale

Centering

ParameterDescription
Max iterationsMaximum number of slew → solve → correct cycles before giving up
Tolerance (arcsec)Acceptable angular distance between the solved centre and the target
Sync mount after successIf enabled, syncs the mount coordinates to the solution after successful centering

Slave modules

ParameterDescription
Planner module instanceName of the Planner module instance used by the Add to planner action

How it works

Type a name or code in the Search object field. Available catalogues:

CatalogueContent
MessierMessier catalogue objects
NGCNew General Catalogue
LDNLynds’ Catalogue of Dark Nebulae
SH2Sharpless catalogue (H II regions)
ICIndex Catalogue
StarsNamed stars

Results appear in the Results grid with: catalogue, code, RA, DEC, magnitude, diameter, name, and alias. Clicking a row selects the target.

J2000 → current epoch conversion

As soon as a target is selected, its J2000 coordinates are converted to the current epoch (precession applied) and shown in Selection converted to now.

Centering loop

The Go to target action triggers the following sequence:

  1. The mount slews to the current-epoch converted coordinates
  2. The camera acquires an image, which is solved by the astrometric solver (StellarSolver / astrometry.net index files)
  3. The angular distance between the solved centre and the target is computed
  4. If the distance is below the Tolerance, centering is declared successful
  5. Otherwise, a corrective offset is computed and applied to the mount; the cycle restarts

This repeats until success or until the maximum number of iterations is reached.

Mount sync

If Sync mount after success is enabled, the module issues an INDI SYNC command after successful centering, which improves the accuracy of subsequent slews.

Live values

Mount position

ValueDescription
RACurrent mount right ascension
DECCurrent mount declination

GPS location

ValueDescription
AltitudeAltitude of the observation site (m)
LatitudeLatitude of the observation site (°)
LongitudeLongitude of the observation site (°)

GPS date and time

ValueDescription
UTC offsetTime zone offset
DateCurrent date
TimeCurrent time

Actions

ActionDescription
Go to targetSlews the mount to the selected target and starts the centering loop
AbortImmediately stops the current slew or centering
Add to plannerSends the current target to the Planner module