Real Time Stacking:
I'm using PCL to do high quality real time stacking module. The program is mainly significantly reworking the Image Integration module to accept a single image to start, and then stack additional images on top of the image, while maintaining the statistical data on each pixel stack to allow of additional images to be added. basically instead of processing pixel stack by pixel stack, doing image by image.
Part of this is a new interface to a small set of processes that we will use including Callibration, StarAlignment, the reworked realtime Image Intergration, and a few others, like color calibration, historgram transformation, etc. The idea is to be able to process the images as they come off the telescope as we have seen in other products.
The one component that seems to be missing in the PCL library is star alignment. I could get by without this but wondering if this is opensource. If the code is available in opersource that is great, if not, can I use the compiled DLL without the pix-insight front in or is that no allow according to the license.
Don