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

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

#include <inst.h>

Public Attributes

bool exists
 
std::tr1::array< double, 2 > ctr
 does this probe exist? This allows disabling an existing probe. More...
 
std::tr1::array< double, 2 > minXY
 position of center of guide probe on CCD (unbinned pixels) More...
 
std::tr1::array< double, 2 > maxXY
 minimum x,y of probe on CCD (unbinned pixels) More...
 
std::tr1::array< double, 2 > rot_gp_xy
 maximum x,y of probe on CCD (unbinned pixels) More...
 
double rot_gim_ang
 position of rotator w.r.g. center of guide probe (x,y deg) More...
 

Detailed Description

Information about a guide probe

Definition at line 14 of file inst.h.

Member Data Documentation

std::tr1::array<double, 2> tcc::GuideProbe::ctr

does this probe exist? This allows disabling an existing probe.

Definition at line 17 of file inst.h.

bool tcc::GuideProbe::exists

Definition at line 16 of file inst.h.

std::tr1::array<double, 2> tcc::GuideProbe::maxXY

minimum x,y of probe on CCD (unbinned pixels)

Definition at line 19 of file inst.h.

std::tr1::array<double, 2> tcc::GuideProbe::minXY

position of center of guide probe on CCD (unbinned pixels)

Definition at line 18 of file inst.h.

double tcc::GuideProbe::rot_gim_ang

position of rotator w.r.g. center of guide probe (x,y deg)

Definition at line 21 of file inst.h.

std::tr1::array<double, 2> tcc::GuideProbe::rot_gp_xy

maximum x,y of probe on CCD (unbinned pixels)

Definition at line 20 of file inst.h.


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