From d2c270a7bd0406cbd60f1cd17cbc50811e3e1d7a Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 31 Jul 2022 22:35:49 -0600 Subject: [PATCH] astrometry parallel, copyright --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c63fa..ef9febe 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,15 @@ Store downloads here: mkdir -p ./data/obs ./data/tle ./data/results ``` +Set `astrometry.net` to run in parallel, assuming you have enough RAM: +(This doesn't appear to work? Breaks?). + +``` +sudo vim /etc/astrometry.cfg +# Uncomment: +inparallel +``` + # Usage Enter `virtualenv`, if used: @@ -142,4 +151,6 @@ See `README-upstream.md`. # License Same as upstream license, GPLv3. -*Copyright (C) 2022, Jeff Moe* +© 2018-2022 Cees Bassa + +© 2022, Jeff Moe