From 8b949732593eef40cf3509c5aaca68ac5524f01e Mon Sep 17 00:00:00 2001
From: Bruce Allen <ballen4705@googlemail.com>
Date: Tue, 12 Sep 2017 10:55:26 +0200
Subject: [PATCH] Added first draft of conventions.  Sign for iota might be
 wrong

---
 src/conventions.txt | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/src/conventions.txt b/src/conventions.txt
index e69de29..01faf69 100644
--- a/src/conventions.txt
+++ b/src/conventions.txt
@@ -0,0 +1,25 @@
+Lattitude is measured north of the equator.  So Lattitude -10 means 10
+degrees SOUTH of the equator.
+
+Longitude is measured East of Greenwich.  So longitude -90 means 90
+degrees West of Greenwich (somewhere in the USA).
+
+x,y,z coordinate system for Earth is as follows:
+
+(a) The equator lies in the XY plane
+(b) The north pole lies on the positive Z axis
+(c) The line of longitude 0 lies in the XZ plane and passes through
+    the positive X axis
+
+#THE FOLLOWING STATEMENT MAY NEED A SIGN CHANGE
+The orbital inclination angle iota (from 0 to 180 degrees) is the angle
+between the orbital angular momentum vector (defined with the
+right-hand rule) and the vector from earth to source.
+
+Face-on is iota=0 and face-off is iota=180.
+
+The orientation angle psi is the angle (from 0 to 180 degrees,
+measured counterclockwise from North) between the long angle of the
+ellipse (projected into the plane of the sky) and the northerly
+direction.
+
-- 
GitLab