Author Topic: distortion correction/modelling  (Read 3105 times)

Offline Physicist13

  • Newcomer
  • Posts: 36
distortion correction/modelling
« on: 2014 February 02 03:02:04 »
I'm getting a bit confused as to how to correct for geometric distortions. I see you can have a distortion correction set in the star alignment. If this is used does the ref image need to be a distortion free image..ie one from a Catalogues Star Generator??
thanks,
Patrick

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: distortion correction/modelling
« Reply #1 on: 2014 February 05 05:50:59 »
Hi Patrick,

There are two ways to correct for arbitrary distortions with the StarAlignment tool:

* Distortion models. These are plain text files in standard CSV (Comma-Separated Value) format. They can be generated, for example, with Andrés' ManualImageSolver script.

* Built-in arbitrary distortion correction algorithm.

These features have already been described in a release Information forum post on the latest version of the StarAlignment tool. Distortion correction has also been further improved recently.

If you use a distortion model, you can apply the model to the target image(s) only, or also to the reference image. The distortion model is always applied to undistort start coordinates prior to the actual image registration task.

The reference image has no specific requirements. The word "distorted" here refers to some definition of distortion that is beyond StarAlignment's control.

If you want to use a synthetic image as a registration reference, for example one generated with the CatalogStarGenerator script, you can enable SA's distortion correction option. In this way SA will try to "undistort" all target images to match the synthetic reference.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Physicist13

  • Newcomer
  • Posts: 36
Re: distortion correction/modelling
« Reply #2 on: 2014 February 06 00:54:13 »
Juan,
Many thanks! that's exactly the info I needed!  :)
Great s/w... sig processsing at its best! ;)
Patrick

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: distortion correction/modelling
« Reply #3 on: 2014 February 06 01:16:24 »
The documentation of ImageSolver has a section explaining how to build a distortion model.

Offline Physicist13

  • Newcomer
  • Posts: 36
Re: distortion correction/modelling
« Reply #4 on: 2014 February 06 04:19:04 »
thanks Andres!