Hello,
Here is a first version of a script that aligns and integrates already calibrated FITS images, using the naming conventions of lightbucket.com (works fine with images produced with LB0002, as they are already calibrated).
You can add a bunch of files and the script will find the files to align and integrate (using file name pattern). It creates the alignment files in a working directory, then it integrates each channel in a view, and finally combine the channels if they are LRGB or RGB (if only L, it is left alone). The registration will adapt the size of the image to the reference image (selectable, the first L by default), so binned channels can be integrated too.
The convention to follow is to have the input calibrated files ending in one of -Red, -Blue, -Green, -Luminance (the script currently does not do any calibration).
It is recommended to have an empty workspace, as I have limited control on the generated image ids.
The script is somewhat complicated, but it is structured so that I can add other naming conventions, and extend the operations. My goal is to support PI naming (unfortunately the R ending is used for Red and for Registered), add an automatic calibration based on master frames and take more advantage of the fits keywords (some files have an FWMH already calculated, this could help select the best reference image). The GUI needs some polishing too and maybe some key properties could be made settable by the user. The name of the script may change when it is more general.
Comments welcome.
-- bitli