Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Usage with the Advanced Sequencer

All Target Scheduler sequence instructions can be found under the “Target Scheduler” category in the sequencer interface.

The following instructions are implemented:

Sequence Construction

Sequences using the plugin are typically simpler than others since there is usually no need for explicit targets, complex looping, wait/start/stop time constraints, or exposure instructions. Instead, all of those operations (to the extent necessary) are handled transparently by the plugin.

However, you will still need the following in your sequence:

  • Connect and disconnect equipment
  • Unpark/park the mount
  • Calibrate and start guiding (if using)
  • Any triggers you would normally use such as autofocus, meridian flip, center after drift, or safety checks
  • Although dithering can be handled by the plugin, you may opt to include a dithering trigger yourself

See Sequence Item Notes for details on using other sequence items (core or those added by other plugins) in your sequences.

A basic sequence construction approach is the following:

  • Typical startup instructions in the Sequence Start Area:
    • Connect Equipment
    • Cool Camera
    • Unpark mount
  • A Sequential Instruction Set:
    • Triggers: as needed (those that do not need to know the current target)
    • Loop Conditions: as needed but typically only for multi-day execution since the Target Scheduler Container will handle ‘looping’ until visibility ends for the night for all targets.
    • Instructions:
      • Target Scheduler Container:
        • Triggers: as needed (any that need to know the current target, typically only Center After Drift)
        • Custom Before/After Wait instructions
        • Custom Before/After New Target instructions
  • Typical wrap-up instructions in the Sequence End Area:
    • Warm Camera
    • Park mount
    • Disconnect Equipment

Advanced Usage

Topics to be added in the future …

  • Usage with safety (weather) concerns
  • Multi-day sequences

Table of contents