aboutsummaryrefslogtreecommitdiff
path: root/noao/digiphot/photcal/mkconfig/obsection.key
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/digiphot/photcal/mkconfig/obsection.key
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/digiphot/photcal/mkconfig/obsection.key')
-rw-r--r--noao/digiphot/photcal/mkconfig/obsection.key43
1 files changed, 43 insertions, 0 deletions
diff --git a/noao/digiphot/photcal/mkconfig/obsection.key b/noao/digiphot/photcal/mkconfig/obsection.key
new file mode 100644
index 00000000..e5d74140
--- /dev/null
+++ b/noao/digiphot/photcal/mkconfig/obsection.key
@@ -0,0 +1,43 @@
+THE OBSERVATION SECTION
+
+ The observation section is used to assign names to columns in the
+ observations files, and to optionally, associate error columns with
+ the named columns.
+
+ The observations section begins with the keyword observation,
+ followed by any number of name and error (name) column associations.
+
+ Syntax
+ observation
+
+ name number
+
+ error(name) number
+
+ The first declaration creates a name column number association. It
+ consists of a name followed by a column number. The name becomes
+ the variable name for that column.
+
+ The second declaration creates an error (name) column number
+ association. It starts with the keyword error, followed by a name
+ in brackets, and a column number. The name must be the name of an
+ input column previously declared in the observation section. The
+ error declarations are optional.
+
+ The column number must be a decimal integer greater two, since the
+ first column of the observations file is reserved for a matching
+ name. This name is used to match objects in the observations file
+ with objects in the catalog file.
+
+ Example
+ # Sample observation section for the UBV system.
+
+ observation
+
+ u 2
+ error(u) 3
+ b 4
+ error(b) 5
+ v 6
+ error(v) 7
+ x 8