Author Topic: RANSAC Errors - Help Please  (Read 7965 times)

Offline ghooper

  • Newcomer
  • Posts: 3
RANSAC Errors - Help Please
« on: 2020 March 03 06:59:34 »
I am a new PixInsight licensee. I am working through Warren Keller's Inside PixInsight. I'm having great difficulty with the same problem on all my datasets in BatchPreprocessing. The whole process works perfectly until the calibration of lights, when I get RANSAC errors - Unable to find a valid set of star pair matches. I have no problems in processing the same files, and their associated calibration files using DSS. There must be something that I am not getting, or doing wrong. I'm wondering if there's anybody who can help me see my error.

Thank you.


Offline dave_galera

  • PixInsight Addict
  • ***
  • Posts: 261
    • QDigital Astro
Re: RANSAC Errors - Help Please
« Reply #1 on: 2020 March 03 07:50:06 »
John Gill suggested using the following values to get around this:

Star Detection
 - Detection scales 3
 - Noise scales 0
 - Hot pixel removal 1
 - Noise reduction 5
 - Log sensitivity -1.00
 - Peak response 1.0
 - Maximum distortion 0.500
 - Upper limit 1.00

Star Matching
 - RANSAC tolerance 7.00
Dave

Offline ghooper

  • Newcomer
  • Posts: 3
Re: RANSAC Errors - Help Please
« Reply #2 on: 2020 March 03 07:58:52 »
Thank you Dave. I'll give this a try. From what I understand these settings are available in StarAlignment. May I assume that your recommendation involves using Batch Preprocessing script selecting "calibrate only", and performing image registration and integration using StarAlignment?

Offline dave_galera

  • PixInsight Addict
  • ***
  • Posts: 261
    • QDigital Astro
Re: RANSAC Errors - Help Please
« Reply #3 on: 2020 March 03 09:05:35 »
Yes correct

Dave