public software.sextractor

[/] [trunk/] [src/] [psf.h] - Diff between revs 221 and 233

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 221 Rev 233
Line 1... Line 1...
 /*
 /*
                                psf.h
*                               psf.h
 
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
* Include file for psf.c.
 
*
 
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
*
 
*       This file part of:      SExtractor
 
*
 
*       Copyright:              (C) 1998-2010 IAP/CNRS/UPMC
*
*
*       Part of:        SExtractor
*       Author:                 Emmanuel Bertin (IAP)
*
*
*       Authors:        E.BERTIN (IAP)
*       License:                GNU General Public License
*                       P.DELORME (LAOG)
 
*
*
*       Contents:       Include file for psffit.c.
*       SExtractor is free software: you can redistribute it and/or modify
 
*       it under the terms of the GNU General Public License as published by
 
*       the Free Software Foundation, either version 3 of the License, or
 
*       (at your option) any later version.
 
*       SExtractor is distributed in the hope that it will be useful,
 
*       but WITHOUT ANY WARRANTY; without even the implied warranty of
 
*       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
*       GNU General Public License for more details.
 
*       You should have received a copy of the GNU General Public License
 
*       along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
*
*       Last modify:    18/05/2010
*       Last modified:          11/10/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*/
 
 
 
/*----------------------------- Internal constants --------------------------*/
/*----------------------------- Internal constants --------------------------*/
 
 
#define PSF_MAXSHIFT    20.0    /* Max shift from initial guess (pixels)*/
#define PSF_MAXSHIFT    20.0    /* Max shift from initial guess (pixels)*/
#define PSF_MINSHIFT    1e-3    /* Min shift from previous guess (pixels)*/
#define PSF_MINSHIFT    1e-3    /* Min shift from previous guess (pixels)*/