Tag Archives: coding

Mono histogram for capture application

I have the histogram working for mono cameras now. Colour is more work, but that will follow shortly. It doesn’t look too exciting mind.

Posted in Astro Equipment, Astronomy, Computing, Linux | Tagged , , | Leave a comment

ASI120MM capture support

Here’s capture support working in my new application for the ASI120MM, together with binning. I’m really not sure what use binning is for high frame rate image capture, but it works anyhow.

Posted in Astroimaging, Astronomy, Computing, Linux | Tagged , , , | Leave a comment

Troubles with the ASI120MC

I started getting some problems with data from the ASI120MC in my capture application, with the image “tearing” or undebayered data appearing in what ought to be debayered frames as in these two examples: It turns out that the problem … Continue reading

Posted in Astroimaging, Astronomy, Computing, Linux | Tagged , , , | Leave a comment

ASI120MC capture support

I’m now able to get an image from my ASI120MC: The colour is all wrong. It turns out that whilst the header file gives the image format define as “RGB24”, it’s actually BGR24. I can probably write them to an … Continue reading

Posted in Astroimaging, Astronomy, Computing, Linux | Tagged , , , | Leave a comment

A new Linux planetary capture application

Astronomy-wise it’s been a fairly rubbish last month and a half. Here in the back end of beyond it’s been nearly permanently cloudy and there have been periods of several days where there’s been no hint of blue sky. In … Continue reading

Posted in Astroimaging, Astronomy, Computing, Linux | Tagged , , | 2 Comments

Loading MySQL data for phpunit testing

I’d been bugged for a while because when I was writing phpunit tests for some of my code, I couldn’t find a tidy way of pre-loading data into a MySQL database for testing against. Everything I came up with seemed … Continue reading

Posted in Computing | Tagged , , , | Leave a comment

Searching for the longest match with MySQL

I’ve been involved with Carbon Guerrilla, a project to allow organisations to manage and track their CO2 emissions for some time now. Yesterday I was working on some code to allow people to compare emissions across locations by re-basing emissions … Continue reading

Posted in Computing | Tagged , | Leave a comment

Sortable list of Messier Objects

Although I’ve been interested in the stars for years, I’ve only recently become a telescope owner.  Despite the lack of clear nights since receiving my new toy, I’ve spent some time looking at the obvious things like the moon and … Continue reading

Posted in Astronomy, Computing | Tagged , , | Leave a comment