Kstars
gaussian_process_guider.h
360 Eigen::MatrixXd regularize_dataset(const Eigen::VectorXd ×tamps, const Eigen::VectorXd &gear_error,
This class provides a guiding algorithm for the right ascension axis that learns and predicts the per...
Definition gaussian_process_guider.h:48
void UpdateGP(double prediction_point=std::numeric_limits< double >::quiet_NaN())
Runs the inference machinery on the GP.
Definition gaussian_process_guider.cpp:140
void SetLearningRate(double learning_rate)
Sets the learning rate.
Definition gaussian_process_guider.cpp:851
void GuidingDitherSettleDone(bool success)
This method tells the guider that dithering is finished.
Definition gaussian_process_guider.cpp:455
double getPredictionContribution()
Returns the weight of the prediction on the output control value.
Definition gaussian_process_guider.h:253
void reset()
Clears the data from the circular buffer and clears the GP data.
Definition gaussian_process_guider.cpp:423
void save_gp_data() const
Saves the GP data to a csv file for external analysis.
Definition gaussian_process_guider.cpp:776
void GuidingDithered(double amt, double rate)
This method tells the guider that a dither command was issued.
Definition gaussian_process_guider.cpp:443
void DirectMoveApplied(double amt, double rate)
This method tells the guider that a direct move was issued.
Definition gaussian_process_guider.cpp:466
void UpdatePeriodLength(double period_length)
Does filtering and sets the period length of the GPGuider.
Definition gaussian_process_guider.cpp:690
double deduceResult(double time_step, double prediction_point=-1.0)
This method provides predictive control if no measurement could be made.
Definition gaussian_process_guider.cpp:387
void inject_data_point(double timestamp, double input, double SNR, double control)
This method is needed for automated testing.
Definition gaussian_process_guider.cpp:592
Eigen::MatrixXd regularize_dataset(const Eigen::VectorXd ×tamps, const Eigen::VectorXd &gear_error, const Eigen::VectorXd &variances)
Takes timestamps, measurements and SNRs and returns them regularized in a matrix.
Definition gaussian_process_guider.cpp:709
double result(double input, double SNR, double time_step, double prediction_point=-1.0)
Calculates the control value based on the current input.
Definition gaussian_process_guider.cpp:269
Implementation of Open Astronomy Log (OAL) XML specifications to record observation logs.
The file holds the covariance functions that can be used with the GP class.
The GP class implements the Gaussian Process functionality.
Provides mathematical tools needed for the Gaussian process toolbox.
Holds all data that is needed for the GP guiding.
Definition gaussian_process_guider.h:114
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.