diff --git a/source-extractor/default.nnw b/source-extractor/default.nnw index 12bb927..4b521bd 100644 --- a/source-extractor/default.nnw +++ b/source-extractor/default.nnw @@ -1,5 +1,5 @@ NNW -# Neural Network Weights for the Source Extractor star/galaxy classifier (V1.3) +# Neural Network Weights for the SExtractor star/galaxy classifier (V1.3) # inputs: 9 for profile parameters + 1 for seeing. # outputs: ``Stellarity index'' (0.0 to 1.0) # Seeing FWHM range: from 0.025 to 5.5'' (images must have 1.5 < FWHM < 5 pixels) diff --git a/source-extractor/default.sex b/source-extractor/default.sex index e6e9532..80ebe94 100644 --- a/source-extractor/default.sex +++ b/source-extractor/default.sex @@ -1,4 +1,4 @@ -# Default configuration file for Source Extractor V1.2b14 - > 2.0 +# Default configuration file for SExtractor V1.2b14 - > 2.0 # EB 23/07/98 # (*) indicates parameters which can be omitted from this config file. @@ -8,7 +8,7 @@ CATALOG_NAME test.cat # name of the output catalog CATALOG_TYPE ASCII_HEAD # "NONE","ASCII_HEAD","ASCII","FITS_1.0" # or "FITS_LDAC" -PARAMETERS_NAME $ST_DATADIR/source-extractor/default.param # name of the file containing catalog contents +PARAMETERS_NAME $ST_DATADIR/sextractor/default.param # name of the file containing catalog contents #------------------------------- Extraction ---------------------------------- @@ -19,7 +19,7 @@ DETECT_THRESH 3 # or , in mag.arcsec-2 ANALYSIS_THRESH 3 # or , in mag.arcsec-2 FILTER Y # apply filter for detection ("Y" or "N")? -FILTER_NAME $ST_DATADIR/source-extractor/default.conv # name of the file containing the filter +FILTER_NAME $ST_DATADIR/sextractor/default.conv # name of the file containing the filter DEBLEND_NTHRESH 32 # Number of deblending sub-thresholds DEBLEND_MINCONT 0.005 # Minimum contrast parameter for deblending @@ -45,7 +45,7 @@ PIXEL_SCALE 1.0 # size of pixel in arcsec (0=use FITS WCS info). #------------------------- Star/Galaxy Separation ---------------------------- SEEING_FWHM 1.2 # stellar FWHM in arcsec -STARNNW_NAME $ST_DATADIR/source-extractor/default.nnw # Neural-Network_Weight table filename +STARNNW_NAME $ST_DATADIR/sextractor/default.nnw # Neural-Network_Weight table filename #------------------------------ Background ----------------------------------- diff --git a/source-extractor/nondefault.sex b/source-extractor/nondefault.sex new file mode 100644 index 0000000..563b65d --- /dev/null +++ b/source-extractor/nondefault.sex @@ -0,0 +1,76 @@ +# Default configuration file for SExtractor V1.2b14 - > 2.0 +# EB 23/07/98 +# (*) indicates parameters which can be omitted from this config file. + +#-------------------------------- Catalog ------------------------------------ + +CATALOG_NAME test.cat # name of the output catalog +CATALOG_TYPE ASCII_HEAD # "NONE","ASCII_HEAD","ASCII","FITS_1.0" + # or "FITS_LDAC" + +PARAMETERS_NAME $ST_DATADIR/sextractor/default.param # name of the file containing catalog contents + +#------------------------------- Extraction ---------------------------------- + +DETECT_TYPE CCD # "CCD" or "PHOTO" (*) +FLAG_IMAGE flag.fits # filename for an input FLAG-image +DETECT_MINAREA 5 # minimum number of pixels above threshold +DETECT_THRESH 10 # or , in mag.arcsec-2 +ANALYSIS_THRESH 10 # or , in mag.arcsec-2 + +FILTER Y # apply filter for detection ("Y" or "N")? +FILTER_NAME $ST_DATADIR/sextractor/default.conv # name of the file containing the filter + +DEBLEND_NTHRESH 32 # Number of deblending sub-thresholds +DEBLEND_MINCONT 0.005 # Minimum contrast parameter for deblending + +CLEAN Y # Clean spurious detections? (Y or N)? +CLEAN_PARAM 1.0 # Cleaning efficiency + +MASK_TYPE CORRECT # type of detection MASKing: can be one of + # "NONE", "BLANK" or "CORRECT" + +#------------------------------ Photometry ----------------------------------- + +PHOT_APERTURES 5 # MAG_APER aperture diameter(s) in pixels +PHOT_AUTOPARAMS 2.5, 3.5 # MAG_AUTO parameters: , + +SATUR_LEVEL 50000.0 # level (in ADUs) at which arises saturation + +MAG_ZEROPOINT 0.0 # magnitude zero-point +MAG_GAMMA 4.0 # gamma of emulsion (for photographic scans) +GAIN 0.0 # detector gain in e-/ADU. +PIXEL_SCALE 1.0 # size of pixel in arcsec (0=use FITS WCS info). + +#------------------------- Star/Galaxy Separation ---------------------------- + +SEEING_FWHM 1.2 # stellar FWHM in arcsec +STARNNW_NAME $ST_DATADIR/sextractor/default.nnw # Neural-Network_Weight table filename + +#------------------------------ Background ----------------------------------- + +BACK_SIZE 64 # Background mesh: or , +BACK_FILTERSIZE 3 # Background filter: or , + +BACKPHOTO_TYPE GLOBAL # can be "GLOBAL" or "LOCAL" (*) +BACKPHOTO_THICK 24 # thickness of the background LOCAL annulus (*) + +#------------------------------ Check Image ---------------------------------- + +CHECKIMAGE_TYPE NONE # can be one of "NONE", "BACKGROUND", + # "MINIBACKGROUND", "-BACKGROUND", "OBJECTS", + # "-OBJECTS", "SEGMENTATION", "APERTURES", + # or "FILTERED" (*) +CHECKIMAGE_NAME check.fits # Filename for the check-image (*) + +#--------------------- Memory (change with caution!) ------------------------- + +MEMORY_OBJSTACK 2000 # number of objects in stack +MEMORY_PIXSTACK 100000 # number of pixels in stack +MEMORY_BUFSIZE 1024 # number of lines in buffer + +#----------------------------- Miscellaneous --------------------------------- + +VERBOSE_TYPE NORMAL # can be "QUIET", "NORMAL" or "FULL" (*) + +#------------------------------- New Stuff -----------------------------------