![]() |
CARTA Backend
The backend component of CARTA
|
Data structure for storing status of the fitting result. More...
#include <ImageFitter.h>
Public Attributes | |
std::string | method |
Used fitting method. | |
size_t | num_iter |
Number of iteration. | |
int | info |
Reason for stopping the iteration. | |
double | chisq0 |
Initial cost, final cost, and final cond(J). | |
double | chisq |
double | rcond |
Data structure for storing status of the fitting result.
double carta::FitStatus::chisq |
double carta::FitStatus::chisq0 |
Initial cost, final cost, and final cond(J).
int carta::FitStatus::info |
Reason for stopping the iteration.
std::string carta::FitStatus::method |
Used fitting method.
size_t carta::FitStatus::num_iter |
Number of iteration.
double carta::FitStatus::rcond |