From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/rv/fitcom.com | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 noao/rv/fitcom.com (limited to 'noao/rv/fitcom.com') diff --git a/noao/rv/fitcom.com b/noao/rv/fitcom.com new file mode 100644 index 00000000..f4aa54c2 --- /dev/null +++ b/noao/rv/fitcom.com @@ -0,0 +1,12 @@ +# Common fitting result parameters. + +real mresid # Mean residual of fit +real sresid # Sigma of residuals +real ccfvar # Variance of CCF +real chisqr # Chis squared of fit +int nfit # Number of points fit +int nfitpars # Number of fitted parameters +int niter # Number of iterations +int binshift # Bin of peak shift in CCF + +common /fitcom/ mresid, sresid, ccfvar, chisqr, nfit, nfitpars, niter, binshift -- cgit