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

Поисковые слова: р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п
lsst.tcc: tcc::TcsAstrom Class Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
tcc::TcsAstrom Class Reference

#include <tcsAstrom.h>

Public Member Functions

 TcsAstrom (double wavelen)
 
std::string toString ()
 
void initTarget (TARG &tar, coordConv::PVTCoord const &obsPos, double tai) const
 
std::string __repr__ () const
 

Public Attributes

ASTROM m_ast
 mount astrometry information More...
 
ASTROM r_ast
 rotator astrometry information More...
 

Detailed Description

A wrapper around TCSpk's ASTROM structures for mount and rotator

Definition at line 14 of file tcsAstrom.h.

Constructor & Destructor Documentation

tcc::TcsAstrom::TcsAstrom ( double  wavelen)

Create a TcsAstrom

Note that other TCSpk subroutines, most notably tcsMedium are needed to compute additional aspects of the data

Parameters
[in]wavelenwavelength (Angstroms)

Definition at line 10 of file tcsAstrom.cc.

Member Function Documentation

std::string tcc::TcsAstrom::__repr__ ( ) const

Definition at line 64 of file tcsAstrom.cc.

void tcc::TcsAstrom::initTarget ( TARG &  tar,
coordConv::PVTCoord const &  obsPos,
double  tai 
) const

Initialize a target structure

Parameters
[out]tarTCSpk target struct
[in]taiTAI date (MJD, sec)
[in]obsPosdesired observed (refracted apparent topocentric) position

Definition at line 40 of file tcsAstrom.cc.

std::string tcc::TcsAstrom::toString ( )

Return a detailed string representation

Member Data Documentation

ASTROM tcc::TcsAstrom::m_ast

mount astrometry information

Definition at line 31 of file tcsAstrom.h.

ASTROM tcc::TcsAstrom::r_ast

rotator astrometry information

Definition at line 32 of file tcsAstrom.h.


The documentation for this class was generated from the following files: