Codebase list iraf-rvsao / HEAD lib / fquot.com
HEAD

Tree @HEAD (Download .tar.gz)

fquot.com @HEADraw · history · blame

1
2
3
4
5
6
7
8
# Parameters used by FQUOT only

common /fixq/ cpf,chi0,unc,niter

real	cpf		# Detector units per detected photon
real	chi0		# Initialization of chi-square
real	unc		# Convergence criterion for chi-square minimization
int	niter		# Max iterations for chi-square minimization