# Default configuration file for catmaker
#
#
################################ General configuration ######################################

IMAGES_PATH                 images/              # Path folder of the images
DATA_PATH                   test_data/           # Path folder of SExtractor configuration files (e.g., .params, .sex)
OUTPUT_PATH                 output_folder/       # Path to folder of output files
OUTPUT_FILES_PREFIX         output_file          # Prefix for output files

################################ Make Catalog ###############################################

DETECTION_IMAGE             detection_image.fits            # Name of the detection image file
MEASUREMENT_IMAGE           measurement_image.fits          # Name of the measurement image file
DETECTION_WEIGHT_IMAGE      detection_weight_image.fits     # Name of the detection weight image file
MEASUREMENT_WEIGHT_IMAGE    measurement_weight_image.fits   # Name of the measurement weight image file
CONFIGURATION_FILE_PREFIX   default_conf                            # SExtractor config file prefixes
PARAMETER_FILE              default.param                           # Name of the SExtractor parameter file
PSF_FWHM                    0.08310611041715447                     # Value for PSF_FWHM
WEIGHT_TYPE                 MAP_WEIGHT                              # weight type for SExtractor (e.g., BACKGROUND, MAP_RMS, MAP_VAR, MAP_WEIGHT)

################################ Gain and Zero-Point ########################################

TELESCOPE_PREFIX    none         # Telescope prefix for calculating the magnitude zero-point (e.g., HST). If none, provide the next parameters in the config file.
EXPTIME             5623.51      # Value for Exposure time in seconds (only needed if TELESCOPE_PREFIX is none)
MAG_ZEROPOINT       35.3213      # Value for Magnitude ZERO-POINT (only needed if TELESCOPE_PREFIX is none)
INPUT_GAIN          1.2          # Value for GAIN (only needed if TELESCOPE_PREFIX is none)

################################ Merge Catalogs #############################################

LAMBDA_EFF      0.797339         # Effective Wavelenghts must be expressed in microns
FILTER_BAND     F814W            # Filter band
DUSTMAPS_PATH   test_data        # Path to the dust maps folder
PIXEL_SCALE     0.03             # Pixel_scale in arcsec

################################ Make Simulated Catalog

SIZE_X                  60       # Maximum amplitude in X of the noise curve adjustment
SIZE_Y                  60       # Maximum amplitude in Y of the noise curve adjustment
N_SIMULATED_CATALOGUE   10000    # Number of generated coordinates for the clean

################################ Photometric Error ##########################################

PHOT_APERTURES         30.0           # MAG_APER aperture diameter(s) in pixels
DATA_REPORT_PATH       test_report/   # Path for the output files report folder