INTI Mosaic is a specially designed tool for automatic INTI Fits or PNG images assembling into a mosaic.
For windows: http://valerie.desnoux.free.fr/inti/inti_mosaic.zip
For Mac: soon to come...
Once unzipped you'll have a directory with the exe and directory with lot of files. INTI_Mosaic has been wrtitten in Python and to deploy a Python program as an executable the installator includes multiple files to recreate the python required environment.
By defaut the first launch will be in French. To turn into English, click on the bottom FR button, it will toggle into EN. Quit the application, and launch inti_mosaic again. The language ill be in English.
The exe file is in the unzipped directory. It may take a dozen af seconds before the user interface appears. Maybe less at second launch
At launch, windows does not recognize the signature so may display a warning to protect your pc from virus and prevent the program to execute. Trust the program and force windows to execute it anyway.
Windows explorer will propose you to select the fits files you want to assemble. You need to perform a multifiles selection.
On window use ctrl+click to select the files. In the window explorer select the files format, fits file or png files.
Init_mosaic will assemble the 2 or 3 images based on their disk center coordinates. The final result will be displayed in the gray larger frame.
The final image has the disk centered and is cropped as a square with width equal to the original images.
With color images
PNG protuberances images (_protus.png)
In your working directory the files results will be stored as fits and png. The name is the concatenation of your first file and last file like : _10_54_28_recon-_11_00_44_recon.fits
This work has been inspired by the ENBLEND program used in Hugin, which is a reference for image mosaic.
ENBLED itself is based on the publication : A Multiresolution Spline With Application to Image Mosaics, PETER J. BURT and EDWARD H. ADELSON, 1983
The algorithm code from Greg Marcil github has been largely adapted to fit automatically multiple images.