Skip to content

Commit

Permalink
Decrease el limiot from 86.5 to 86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 29, 2024
1 parent 198dd7a commit 70a88b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/ts/externalscripts/maintel/tma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from .move_p2p_diamond import *
from .random_walk import *
from .random_walk_and_take_image_gencam import *
from .serpent_walk import *
from .short_long_slews import *
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, index: int) -> None:
self.AZ_DIAG = (1 - self.EL_DIAG**2) ** 0.5

# Telescope limits
self.max_el = 86.5
self.max_el = 86.0
self.min_el = 15
self.max_az = 180
self.min_az = -180
Expand Down

0 comments on commit 70a88b6

Please sign in to comment.