Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/mov_2____init_____8py_source.html
Дата изменения: Tue Sep 15 02:25:37 2015
Дата индексирования: Sun Apr 10 04:08:07 2016
Кодировка:

Поисковые слова: обвмадеойс нефептощи рпфплпч
lsst.tcc: python/tcc/mov/__init__.py Source File
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
__init__.py
Go to the documentation of this file.
1 from __future__ import absolute_import
2 """Basic motion-related computations for a single axis
3 """
4 from .checkSegment import *
5 from .checkPos import *
6 from .pathSegment import *
7 from .fullSlew import *
8 from .slew import *
9 from .trapSlew import *