Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Поиск по:www.apo.nmsu.edu/    - Поискать по всем серверам
Найдено документов: 73 ---- Время поиска: 0.25сек.   
Каталог астрономических ресурсов

  • Наблюдения, инструменты и базы данных
  • Астрометрия и служба времени
  • Небесная механика и гравиметрия
  • Теоретическая астрофизика
  • Солнечная система
  • Звезды
  • Галактики, квазары, космология
  • Исследование космоса
  • Общие вопросы
  • Прочее

  • 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.

    1. lsst.coordConv: include/coordConv/pvt.h Source File
    ... 30 љ : . 31 љ pos(pos), . 32 љ vel(vel), . 33 љ t(t) . 34 љ { }; . 35 љ . ... 74 љ pos += rhs. getPos ( t ); . 75 љ vel += rhs. vel ; . 76 љ return * this ; . ... 80 љ pos -= rhs. getPos ( t ); . 81 љ vel -= rhs. vel ; . 82 љ return * this ; . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/pvt_8h_source.html -- 55.1 Кб -- 07.05.2015
    Похожие документы

    2. TUI:Telescope:Slew Window:Options:Drift Scan
    ... The target position is RA = 6:00:00 hms, Dec = 45:00:00 '" ICRS. You specify RA Vel = 0.01 /sec and Dec Vel = 0 /sec. ... The velocity along the path is 0.01 /sec. Same initial position but RA Vel = 0.00717 /sec and Dec Vel = 0.00717 /sec. ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/SlewWin/DriftScanPanel.html -- 4.9 Кб -- 05.09.2014
    Похожие документы

    3. lsst.tcc: src/pvajt.cc Source File
    ... 11 љ : . 12 љ pos(pos), . 13 љ vel(vel), . 14 љ accel(accel), . 15 љ jerk(jerk), . 16 љ t(t) . ... 20 љ : . 21 љ pos(pvt.pos), . 22 љ vel(pvt.vel), . 23 љ accel(0), . 24 љ jerk(0), . 25 љ t(pvt.t) . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/pvajt_8cc_source.html -- 17.6 Кб -- 14.09.2015
    Похожие документы

    4. lsst.tcc: python/tcc/msg/udpPacket.py Source File
    ... 136 љ ( "rotUser.vel" , obj.rotUser.vel), . ... 138 љ ( "objUserInstAng.vel" , obj.objUserInstAng.vel), . ... 140 љ ( "spiderInstAng.vel" , obj.spiderInstAng.vel), . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/udp_packet_8py_source.html -- 59.2 Кб -- 16.10.2015
    Похожие документы

    5. lsst.tcc: tcc::PVAJT Class Reference
    ... PVAJT (double pos , double vel , double accel , double jerk , double t ) . ... Are all values finite? (Does it have finite pos, vel and t)? More... љ . boolљ . ... doubleљ . pos . љ . doubleљ . vel . љ . doubleљ . accel . љ . doubleљ . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_p_v_a_j_t.html -- 23.9 Кб -- 14.09.2015
    Похожие документы

    6. lsst.coordConv: coordConv::PVT Class Reference
    ... include < pvt.h > . љ . PVT (double pos , double vel , double t ) . љ . љ . PVT () . љ . PVT љ . ... Are all values finite? (Does it have finite pos, vel and t)? More... љ . PVT &љ . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_p_v_t.html -- 44.5 Кб -- 07.05.2015
    Похожие документы

    7. lsst.tcc: include/tcc/pvajt.h Source File
    ... 71 љ return (this-> pos == rhs. pos ) . 72 љ && (this-> vel == rhs. vel ) . 73 љ && (this-> accel == rhs. accel ) . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/pvajt_8h_source.html -- 23.2 Кб -- 14.09.2015
    Похожие документы

    8. TCC UDP Packets
    ... Message Keywords Dictionary for full definitions of most items in the "data" section of the packet. pos, vel double is a structure containing two doubles: "pos" and "vel"; it contains the same information as the TCC's "coordinates" (p,v,t triplets), but ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/UDPPackets.html -- 9.3 Кб -- 07.11.2014
    Похожие документы

    9. lsst.coordConv: src/pvtCoord.cc Source File
    ... 16 љ _coord(coord), . 17 љ _vel(vel), . 18 љ _tai(tai) . 19 љ { }; . 20 љ . ... 117 љ && std::isfinite(_vel(0)) && std::isfinite(_vel(1)) && std::isfinite(_vel(2 ... 199 љ << ", (" << vel(0) << ", " << vel(1) << ", " << vel(2) << "), " . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/pvt_coord_8cc_source.html -- 59.1 Кб -- 07.05.2015
    Похожие документы

    10. lsst.tcc: python/tcc/base/axisLim.py Source File
    ... 19 љ self. minPos = minPos . 20 љ self. maxPos = maxPos . 21 љ self. vel = vel . 22 љ self. accel = accel . 23 љ self. jerk = jerk . 24 љ . ...
    [ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/axis_lim_8py_source.html -- 16.0 Кб -- 14.09.2015
    Похожие документы

    1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.

    Rambler's Top100 RFBR Яндекс цитирования