source: mire/mire.sex @ 17

Last change on this file since 17 was 16, checked in by meynadie, 16 years ago

mise au point pour fonctionnement batch

File size: 6.3 KB
Line 
1# Default configuration file for SExtractor 2.5.0
2# EB 2008-05-30
3#
4 
5#-------------------------------- Catalog ------------------------------------
6 
7CATALOG_NAME     test.cat       # name of the output catalog
8CATALOG_TYPE     ASCII_HEAD     # NONE,ASCII,ASCII_HEAD, ASCII_SKYCAT,
9                                # ASCII_VOTABLE, FITS_1.0 or FITS_LDAC
10PARAMETERS_NAME  mire.param     # name of the file containing catalog contents
11 
12#------------------------------- Extraction ----------------------------------
13 
14DETECT_TYPE      CCD            # CCD (linear) or PHOTO (with gamma correction)
15DETECT_MINAREA   5              # minimum number of pixels above threshold
16THRESH_TYPE      RELATIVE       # threshold type: RELATIVE (in sigmas)
17                                # or ABSOLUTE (in ADUs)
18DETECT_THRESH    10            # <sigmas> or <threshold>,<ZP> in mag.arcsec-2
19ANALYSIS_THRESH  10            # <sigmas> or <threshold>,<ZP> in mag.arcsec-2
20 
21FILTER           N              # apply filter for detection (Y or N)?
22FILTER_NAME      default.conv   # name of the file containing the filter
23FILTER_THRESH                   # Threshold[s] for retina filtering
24 
25DEBLEND_NTHRESH  32             # Number of deblending sub-thresholds
26DEBLEND_MINCONT  0.005          # Minimum contrast parameter for deblending
27 
28CLEAN            Y              # Clean spurious detections? (Y or N)?
29CLEAN_PARAM      1.0            # Cleaning efficiency
30 
31MASK_TYPE        CORRECT        # type of detection MASKing: can be one of
32                                # NONE, BLANK or CORRECT
33 
34#-------------------------------- WEIGHTing ----------------------------------
35
36WEIGHT_TYPE      NONE           # type of WEIGHTing: NONE, BACKGROUND,
37                                # MAP_RMS, MAP_VAR or MAP_WEIGHT
38WEIGHT_IMAGE     weight.fits    # weight-map filename
39WEIGHT_GAIN      Y              # modulate gain (E/ADU) with weights? (Y/N)
40WEIGHT_THRESH                   # weight threshold[s] for bad pixels
41
42#-------------------------------- FLAGging -----------------------------------
43
44FLAG_IMAGE       flag.fits      # filename for an input FLAG-image
45FLAG_TYPE        OR             # flag pixel combination: OR, AND, MIN, MAX
46                                # or MOST
47
48#------------------------------ Photometry -----------------------------------
49 
50PHOT_APERTURES   20              # MAG_APER aperture diameter(s) in pixels
51PHOT_AUTOPARAMS  2.5, 3.5       # MAG_AUTO parameters: <Kron_fact>,<min_radius>
52PHOT_PETROPARAMS 2.0, 3.5       # MAG_PETRO parameters: <Petrosian_fact>,
53                                # <min_radius>
54PHOT_AUTOAPERS   0.0,0.0        # <estimation>,<measurement> minimum apertures
55                                # for MAG_AUTO and MAG_PETRO
56PHOT_FLUXFRAC    0.5            # flux fraction[s] used for FLUX_RADIUS
57 
58SATUR_LEVEL      50000.0        # level (in ADUs) at which arises saturation
59 
60MAG_ZEROPOINT    0.0            # magnitude zero-point
61MAG_GAMMA        4.0            # gamma of emulsion (for photographic scans)
62GAIN             0.0            # detector gain in e-/ADU
63PIXEL_SCALE      0.944          # size of pixel in arcsec (0=use FITS WCS info)
64 
65#------------------------- Star/Galaxy Separation ----------------------------
66 
67SEEING_FWHM      16            # stellar FWHM in arcsec
68STARNNW_NAME     default.nnw    # Neural-Network_Weight table filename
69 
70#------------------------------ Background -----------------------------------
71 
72BACK_TYPE        AUTO           # AUTO or MANUAL
73BACK_VALUE       0.0            # Default background value in MANUAL mode
74BACK_SIZE        64             # Background mesh: <size> or <width>,<height>
75BACK_FILTERSIZE  3              # Background filter: <size> or <width>,<height>
76 
77BACKPHOTO_TYPE   GLOBAL         # can be GLOBAL or LOCAL
78BACKPHOTO_THICK  24             # thickness of the background LOCAL annulus
79BACK_FILTTHRESH  0.0            # Threshold above which the background-
80                                # map filter operates
81 
82#------------------------------ Check Image ----------------------------------
83 
84CHECKIMAGE_TYPE  OBJECTS        # can be NONE, BACKGROUND, BACKGROUND_RMS,
85                                # MINIBACKGROUND, MINIBACK_RMS, -BACKGROUND,
86                                # FILTERED, OBJECTS, -OBJECTS, SEGMENTATION,
87                                # or APERTURES
88CHECKIMAGE_NAME  check.fits     # Filename for the check-image
89 
90#--------------------- Memory (change with caution!) -------------------------
91 
92MEMORY_OBJSTACK  3000           # number of objects in stack
93MEMORY_PIXSTACK  300000         # number of pixels in stack
94MEMORY_BUFSIZE   1024           # number of lines in buffer
95 
96#------------------------------- ASSOCiation ---------------------------------
97
98ASSOC_NAME       sky.list       # name of the ASCII file to ASSOCiate
99ASSOC_DATA       2,3,4          # columns of the data to replicate (0=all)
100ASSOC_PARAMS     2,3,4          # columns of xpos,ypos[,mag]
101ASSOC_RADIUS     2.0            # cross-matching radius (pixels)
102ASSOC_TYPE       MAG_SUM        # ASSOCiation method: FIRST, NEAREST, MEAN,
103                                # MAG_MEAN, SUM, MAG_SUM, MIN or MAX
104ASSOCSELEC_TYPE  MATCHED        # ASSOC selection type: ALL, MATCHED or -MATCHED
105
106#----------------------------- Miscellaneous ---------------------------------
107 
108VERBOSE_TYPE     NORMAL         # can be QUIET, NORMAL or FULL
109WRITE_XML        N              # Write XML file (Y/N)?
110XML_NAME         sex.xml        # Filename for XML output
111XSL_URL          file:///usr/local/share/sextractor/sextractor.xsl
112                                # Filename for XSL style-sheet
113NTHREADS         1              # 1 single thread
114
115FITS_UNSIGNED    N              # Treat FITS integer values as unsigned (Y/N)?
116INTERP_MAXXLAG   16             # Max. lag along X for 0-weight interpolation
117INTERP_MAXYLAG   16             # Max. lag along Y for 0-weight interpolation
118INTERP_TYPE      ALL            # Interpolation type: NONE, VAR_ONLY or ALL
119
120#--------------------------- Experimental Stuff -----------------------------
121
122PSF_NAME         default.psf    # File containing the PSF model
123PSF_NMAX         9              # Max.number of PSFs fitted simultaneously
124PSFDISPLAY_TYPE  SPLIT          # Catalog type for PSF-fitting: SPLIT or VECTOR
125SOM_NAME         default.som    # File containing Self-Organizing Map weights
126
Note: See TracBrowser for help on using the repository browser.