[SCHEDULER-921]  Pre-flip ignored on flip check after obs-start autofocus
Type Bug
Priority Medium
Severity Minor
Component AcquireScheduler Script
Fixed In Version [3.63.6
Versions Affected [3.5.33.5.3
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 10/22/2013

Description
See this Comm Center thread (Bernard Miller). The post-AF pointing update is possibly replaced by an autoflip, but the pre-flip is ignored. It's wrong here.

        '
        ' If need to do a pointing update, get that done now too. Check to see if
        ' the upcoming (first) exposure would cross the flip point, and if so,
        ' do the auto-flip (which will do a pointing update itself).
        '
        If Prefs.PointingUpdates.Enabled Then 
            If PREFLIPMARGIN > 0 Then z = PREFLIPMARGIN Else z = 0  ' Ignore negative PREFLIPMARGIN
            If Telescope.AlignmentMode = 2 Then                     ' For GEM


Comments
10/22/2013 5:48:44 PM   Bob Denny
Review for Scheduler 3.5.4 HF. Done, closing.
10/31/2012 5:45:28 PM   Bob Denny
This is done in the ACP 7 update version of AcquireScheduler. Merge those changes into the Scheduler tree then close this.