Quote:
Originally Posted by h0ughy
thanks Geoff 
|
Ha!... sorry just saw that. Yeah as Geoff said it's under Script->Execute Script File. Then browse for <drive:>\Program Files\PixInsight\src\scripts\FFTReg istration
Select FFTRegistration.js then open.
Select a Reference image then load all the other images in the target images section then create and select an output directory.
Tick off 'Integrate registered images', tick 'Correct for rotation','Write registered images' and 'Enable large translations' then click OK.
Takes a long while to do if your files are like mine 4000px wide or so.
By default it will load raws and outputs fits but you can make it to output tiff files. Open the js file in a text editor and change the line:
outputPath = this.outputDirectory + name + "_r.fit";
to
outputPath = this.outputDirectory + name + ".TIFF";
I find it much easier to load all the raws in Lightroom and work out levels and colors via the XMP files. This way you don't modify any of the raw files and it's super quick. With LR timelapse you can key in the transitions to have a smooth illumination change when you have steps caused by changes in exposure times or ISO settings.
Then when you're happy with the sequence you export everything to 16bit TIFF files and feed that to PixInsight for registration. You end up with a lot of registered TIFF files that you batch crop in PS with an action (canvas) then you end up with high-res frames.
From there you can make an AVI or use them individually in batches in registax to apply a little sharpening, wavelet etc... for some cool stills.
The only thing I haven't worked out yet is how to do the HDR comp in PS like
what Richard did. That's tops.