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/obsfile.par | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 noao/digiphot/photcal/obsfile.par (limited to 'noao/digiphot/photcal/obsfile.par') diff --git a/noao/digiphot/photcal/obsfile.par b/noao/digiphot/photcal/obsfile.par new file mode 100644 index 00000000..4c64ffc4 --- /dev/null +++ b/noao/digiphot/photcal/obsfile.par @@ -0,0 +1,18 @@ +# Parameter file for OBSFILE + +photfiles,f,a,,,,The list of input text files +incolumns,s,a,"",,,The format of the input files +idfilters,s,a,"",,,The list of filter ids +imsets,f,a,"",,,The image set file +observations,f,a,"",,,The output observations file +wrap,b,h,yes,,,Format the observation file for easy reading ? +obsparams,f,h,"",,,The input observing parameters files +obscolumns,s,h,"2 3 4 5",,The format of obsparams +minmagerr,r,h,0.001,0.0,,The minimum magnitude error +shifts,f,h,"",,,The x and y coordinate shifts file +apercors,f,h,"",,,The aperture corrections file +normtime,b,h,no,,,Normalize the exposure times ? +tolerance,r,h,5.0,,,The position matching tolerance in pixels +allfilters,b,h,yes,,,Output objects measured in all filters only ? +verify,b,h,no,,,Verify interactive user input ? +verbose,b,h,yes,,,Print status warning and error messages ? -- cgit