Hi,
I think I have found a solution that does not require to manually transform each image separately. The three important insights are these:
- drift images have one important property: They drift exactly along a circle of declination.
- certain map projections
http://en.wikipedia.org/wiki/Map_projection, such as Mercator and Lambert Conformal Conical have the important property that their distortion does not change as long as you move along a circle of latitude/declination only.
- Star Generator generates star fields with just these projections.
To transform a single wide field shot into one that fits a Mercator projection I can use DynamicAlignment with a star field from StarGenerator as a source, and the photograph as the target. I just map a large number of stars between the two. The resulting transformation will map the photograph into the Mercator Projection, taking care of lens distortion, lens projection and map projection in one go. The real nice thing now is that I can use exactly the same transformation to map
all my drift images into a mercator projection. As the sky drifts through my images, their transformed versions will need only an additional shift along the x/rectacentation axis in the mercator projection.
Here is the preliminary result of this procedure that still needs a lot of work in terms of using better flat frames, getting rid of aeroplane traces, and general processing. The right hand side of the screenshot is the result of
- applying the identical transformation obtained from one dynamic alignment to all drift frames
- doing an automatic StarAlignment on all 55 transformed frames (that essentially adds x offsets)
- doing an integration (average, no rejection yet).
As you can see there are no traces of the "explosion" effect that you could see in my original post.
The left hand side of the screenshot is a closeup and basic processing of this data. You see the stars a nicely matched, except in a small patch where I apparently got the initial DynamicAligmnent wrong (region just below the center). This is something I will fix in later runs.
Only downside of this procedure: still quite a lot of work. The Dynamic Alignment took me (or more exactly: Sibylle, my wife) about 1.5 hours. And it needs to be done again for each wide field session...
Cheers,
Georg