Hi Terry,
when Image Solver script fails, it generates the following error message:
-------------------------------------------------
Please check the following items:
- The initial coordinates should be inside the image.
- The initial resolution should be within a factor of 2 from the correct value.
- Adjust the star detection sensitivity parameter, so that the script can detect most of the stars in the image without mistaking noise for stars.
- The catalog should be matched to the image. Choose the appropriate catalog and magnitude filter, so that the number of stars extracted from the catalog can be similar to the number of stars detected in the image.
-------------------------------------------------
Currently (PixInsight 1.8.8-5), the crop process removes the following FITS keywords from the FITS header:
XPIXSZ, YPIXSZ, FOCALLEN, RA, OBJCTRA, DEC, OBJCTDEC, EQUINOX
The coordinates RA, DEC of the FITS header are used as seed parameters by the ImageSolver script. If these data are not present in the FITS header, the coordinates that are set manually in the ImageSolver script are used. If the manually set values are wrong, ImageSolver will fail. In addition, the manually set values for image resolution must consider any drizzle scale!
Please also see the discussion about whether it is really necessary to delete astrometric solutions when the crop process is applied:
https://pixinsight.com/forum/index.php?topic=14592Bernd