Loading Common/Servers/AntennaBoss/src/BossCore.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -864,7 +864,7 @@ bool CBossCore::checkScan(const ACS::Time& startUt,const Antenna::TTrackingParam visible=GETMIN(v1,v2); // the result of visibility check is the minimum of both checks: NOT_VISIBLE<AVOIDANCE<VISIBLE, i.e. target is visible only if both checks result in VISIBLE //visible=m_slewCheck.checkLimit(elevation)&&m_slewCheck.checkLimit(stopElevation); } else if (generatorType==Antenna::ANT_OTF) { else if (generatorType==Antenna::ANT_SIDEREAL) { if (par.frame==Antenna::ANT_HORIZONTAL) { visible=CSlewCheck::VISIBLE; } Loading Loading
Common/Servers/AntennaBoss/src/BossCore.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -864,7 +864,7 @@ bool CBossCore::checkScan(const ACS::Time& startUt,const Antenna::TTrackingParam visible=GETMIN(v1,v2); // the result of visibility check is the minimum of both checks: NOT_VISIBLE<AVOIDANCE<VISIBLE, i.e. target is visible only if both checks result in VISIBLE //visible=m_slewCheck.checkLimit(elevation)&&m_slewCheck.checkLimit(stopElevation); } else if (generatorType==Antenna::ANT_OTF) { else if (generatorType==Antenna::ANT_SIDEREAL) { if (par.frame==Antenna::ANT_HORIZONTAL) { visible=CSlewCheck::VISIBLE; } Loading