Remove unused methods
This commit is contained in:
@@ -243,11 +243,6 @@ StarFit::~StarFit()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
Star StarFit::fitStar(RawImageAbs *image, const Peak &peak)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Star StarFit::fitStar(const std::vector<double> &data, bool angle)
|
Star StarFit::fitStar(const std::vector<double> &data, bool angle)
|
||||||
{
|
{
|
||||||
gsl_multifit_nlinear_fdf *fdf = angle ? &m_fdf_an : &m_fdf;
|
gsl_multifit_nlinear_fdf *fdf = angle ? &m_fdf_an : &m_fdf;
|
||||||
|
|||||||
@@ -33,9 +33,7 @@ class StarFit
|
|||||||
public:
|
public:
|
||||||
StarFit(int size);
|
StarFit(int size);
|
||||||
~StarFit();
|
~StarFit();
|
||||||
Star fitStar(RawImageAbs *image, const Peak &peak);
|
|
||||||
Star fitStar(const std::vector<double> &data, bool angle);
|
Star fitStar(const std::vector<double> &data, bool angle);
|
||||||
//void fitStars(RawImageAbs *image, const std::vector<Peak> &peaks);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // STARFIT_H
|
#endif // STARFIT_H
|
||||||
|
|||||||
Reference in New Issue
Block a user