Brett,
<deleted description of dithering since Rob already covered this>
You need to choose a dither amount so that most of the time you don't get the same pixels coinciding. I like to pick an amount around 3 or 4 pixels on the main sensor so there's at least a 9 pixel square area for the dither and 8 out of 9 times a random dither will be in a different position to the previous sub. It's not really quite this simple because dither distance can be a fraction of a pixel but it's a good enough approximation. Note that I said 3 or 4 pixels on the main sensor. Some programs measure the dither using guide sensor pixels so you may need to adjust to suit the difference in image scale.
You don't want the dither amount to be too big because:
- it will take longer for the guiding to settle after each dither
- you'll lose some pixels around the edge of your image
The easy way to see if your dither is working is to register a bunch of subs and then blink compare them. You should see the hot pixels wandering around the image while the stars and DSOs stay still.
Cheers,
Rick.