Go to the documentation of this file.
5 #ifndef CCF_STDRECIPE_RECIPE_CENTROID_HPP_H_
6 #define CCF_STDRECIPE_RECIPE_CENTROID_HPP_H_
9 #include <CCfits/CCfits.h>
10 #include <CCfits/FITS.h>
11 #include <CCfits/PHDU.h>
27 const std::string& recipe_name);
40 const std::string& recipe_name,
41 std::shared_ptr<RecipeBase>& new_object);
54 double m_max_centre_error;
55 double m_max_sigma_error;
61 #endif // CCF_STDRECIPE_RECIPE_CENTROID_HPP_H_
cpl_error_code m_cpl_error
Definition: recipeCentroid.hpp:51
double m_sigma[2]
Definition: recipeCentroid.hpp:48
virtual ~RecipeCentroid()
Definition: recipeCentroid.cpp:31
const std::string SETUP_KEY_ROBUSTNESS
Definition: recipeCentroid.hpp:23
Definition: recipeCentroid.hpp:15
Standard Centroiding Processing Recipe.
Definition: recipeCentroid.hpp:18
double m_centre_error[2]
Definition: recipeCentroid.hpp:49
bool m_centroid_error
Definition: recipeCentroid.hpp:44
cpl_size m_window[4]
Definition: recipeCentroid.hpp:46
double m_centre[2]
Definition: recipeCentroid.hpp:47
RecipeCentroid()
Definition: recipeCentroid.cpp:26
double m_sigma_error[2]
Definition: recipeCentroid.hpp:50
virtual void InitialiseUser()
Initialise the recipe object. See "Initialise()".
Definition: recipeCentroid.cpp:35
virtual void ProcessUser(ccf::common::DataFrame &frame)
User specific processing.
Definition: recipeCentroid.cpp:59
const std::string SETUP_KEY_MAX_CENTRE_ERROR
Definition: recipeCentroid.hpp:21
virtual void DisableUser()
Definition: recipeCentroid.cpp:55
Processing Recipe base class. All recipes shall be derived from this class.
Definition: recipeBase.hpp:47
const std::string SETUP_KEY_MAX_SIGMA_ERROR
Definition: recipeCentroid.hpp:22
virtual void CreateObjectUser(const std::string &proc_thread_name, const std::string &recipe_name, std::shared_ptr< RecipeBase > &new_object)
Definition: recipeCentroid.cpp:125
double m_centre_intensity
Definition: recipeCentroid.hpp:45
Frame class used to store the data and metadata for one frames received from the camera.
Definition: dataFrame.hpp:17
virtual void EnableUser()
Definition: recipeCentroid.cpp:51