Eclipse chasing

Can you really be an eclipse chaser if you’ve only actually chased one eclipse?
My chased eclipse was August 1999 – south west England. Back in the mid 1980s I had a book of fascinating astronomical facts, it listed the dates of upcoming eclipses until the far-off Year 2000. I decided that I’d see that one, and as time passed, I did find myself watching very cloudy skies from a side road near the hurlers stone circle. The sky did darken at the appointed time, the surrounding fields lit up with camera flashes and there was a genteel sense of disappointment when the sky cleared for a glorious sunny afternoon shortly after the end of the eclipse.

I’ve since caught a few other eclipses visible from London, but I’d not gone out of my way to travel to see any. I’ll not count the North American October 2014 partial eclipse as chasing because I was already in the country for other reasons.

Of course it was cloudy for the big event today. My preparation of solar film, pinholes and time-lapse camera was for nothing. With about ten minutes until first contact between sun and moon, I decided I’d at least have a try at logging the change in light levels.

I quickly bodged together an Arduino, an SD card and a light sensor, and put it in the garden. The plan being the thick cloud cover may stop be seeing the ellipse directly, but would act as a perfect diffuser for making whole-sky light level measurements.

Quick and dirty light logger

The graph shows the result – it got dark(er) when it should have.

eclipse2015

The y-axis units should be Lux, but are uncalibrated.

Other eclipses during my life.

July 1982 – No memory of this one.
December 1982 – No memory of this one either.
May 1984 – Vague memory of my Grandfather trying to view this though smoked glass.
May 1994 – Watched this though a pinhole in card held up to my eye.
October 1996 – I must have watched this, but I can’t recall it.
August 1999 – The big one, had planned to watch this since the mid 1980s. Got stuck in traffic close to our chosen viewing spot (along with half of Cornwall and the BBC), watched from the side of the road. Cloudy, but magic.
May 2003 – Far too early for me.
October 2005 – Set up with telescope and camera at work, clouds rolled in. Managed to get the occasional glimpse of the sun in projection though the telescope.
March 2006 – May have tried to watch this one, but it was only a tiny fraction partial eclipse and I was deep in PhD writing up, so no memory of this eclipse.
August 2008 – Another tiny fraction partial eclipse, I think I tried to spot it using a stack of CDs as a solar filter.
January 2011 – Early and cloudy, nothing seen.
October 2014Nicely visible from a front porch in Minneapolis
March 2015 – as above, cloudy but at least some data from the eclipse.

Bugger.

pt

I can’t honestly claim to to have been a massive fan of Terry’s writing – I’ve not read all (or much of it) – Robert Rankin was always more my cup of Tea (or pint of Large).

That said I am a massive fan of the man himself and I’ve met many good people, some very good friends, some acquaintances via his fandom.

The news of his passing him me a lot harder than I thought it would. So many good memories.

I’ll raise a glass to him at 8pm tonight.

 

RTLSDR + MatLab 2014b

Horribly geeky post, more for my own information than anything. Might help others.

After installing MatLab 2014b on OSX, I thought it might be fun to see if it’ll work with an RTLSDR dongle – if you’ve a license you can download a driver package for the MatLab communication toolbox from Mathworks (No, I’ll not give you or help you get a pirate copy.)

The RTL support package installs ok, but it wouldn’t work with the existing librtlsdr.0.dylib library on my system. It seems the library had been installed with a Compatibility Version number of 0.0.0

matlab-rtl-error

Recompiling the library from scratch, or installing it from homebrew didn’t fix the error. A nose around in the  build folder for librtlsdr showed that no compatibility version number was being set when the library was being linked (final step in the compile process.)

The solution was to edit the link.txt file in /build/src/CMakeFiles/rtlsdr_shared.dir
There’s only one long line in the file, I changed it to read:

/usr/bin/cc  -O3 -DNDEBUG -dynamiclib -compatibility_version 1.0 -Wl,-headerpad_max_install_names -current_version 0.5.3 -o librtlsdr.0.5.3.dylib -install_name /Users/dm/scratch/rtlsdr/librtlsdr-0.5.3/build/src/librtlsdr.0.dylib CMakeFiles/rtlsdr_shared.dir/librtlsdr.c.o CMakeFiles/rtlsdr_shared.dir/tuner_e4k.c.o CMakeFiles/rtlsdr_shared.dir/tuner_fc0012.c.o CMakeFiles/rtlsdr_shared.dir/tuner_fc0013.c.o CMakeFiles/rtlsdr_shared.dir/tuner_fc2580.c.o CMakeFiles/rtlsdr_shared.dir/tuner_r82xx.c.o /usr/local/lib/libusb-1.0.dylib 

[all the above should be on one line]

Then the library was rebuilt (issue the make command in build.)

matlab-rtlsd-rworking

Running

I’ve always enjoyed a good run, but somehow got out of the habit between the ages of 14 and 25ish. Then got back into it in a not very serious way. Now I try to run 2 to 3 times per week – usually in my work lunch hour (and a bit).

I’ve been running distances up to 20km in 2h without serious problem – apart from needing a few days of doing not much moving at all afterwards.This would put me on course for a 4h marathon time (assuming linear scaling and a bit of effort to get a little faster).

I didn’t get a place in the ballot for this year’s London marathon, but I did manage to get a place in the Cancer Research London 10km Winter Run. I ran that yesterday, without 5000 others. It was a loop down the Embankment from Whitehall to the Tower of London, back along to St Paul’s, another loop to touch the start of Watling St then back past the front of St Paul’s before dropping down onto the embankment again and finishing at Whitehall again.

It was cold, but good fun. I knocked around 6 minutes off my previous best time for the 10km, coming in at 50.52

Might aim for the Royal Parks half-marathon now…