Hi,
this is the announcement of a new script that I am finishing. The script is currently a beta that can be used for testing the capabilities of the script.
MosaicPlanner in a script for planning how many tiles are necessary for covering an area and finding the position and rotation of the tiles. The script can also help with the orientation of the tiles for getting good stars for off-axis guiders or double-sensor cameras.
MosaicPlanner is designed for PixInsight version 1.8.4 or higher. It requires an image that shows the area that needs to be covered with tiles. This image must have WCS coordinates that can be calculated using the script ImageSolver or other applications.
The user interface of the script has two parts: a viewer shows the reference image and the position of the tiles. To the right there are several collapsible panels that configure several aspects of the mosaic plan:
- Camera geometry: This section allows to configure the focal length and dimensions of the sensor of the camera that will be used to take the images. When the camera has an off-axis guider or a second sensor, the dimensions and position of the guiding sensor can be also configured.
- Mosaic definition: The mosaic is defined as a rectangular matrix of tiles where one of the tiles is considered as the reference tile. The mosaic will have several rows and columns of tiles around the reference tile overlapped by a certain amount. The reference tile is defined by the coordinates of the center and the rotation angle.
- Tiles: The list of tiles shows the coordinates of the current configuration of the mosaic. Each tile can be rotated by 90 degrees increments in order to fit a guiding star inside the guider sensor.
- Guide stars: The script can draw the position and magnitude of the stars on the image. The stars are extracted from local or online catalogs and can be filtered by magnitude. The objective is to show only the stars that can be used by the guiding equipment.
The user can move or rotate the reference tile and change the number of tiles until the requisites are met. The button “Generate” writes the tile list in the console and generates a new image with the mosaic plan drawn on the reference image.
LIMITATIONSThe algorithm for generating the position of the scripts is very simple and currently is only useful for mosaics with a focal length of 150-200mm or more. I will probably implement a better algorithm for shorter focal lengths but I have to think a little about it.
The plan is only as good as the precision of the data of the geometry of the camera. It is really important to set the exact effective focal length of the camera.
HOW TO INSTALL THE SCRIPT- Download the script zip file
- Decompress the file in any empty folder of the computer.
- Enter the “Feature scripts” dialog of PixInsight 1.8.4 (Menú “Scripts | Feature scripts”) and add the folder where the script was decompressed.
- The script should now be present in the menu “Scripts |Utilities | MosaicPlanner”.
- Documentation