From bd5c4590d0eca5ad04f8a56d77c8d037bc05b176 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Mon, 23 Feb 2015 13:24:38 -0700 Subject: [PATCH] Moved the Algorithm section after the practical considerations section, since it refers to that section. --- docs/XYZ.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/XYZ.md b/docs/XYZ.md index ea221f21c..e39ce224e 100644 --- a/docs/XYZ.md +++ b/docs/XYZ.md @@ -167,13 +167,12 @@ formats, (ie IAGA2002, etc). ## Declination Angular Units The library internally uses radians for all angles, and factories convert into -this standard. You can optionally reference the -ChannelConverter.get_radians_from_minutes. +this standard. ##Declination Baseline The library IAGA factory attempts to parse DECBAS from the iaga comments -section. You can optionally link to metadata for where users can find this. +section. ##Data Flags -- GitLab