| Line 20... |
Line 20... |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
|
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
|
*
|
*
|
* Last modified: 09/03/2011
|
* Last modified: 02/11/2011
|
*
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
|
|
#ifndef _PROFIT_H_
|
#ifndef _PROFIT_H_
|
#include "profit.h"
|
#include "profit.h"
|
| Line 226... |
Line 226... |
int psf_magsize; /* nb of params */
|
int psf_magsize; /* nb of params */
|
int psf_magerrsize; /* nb of params */
|
int psf_magerrsize; /* nb of params */
|
int pc_flag; /* PC-fit needed */
|
int pc_flag; /* PC-fit needed */
|
int pc_vectorsize; /* nb of params */
|
int pc_vectorsize; /* nb of params */
|
int prof_flag; /* Profile-fitting */
|
int prof_flag; /* Profile-fitting */
|
|
int dprof_flag; /* Det. Prof.-fitting */
|
int pattern_flag; /* Pattern-fitting */
|
int pattern_flag; /* Pattern-fitting */
|
/*----- Profile-fitting */
|
/*----- Profile-fitting */
|
int prof_vectorsize; /* nb of params */
|
int prof_vectorsize; /* nb of params */
|
int prof_errvectorsize; /* nb of params */
|
int prof_errvectorsize; /* nb of params */
|
int prof_errmatrixsize[2]; /* nb of params */
|
int prof_errmatrixsize[2]; /* nb of params */
|