This is the announcement of a beta version of a new script: "MosaicByCoordinates"
MosaicByCoordinates aligns the tiles of a mosaic using their coordinates. The tiles must be plate solved for this to be possible. MosaicByCoordinates works with different geometric projections and it has the capability of converting the original projection of the tiles to another projection.
The advantages of this aproach are:
- It can create mosaics where the images don't overlap.
- It can create mosaics of very wide field, even all-sky mosaics. For example, it can create a mosaic with Hammer-Aitoff projection from images in Gnomonic projection taken with a common camera.
- All the transformations are done considering the geometric properties of the image so the resulting mosaic has a valid geometry and can be used in other operations (like AnnotateImage).
This is an example with three synthetic images that simulate the field of a Canon 400D with a 17mm lens. The mosaic covers a span of nearly 180º and it uses the Stereographic projection.
This script has required to implement several projections in order to have a enough range of different properties. I have written a document describing them that can be downloaded from
https://dl.dropboxusercontent.com/u/71653208/PublicScripts/Projections.pdf. This document will be available from the update system of PixInsight when the beta phase finishes.
I have also needed to modify several other scripts. These are the changes:
- CatalogStarGenerator:
- Possibility of select the projection of the result.
- The stars can be extracted from two catalogs at the same time. This is sometimes necessary because some of the most detailed catalogs doesn't contain the brightest stars.
- ImageSolver:
- Improved the solutions using distortion models. It now works MUCH better.
- Improved the calculation of nonlinear solutions using splines. Now it should be less prone to wild oscillations.
- Added a detailed help file!!
- AlignByCoordinates:
- The previous versions had the capability of creating mosaics. Since this capability has been made obsolete by MosaicByCoordinates, AlignByCoordinates no longer can generate mosaics.
The new beta version of the scripts can be downloaded from this link:
https://dl.dropboxusercontent.com/u/71653208/PublicScripts/AdP.zipSome of the scripts have integrated documentation that will not be usable from the script until they are released by the update system. Meanwhile I have generated PDFs with the contents:
Documentation of AlignByCoordinatesDocumentation of ImageSolverDocumentation of ManualImageSolverDocumentation of MosaicByCoordinatesDocumentation of Projections