From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/lists/table.par | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/lists/table.par (limited to 'pkg/lists/table.par') diff --git a/pkg/lists/table.par b/pkg/lists/table.par new file mode 100644 index 00000000..56781c06 --- /dev/null +++ b/pkg/lists/table.par @@ -0,0 +1,5 @@ +input_files,s,a,,,,list of files to be formatted as tables +first_col,i,h,7,0,,offset to first column of table +last_col,i,h,0,0,,offset to last column of table (0 for right margin) +ncols,i,h,0,0,,number of columns (0 to get max that will fit) +maxstrlen,i,h,0,0,,maximum string length for table entry (0 if none) -- cgit