[ACP-357]  Simulator mode: Rotation broken if plan starts with current PA
Type Bug
Priority Low
Severity Trivial
Component AcquireImages script
Fixed In Version [5.1.115.1 Hot Fix 11
Versions Affected [5.1.105.1 HotFix 10
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 1/2/2010

Description
If simulating and a plan is started with the rotator already in position for the first target's PA, the simulated image gets generated with a PA of zero!. This is (at least) in Acquireimages, SafeSlewIf() where it's testing for "already close enough". Since SUP.StartRotateToPA() is not being called, the support library internal c_SimImagePA is not getting set to the desired PA.

Comments
1/2/2010 4:39:38 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 43
Affected files /trunk/ACP Help/relnotes.htm (Modified)
/trunk/Scripts/AcquireImages.js (Modified)
/trunk/WebDocs/scripts/~plan-acquire.js (Modified)
Check-in comment For HF11, fix obscure simulated image rotation bug. GEM:357