public software.sextractor

[/] [trunk/] [src/] [prefs.h] - Diff between revs 219 and 220

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

Rev 219 Rev 220
Line 7... Line 7...
*
*
*       Author:         E.BERTIN (IAP)
*       Author:         E.BERTIN (IAP)
*
*
*       Contents:       Keywords for the configuration file.
*       Contents:       Keywords for the configuration file.
*
*
*       Last modify:    21/01/2010
*       Last modify:    05/02/2010
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
*/
 
 
 
 
Line 40... Line 40...
  int           ncommand_line;                          /* nb of params */
  int           ncommand_line;                          /* nb of params */
  char          prefs_name[MAXCHAR];                    /* prefs filename*/
  char          prefs_name[MAXCHAR];                    /* prefs filename*/
  char          *(image_name[2]);                       /* image filenames */
  char          *(image_name[2]);                       /* image filenames */
  int           nimage_name;                            /* nb of params */
  int           nimage_name;                            /* nb of params */
  char          cat_name[MAXCHAR];                      /* catalog filename*/
  char          cat_name[MAXCHAR];                      /* catalog filename*/
 
  char          head_suffix[MAXCHAR];                   /* ext. header suffix */
/*----- thresholding */
/*----- thresholding */
  double        dthresh[2];                             /* detect. threshold */
  double        dthresh[2];                             /* detect. threshold */
  int           ndthresh;                               /* (1 or 2 entries) */
  int           ndthresh;                               /* (1 or 2 entries) */
  double        thresh[2];                              /* analysis thresh. */
  double        thresh[2];                              /* analysis thresh. */
  int           nthresh;                                /* (1 or 2 entries) */
  int           nthresh;                                /* (1 or 2 entries) */