# Catalogue name -- used both for folder creation and output file names
cat_name = Gaia
cat_folder_path = gaia_folder
# Folder for all AUF-related files to be created in. Should be an absolute path, or relative to folder script called in.
auf_folder_path = gaia_auf_folder

# Filter names are also used in any output file created
filt_names = G_BP G G_RP

# Flags for which of the two AUF simulation algorithms to run
run_fw_auf = yes
run_psf_auf = no
# Path to array containing pre-computed astrometry corrections.
snr_mag_params_path = a_snr_mag

# Catalogue PSF parameters
# Full-width at half maximums for each filter, in order, in arcseconds
psf_fwhms = 0.12 0.12 0.12

# TRILEGAL Perturbation AUF parameters
# Names of TRILEGAL filter sets for the catalogue
tri_set_name = gaiaDR2
tri_filt_names = G_BP G G_RP
# Filter number to define limiting magnitude of TRILEGAL simulation in, based on output data file column (one-indexed) number
tri_filt_num = 1
# Flag to determine whether to re-download TRILEGAL simulations if they exist - must be "yes"/"no", "true"/"false", "t"/"f", or "1"/"0"
download_tri = no
# Parameters controlling the size of the bright/faint TRILEGAL simulations
tri_maglim_faint = 32
tri_num_faint = 1500000
# Galaxy Perturbation AUF parameters
fit_gal_flag = no

gal_al_avs = 1.002 0.789 0.589

# AUF region definition - either "rectangle" for NxM evenly spaced grid points, or "points" to define a list of two-point tuple coordinates, separated by a comma
auf_region_type = rectangle
# Frame of the coordinates must be specified -- either "equatorial" or "galactic"
auf_region_frame = equatorial
# For "points" this should be individually specified (ra, dec) or (l, b) coordinates [as "(a, b), (c, d)"]
# For "rectangle" this should be 6 numbers: start coordinate, end coordinate, integer number of data points from start to end (inclusive of both start and end), first for ra/l, then for dec/b (depending on auf_region_type), all separated by spaces
auf_region_points = 131 134 4 -1 1 3

# Local density calculation radius, in degrees
dens_dist = 0.25

# Test for whether we need to correct astrometry of catalogue for systematic biases before performing matches
correct_astrometry = no
compute_snr_mag_relation = no
