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/digiphot/photcal/lib/fitparams.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 noao/digiphot/photcal/lib/fitparams.h (limited to 'noao/digiphot/photcal/lib/fitparams.h') diff --git a/noao/digiphot/photcal/lib/fitparams.h b/noao/digiphot/photcal/lib/fitparams.h new file mode 100644 index 00000000..85a27782 --- /dev/null +++ b/noao/digiphot/photcal/lib/fitparams.h @@ -0,0 +1,7 @@ +# Define the weighting options. + +define FWT_OPTIONS "|uniform|photometric|equations|" + +define FWT_UNIFORM 1 +define FWT_PHOTOMETRIC 2 +define FWT_EQUATIONS 3 -- cgit