<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/cel-prec/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/cel-prec/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 21 Oct 2016 07:20:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cel-prec/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Something wrong with the PDF tables</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/82b3c58b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;Glad to be of help. The tables look pretty good now. &lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Murray&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murray Peake</dc:creator><pubDate>Fri, 21 Oct 2016 07:20:24 -0000</pubDate><guid>https://sourceforge.net9b4a445610efa7272715d1e796dd09707870592c</guid></item><item><title>Something wrong with the PDF tables</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/82b3c58b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Murray,&lt;/p&gt;
&lt;p&gt;wow, thanks for debugging the script. I have not looked into this for a while. Unfortunately I am busy with another project but I fixed the script according to your suggestions. The rest seems to work. There are some other places were the epoch is set - I wonder if those are incorrect as well.&lt;/p&gt;
&lt;p&gt;I will upload a new version.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars</dc:creator><pubDate>Thu, 20 Oct 2016 21:11:07 -0000</pubDate><guid>https://sourceforge.net630a977cbccfd8e4c4b1e85e1190228b94512df6</guid></item><item><title>Something wrong with the PDF tables</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/82b3c58b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Setting the epoch and date with&lt;br/&gt;
        temp_observer.epoch = ephem.date((self.epoch, 0))&lt;br/&gt;
        temp_observer.date = ephem.date((self.epoch, 0))&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    and 
    observer.epoch = ephem.date((self.epoch, 0))
    observer.date = ephem.date((self.epoch, 0))

    gives Hc within a minute or so of the 1975 almanac with epoch set to 1975.

    Hopefully everything else still works...

    Thanks Lars for this project.

    Best Wishes
    Murray
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murray Peake</dc:creator><pubDate>Fri, 14 Oct 2016 19:32:46 -0000</pubDate><guid>https://sourceforge.net1c934c37c8c5cec6695f7930b8279502617e0bab</guid></item><item><title>Something wrong with the PDF tables</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/82b3c58b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The rest of the issue seems to be due to date and epoch. To replicate the 1975 HO 249 I forced  the date and epoch around line 443&lt;br/&gt;
        temp_observer.epoch = ephem.date((1975, 6))&lt;br/&gt;
        temp_observer.date = ephem.date((1975, 6))&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; and also around line 489
 observer.epoch = ephem.date((1975, 6))
 observer.date = ephem.date((1975, 6))

 Previously the epoch and date were set to some time in 1905.
 Cheers
 Murray
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murray Peake</dc:creator><pubDate>Fri, 14 Oct 2016 19:10:18 -0000</pubDate><guid>https://sourceforge.net695df2c3bae2aa5db83efd5d14a11bd93e7eea26</guid></item><item><title>Something wrong with the PDF tables</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/82b3c58b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;Most of the problem seems to be a missing line of code around line 484 which I believe should be&lt;br/&gt;
observer.lat=lat*pi/180&lt;/p&gt;
&lt;p&gt;This corrects much of the discrepancy - I seem to have a few minutes in Hc to account for yet,&lt;br/&gt;
Best Regards&lt;br/&gt;
Murray&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murray Peake</dc:creator><pubDate>Fri, 14 Oct 2016 18:27:10 -0000</pubDate><guid>https://sourceforge.net9f449b0a440f801221e1c5307a75bb3f7ea8597b</guid></item><item><title>Something wrong with the PDF tables</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/82b3c58b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;I have a few bubble sextants but no plane :-)&lt;br/&gt;
I have been comparing the PDF with the 1975 HO 249 Vol 1 and the Hc and Zn values for stars don't match, For Latitude 89 N and LHA Aries 180, Acrux is listed as one of the seven stars. Acrux has a declination of around 63 degrees south, so I think about 62 degrees below the horizon. Do you have any comments? I would like to have this working so will look further.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br/&gt;
Murray&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murray Peake</dc:creator><pubDate>Fri, 14 Oct 2016 15:02:49 -0000</pubDate><guid>https://sourceforge.net3a1c1adae5429a2cb7ba6c7ad8b07ec331d9a337</guid></item><item><title>Anyone actually using it?</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/e27028aa/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi James,&lt;/p&gt;
&lt;p&gt;in a bubble sextant you have a small bubble as an artificial horizont. You put the bubble over the star (and then need to do some calculations as the bubble acts in respones to i.e. the coriolis force).&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars</dc:creator><pubDate>Fri, 05 Feb 2016 07:29:04 -0000</pubDate><guid>https://sourceforge.net85e124adb3fe9e8c0008f82a6fd3efa458f44672</guid></item><item><title>Anyone actually using it?</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/e27028aa/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Lars, I came across your program whilst browsing for &lt;br/&gt;
a python celestial navigation library. It looks interesting - thanks for posting it. How does the bubble sextant differ to a standard marine sextant? regards, James.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Vernon</dc:creator><pubDate>Sun, 17 Jan 2016 18:42:47 -0000</pubDate><guid>https://sourceforge.net43138d4ec7d1e139d764c7ddcc9465d1eabe2541</guid></item><item><title>Anyone actually using it?</title><link>https://sourceforge.net/p/cel-prec/discussion/general/thread/e27028aa/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;it would be interesting to know if this software is of any use to someone.&lt;br /&gt;
Feel free to post.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars</dc:creator><pubDate>Sat, 21 Mar 2015 15:50:53 -0000</pubDate><guid>https://sourceforge.net086360507f8e63aeabb2929b77faafac104ea222</guid></item></channel></rss>