kstars
gmath.h
Go to the documentation of this file.
62 OVR_SQUARE = 1,
63 OVR_RETICLE = 2
125 bool set_guider_params( double ccd_pix_wd, double ccd_pix_ht, double guider_aperture, double guider_focal );
126 void get_guider_params( double *ccd_pix_wd, double *ccd_pix_ht, double *guider_aperture, double *guider_focal );
158 bool calc_and_set_reticle2( double start_ra_x, double start_ra_y, double end_ra_x, double end_ra_y, double start_dec_x, double start_dec_y, double end_dec_x, double end_dec_y);
bool set_guider_params(double ccd_pix_wd, double ccd_pix_ht, double guider_aperture, double guider_focal)
Definition: gmath.cpp:150
Definition: gmath.h:108
Definition: common.h:36
Definition: fitsview.h:81
int get_square_algorithm_index(void) const
Definition: gmath.cpp:241
Definition: gmath.h:95
void get_star_screen_pos(double *dx, double *dy) const
Definition: gmath.cpp:314
Definition: gmath.h:23
float * get_data_buffer(int *width, int *height, int *length, int *size)
Definition: gmath.cpp:135
Definition: gmath.h:116
Definition: gmath.h:75
Definition: gmath.h:58
bool get_reticle_params(double *x, double *y, double *ang) const
Definition: gmath.cpp:224
static double precalc_proportional_gain(double g_rate)
Definition: gmath.cpp:417
Definition: gmath.h:34
bool calc_and_set_reticle2(double start_ra_x, double start_ra_y, double end_ra_x, double end_ra_y, double start_dec_x, double start_dec_y, double end_dec_x, double end_dec_y)
Definition: gmath.cpp:442
double calc_phi(double start_x, double start_y, double end_x, double end_y) const
Definition: gmath.cpp:497
bool set_reticle_params(double x, double y, double ang)
Definition: gmath.cpp:176
void get_guider_params(double *ccd_pix_wd, double *ccd_pix_ht, double *guider_aperture, double *guider_focal)
Definition: gmath.cpp:167
bool calc_and_set_reticle(double start_x, double start_y, double end_x, double end_y)
Definition: gmath.cpp:426
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.