Saturday 10th December 2011

Christmas is coming and I’m looking forward to some astronomical treats. I’ve done some imaging since the last update but the weather hasn’t been too good so it’s just an hour here or there depending on fog and fogging mirrors! (maybe some research into dew heaters required?). No images worth sharing but I’ve been improving my approach and have been able to take guided images of 4 or 5 minutes which will be great when I get all the new gear in place.

So what changes are happening at Ty Du? Well to start I was gifted an old Acer laptop from my sister-in-law (thanks Al) which may be old (the laptop :) but is streets ahead of the ancient model I currently use. In simple hardware terms I’m moving from 512MB to 2GB of RAM which will make a massive difference given the number of apps running simultaneously when imaging. The down side of the new (old) laptop is that it doesn’t have a parallel port and my long exposure cable for the Canon uses parallel. I knew this day would come but didn’t realize the trouble I’d have working around it.

I was thinking it would be easy to buy a USB to parallel converter (only £3 on amazon) and plug my existing cable into that but it seems these cheap parallel cables are designed for printers and not to run pin2 switching for “DSLR Shutter”. I pried the case open, prodded it with a multi-meter but I wasn’t getting the same control on the data lines as I would with a traditional LPT port so I splashed out another £3 for a USB to serial cable. I knew this wasn’t a direct replacement but after studying online circuit diagrams I was happy that connecting the RTS line from the serial adapter to the opto-isolator on my parallel adapter would solve the problem and be easy enough to do.

Well it would have been easy if they’d sent the right cable! doh! I’m sure a VGA splitter will come in handy one day, so after dropping it into my “odd cables” bag I set about working on plan “c”. Plans “a” and “b” both provided a working solution without changing software but plan “c” was much more radical. So here it is:

“Plan C”
I had an Arduino board (google it, it’s an awesome open-source project) lying around so I thought if I interface that to the opto-isolator I could use the microcontroller to open and close the camera shutter.

Hmmm, but then I won’t be able to use “DSRL Shutter” so I’ll have to write some timer software for taking multiple exposures. Oh and I’ll have to write some firmware for the arduino to allow me to control it through the USB port … what was I thinking.

So I did it, it took most of the afternoon to knock together the exposure timer and I wrote the firmware yesterday evening.

// Project	 :	canonDSLRtimer
// Author    :	Duncan Abraham
// Date      :  10-Dec-2011
// Version   :  1.000

void setup() {
  Serial.begin(115200);           			// set up Serial port at 115200 bps
  Serial.println("canonDSLRtimer v1.000");
  pinMode(13, OUTPUT);						// pushing pin 13 (LED) high at same time for visual reference
  pinMode(12, OUTPUT);  					// using pin 12 for the shutter trigger
  digitalWrite(12,LOW);						// set pin low
  digitalWrite(13,LOW);						// set pin low
}

void(* resetFunc) (void) = 0;

void loop() {
	while (Serial.available()) {
		byte inByte1 = Serial.read(); 		// read a character from the comm port

		if (inByte1 == 65 || inByte1 == 66 || inByte1 == 68 || inByte1 == 86 ){ //A,B,D,V
			if (inByte1 == 65) 				// A = shutter open
			{
				Serial.println("shutter open");
				digitalWrite(13,HIGH);
				digitalWrite(12,HIGH);
			}
			if (inByte1 == 66) 				// B = shutter closed
			{
				Serial.println("shutter closed");
				digitalWrite(13,LOW);
				digitalWrite(12,LOW);
			}
			if (inByte1 == 68) 				// D = RESET
			{
				resetFunc();
			}
			if (inByte1 == 86) 				// V = Show Version
			{
				Serial.println("canonDSLRtimer v1.000");
			}
		}
	}
	delay(10);
}

So that’s the arduino sketchbook .pde file that tells the microcontroller how to interact with the data coming down the USB connection.

Next step was the Windows software to control the arduino.  As you can see from the code above I set up a simple method involving a single character being sent:

  • “A” – open the shutter
  • “B” – close the shutter
  • “D” – reset the Arduino
  • “V” – display the version number

The Windows software was developed in C# and provides an interface to connect to the comm port, select exposure times etc and run the timer.

Port selection screen.  This screen presents a drop-down box showing all available comm ports on the PC.  When you pick a port and press “select” the application tries to communicate with the arduino by sending a “V” for version.  If nothing is returned the application tells you to try again :)

After selecting a comm port you are presented with the chance to select how many exposures you want to take, any delay before and after and the duration of each.  I’ve gone for all times in seconds to save confusion, but it would be easy enough to convert this to hrs:mins:secs in version 2 (maybe).

Finally, when you press the “START” button it goes into timer mode and starts counting the seconds and the exposures. 2 progress bars show completion of the current exposure and all exposures.

So that’s it, quite simple really but it works.  I’ve been down to the observatory and (after installing all required .Net libraries …) I was able to take several short exposures to prove the system works in principle.  I won’t know for sure until the weather changes.

What about the Christmas treats I hear you ask, well, finally I bought a Baader MPCC to turn my rubgy ball shaped stars into nice round points. Of course I couldn’t stop at that, the MPCC won’t fit into my standard rack and pinion Skywatcher focuser without me fitting the 2″ adapter. That would prevent me reaching focus with the DSLR. So I had to ask Santa for a low-profile, dual speed, crayford focuser as well :).

I bought a 2″ skyglow filter some time ago, but without the correct fittings I wasn’t able to use it. Now it will screw into the bottom of the MPCC so I’ll have flat images with reduced orange glow – I can’t wait.

Sunday 2nd October 2011

A rare few days of autumn sunshine has left the skies clear for a couple of nights and given me a chance to image some old favourites.

In the last few weeks I’ve:

  • Installed the Atik 16ic as the main imaging camera
  • Installed the QHY5 as my guide camera with all the driver issues associated with it!
  • Adjusted the primary collimation on the main scope

It may not sound like much but those few changes have taken time to get right and I’ll need more clear nights before I’m happy with the results.

I’ve found that if I keep my guide camera exposures to 0.5 seconds I don’t get too much movement and I’ve been able to take images as long as 5mins.  After stacking the 5min exposures in DSS (Deep Sky Stacker) I thought the focus was out but it seems there’s just too much movement and the resulting stack looks more blurred than the individual frames.

I may suggest on the EQMOD forum that the software could include a timed shutdown option as I leave the system imaging overnight and hope the scope doesn’t get jammed against anything before I awake and rescue it.  So far I haven’t had any issues but if I could issue a “Park at 4:30am” command I’d feel a lot happier and may even sleep longer :).

Images

So here are a few images from the last 2 or 3 nights. All have been stacked in DSS with curves and levels in Photoshop:

NGC6946 – where I found the supernova a couple of years ago. This is a stack of 20 x 1 minute exposures.

Images from an clear autumn sky

The Crescent Nebula – 24 x 1 minute exposures

Images from an clear autumn sky

I’ve never taken a good image of the crescent, this is probably the best but it remains a tricky object, being just too big for the FOV with the 16ic. Maybe I’ll redo this with the Canon when I next switch the camera’s around.

NGC7331 is a spiral galaxy in pegasus. I haven’t done it justice here as I’m sure with the right camera this would be awesome. The galaxy has a number of smaller galaxies in the same FOV making this a nice object to image.

The two images shown here are 23 x 5mins for the top images and 13 x 3mins for the bottom. Dirt on the primary mirror, mist, poor guiding due to fogged up guidescope all contributed to these images not being exactly what I was hoping for.

Images from an clear autumn skyImages from an clear autumn sky

Another object commonly imaged by us amateurs, M57 the Ring Nebula. I’m happy with the sharpness of the stars inside the ring but disappointed with the overall ring which shows more detail in my earlier webcam images than it does with the more sensitive Atik.

The top image is 23 x 30 second exposures and the bottom is the same image with IC1296 highlighted. IC1296 is a 15.5mag galaxy which is overshadowed by its more well known neighbour.

Images from an clear autumn sky
Images from an clear autumn sky

Wednesday 7th September 2011

Nothing to report, it looks like we’ve had the tail end of hurricane Irene blowing across the UK for the last few days so no chance to get back into the observatory.

I’ve been looking through some of my older posts and updated Jan 2008 to include a piece on a supernova in NGC6946 for which my images were used to estimate the date as I had before and after images from the 16th and 24th January. SN2008S is given as official “birth” date of 01-02-2008 but my image from the 24th January clearly shows the SN to be visible.

After looking through the older images I’m tempted to put the Canon away for a while and see if I can take long guided exposures with the Atik16ic. The problem with the Atik is the small CCD offers much smaller field of view than the big CMOS sensor in the Canon which means that even tiny movements will result in egg shaped stars. I’ll have to dig out by other guide cam …. where did I put that?

All I need is a clear night!

Friday 2nd September 2011

I haven’t been on here for a while (that’s an understatement!), I could blame the weather but I think that’s only half the story. After building the observatory I struggled to find the time to use it and seemed to have only sporadic clear spells so I’d spend an evening trimming the focus and alignment then not get another clear night for weeks.

I’ve spent some nights in the observatory since finishing the build last year, but I couldn’t get auto-guiding working even after investing in a dedicated guide scope and haven’t really produced anything worth shouting about.  In the last couple of weeks I think I finally have the guiding fixed and have successfully guided for over 3mins with only slightly eggy stars.  Imaging over 5mins totally over exposes due to the light pollution here in South Wales but I think if I can get enough frames at 3mins I should be able to start producing some good images for the gallery.  My collimation is slightly out and I need to invest in a Baader MPCC (not the first time I’ve said that) as the stars at the edge of the field of view suffer badly from coma.

All the images I have at the moment are waiting for processing so I’ll get them on here as time allows, but for now it’s good to be back :)

Comet Garradd August 2011

Another view of Comet Garradd Aug 2011

M81 and M82 14x120secs at iso 800

M101 showing Supernova PTF11kly

Not the best images I’ve taken but I’m working on it. The M101 image was taken between clouds to ensure I had an image of the supernova before it fades. Comet Garradd is getting brighter but not expected to peak until early next year. If it makes it to Mag 6 in September, as predicted, it could become the photographers favourite object for a month or so :) Funny how the one image has it green and the other blue, its all in the processing so maybe I need to redo them.

Wednesday 14th October 2009

I used an unexpected day at home to make a Hartmann Mask to help me focus the Canon 300D DSLR.  Using the vanes on the secondary to focus has always been good enough with the Atik Camera and even the web cams before, but the the field of view with the Canon means the spikes on the stars are very small and hard to see if they are perfectly formed or not.  After looking at several designs I decided to build the 3 triangle model out of a printer box I had lying around.

Here’s the mask (it’s not really this colour):

hartmannMask

The tabs on the side bend over to “hook” over the top of the scope, but in use I had to use some masking tape to hold it in place.

The resulting image when out of focus clearly shows 3 separate images for dimmer stars but shows six large spikes on bright stars like Arcturus here:

focusBefore

When in focus the the 3 images become 1 and the spikes on the bright star become very clear:

focusAfter

The secondary vanes still make spikes so I get an extra 4 to help focusing.

So after focusing the camera (and I think it could do with another tweak), I took a few images before the battery ran out.

M3 Globular Cluster

M3 Globular Cluster

M13_2009-10-14_33x20secs_is

M13 Globular Cluster

M27 The Dumbbell Nebula

M27 The Dumbbell Nebula

NGC6946 Spiral Galaxy

NGC6946 Spiral Galaxy

I’m disappointed that even with 3 minute exposures NGC6946 is still very faint.  With the Atik 16ic this galaxy was brighter using 1 minute exposures – but that’s the difference between a CCD and a CMOS camera I guess.

Next time out I’ll see if I can get the focus even sharper.  I’m also trying to work out how to get the 2″ LPR filter I bought into the light-path given that the camera adapter doesn’t have filter threads.  I’m so glad I haven’t bought a coma corrector yet as this would screw into the same non-existent threads!

I took a couple of 5 minute frames across the “mexico” of the North American Nebula (NGC7000) but they won’t stack so I can only view the frames individually. I’m sure I have caught some nebulosity and comparing my image with others I can make out some structure, but I think I’d need to take lots of these, on a clear night with good seeing and better focus to make anything worth showing here. Maybe next time.