KSBf90: A Fortran 90 Implementation of Kaiser, Squires and Broadhurst 1995.

KSBf90.param


This is your parameter file which tells all the pieces of code the information it needs to know.  If you change any of the parameters in this file you will need to rerun the whole suite of code.


#

# KSBf90 parameter file

# Catherine Heymans GREAT08 Challenge

#

# SExtractor catalogue information

#

-x      7       # x column in SExtractor cat

-y      8       # y column in SExtractor cat

-mag    4       # mag column in SExtractor cat

-fr     11      # fr column in SExtractor cat

-fwhm   12      # fwhm column in SExtractor cat

-flux   2       # flux column in SExtractor cat - must be followed by fluxerr

-ntot   14      # total number of columns in SExtractor cat, max=100

#

# PSF fitting parameters

#

-rgmax  20      # Number of different rg scales PSF measured and fit with

-order  2       # PSF polynomial model order, 0,1,2,3 implemented

-nchipx 1       # Number of CCD chips to fit in the x direction

-nchipy 1       # Number of chips to fit in the y direction

-back   0.0     # Subtract off flat background sky of amplitude back



This is your parameter file which tells all the pieces of code the information it needs to know.  If you change any of the parameters in this file you will need to rerun the whole suite of code.


Page maintained by Catherine Heymans, IfA, University of Edinburgh