public software.sextractor

[/] [trunk/] [src/] [prefs.c] - Diff between revs 221 and 230

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

Rev 221 Rev 230
Line 7... Line 7...
*
*
*       Author:         E.BERTIN (IAP)
*       Author:         E.BERTIN (IAP)
*
*
*       Contents:       Functions to handle the configuration file.
*       Contents:       Functions to handle the configuration file.
*
*
*       Last modify:    08/03/2010
*       Last modify:    22/09/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
*/
 
 
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
Line 598... Line 598...
        || prefs.check_type[i] == CHECK_DISKS
        || prefs.check_type[i] == CHECK_DISKS
        || prefs.check_type[i] == CHECK_SUBDISKS)
        || prefs.check_type[i] == CHECK_SUBDISKS)
        prefs.prof_flag = 1;
        prefs.prof_flag = 1;
 
 
/*--------------------------- Adaptive class-star ---------------------------*/
/*--------------------------- Adaptive class-star ---------------------------*/
  if (prefs.seeing_fwhm == 0)
  if (prefs.seeing_fwhm == 0 && FLAG(obj2.sprob))
    prefs.psf_flag = 1;
    prefs.psf_flag = 1;
 
 
/*-------------------------- Pattern-fitting -------------------------------*/
/*-------------------------- Pattern-fitting -------------------------------*/
/* Profile-fitting is possible only if a PSF file is loaded */
/* Profile-fitting is possible only if a PSF file is loaded */
  if (prefs.check_flag)
  if (prefs.check_flag)