[ACP-639]  Imaging fails if slew-ahead fails
Type Bug
Priority Medium
Severity Minor
Component AcquireSupport library
Fixed In Version [6.0.16.0 Hot Fix 1
Versions Affected [6.06.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 5/10/2011

Description
See this Comm Center thread (David Higgins). If the pre-slew coordinates are out of limits, the current image is not saved. This boiled down to a doc error for Util.EnforceSlewLimits and resulting bad logic in AcquireSupport.

Comments
5/10/2011 11:14:03 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 243
Affected files /trunk/ACP Help/ProgRef.chm (Modified)
/trunk/ACP Help/Programmer's Reference/ACP2 Programmer's Reference.mdb (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRef.chm (Modified)
/trunk/ACP Help/Programmer's Reference/doc/ProgRefUtilMETHEnforceSlewLimits.htm (Modified)
/trunk/ACP Help/relnotes.htm (Modified)
/trunk/AcquireSupport.wsc (Modified)
/trunk/HotFixes/6.0HF1/ACP6HF1.iss (Modified)
/trunk/Script Components Master/AcquireSupport.wsc (Modified)
/trunk/doc/ProgRef.chm (Modified)
Check-in comment Fix image acquisition for slew-ahead failure, fix documentation for Util.EnforceSlewLimits. Going into 6.0 Hot Fix 1. Combined commit with GEM:639 GEM:638
5/10/2011 10:50:47 AM   Bob Denny
There is a second place where Util.EnforceSlewLimits() was used the wrong way. This also needs to be fixed.