Astro Software from SkyMonsters

PICTools - Image Processing Tools

PICTools is a software tool designed for users of the astronomical image processing IRIS in order to better exploit the signal coming from the calibrated and registered frames for further image processing by other software programs, like PixInsight LE or ImageJ.

IRIS works with signed 16bit integers (from -32768 to 32767), while normally other image processing software use unsigned integers (from 0 to 65535). So, when you try to export the image from IRIS to another IP software, you easily lose data. I started therefore to write a tool that would allow me to convert the PIC files from IRIS in a more convenient 16bit unsigned TIFF file. Later on, PICTools was expanded in order to provide some extra features, working in full 32-bit mode.

Current Main Features

Download PICTools 3.5.1

DitherMaster - Dithering for Everyone

DitherMaster is an utility that acts as a link between an DSLR image capture software and the famouse autoguide software PHD Guiding. Main purpose of DitherMaster is providing an automatic dithering feature while imaging an astronomical object, with no human intervention.

DitherMaster is currently supported in the following flavours

Imaging SoftwareDitherMaster VersionCommentsDownload Page
Canon EOS UtilityDitherMaster for Canon EOS UtilityRel. 3.1.0
AstroclickDitherMaster for AstroclickSpecial versionRel. 1.0
Maxim DLMaxPHDNew release,seems workingRel. 3.0.0

Note: if you are upgrading from a previous version, uninstall the previous release of DitherMaster before installing the new one.

CCD correct exposure calculator

Download CCD Correct Exposure Calculator

I have recently moved from DSLR to CCD and I found that I had issues regarding how to calculate the correct exposure depending on sky conditions. I then found a link describing the math behind calculating the correct exposure per frame, therefore I decided to translate it into a small program to keep with me in the field when I start my imaging session. The program currently runs on a DOS window. How does it work?

  1. Take an exposure of, let's say, 5 minutes
  2. Open your favourite processing program and find out the ADU value for the background
  3. Get from your CCD specs the values for the Gain and Read Out Noise
  4. Run the program and input the above values, where requested
  5. CCDCalc will output the estimated correct exposure time
Enjoy!