From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/tbtables/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkg/tbtables/README (limited to 'pkg/tbtables/README') diff --git a/pkg/tbtables/README b/pkg/tbtables/README new file mode 100644 index 00000000..25eaaed4 --- /dev/null +++ b/pkg/tbtables/README @@ -0,0 +1,11 @@ +This directory contains the source for the SDAS table I/O routines. All +procedure names begin with "tb". The next letter usually gives some idea of +the kind of object the procedure deals with (t - table, r - row, c - column, +p - parameter, h - header parameter). Procedures beginning with "tbx", "tby", +"tbf" or "tbz" are lower-level routines for row-ordered tables, column-ordered +tables, FITS tables or text tables respectively. + +The top-level procedures are listed in calls.doc in the doc subdirectory. + +A description of the file format of a table is given by fileformat.doc in +the doc subdirectory. -- cgit