Note to Self
A brief summary of how I stack images.
- snap the light frames
- snap the dark frames, ie, leave the settings the same and put the lens cap on
- create a master dark frame (merge the dark frames in Gnu IMP—“darken only” layer mode)
- do dark frame subtraction on every light frame (
composite IMG_{xxxx}.JPG -compose minus_dst dark-frame-master.jpg IMG_{xxxx}_cleaned.JPGshould help) - align images with
align_image_stack -a aligned_ *.JPG - convert aligned images to JPG using
mogrify -format jpg *.tif(mostly so I don’t overload my poor laptop) - open aligned images as layers in Gnu IMP
- set each layer mode as “Dodge”[1]These 2 steps can also be replaced by using the Gnu IMP “create startrails” script
- export the whole shebang as a JPG
- re-open the exported JPG
- Use Gnu IMP’s Filter → Enhance → Noise Reduction and cranked that baby up to 11[2]16, actually
- profit