Author Topic: StarAlignment - star detection  (Read 3183 times)

Offline fneyer

  • Newcomer
  • Posts: 31
StarAlignment - star detection
« on: 2013 August 05 12:53:58 »
Hi,

I generated a synthetic star field with StarGenerator. When using as a reference (or as an image to be aligned to another reference) StarAlignment fails:

Structure map: done
Detecting stars: done
0 stars found.
*** Error: No stars found
<* failed *>

Any idea?

Thanks, Fabian

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: StarAlignment - star detection
« Reply #1 on: 2013 August 07 01:39:15 »
Hi Fabian,

Yes, this happens sometimes with synthetic star fields and the new star detection engine. I'll try to fix this problem as soon as possible.

The workaround is very easy: just add a small pedestal to the synthetic star field. For example, apply the following PixelMath expression:

$T + 0.05

with the rescale result option disabled. StarAlignment will work without problems.

Besides this, to use synthetic star fields as registration reference images I strongly recommend you generate them as CSV files with StarGenerator (output mode parameter). You can select a CSV file as the reference image in StarAlignment.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline fneyer

  • Newcomer
  • Posts: 31
Re: StarAlignment - star detection
« Reply #2 on: 2013 August 07 02:02:44 »
Hi Juan,

Thanks a lot, will try asap! Can't wait to play around with the new StarAlignment tool!
You are doing an amazing job - never expected you to be that quick!

Fabian

Offline fneyer

  • Newcomer
  • Posts: 31
Re: StarAlignment - star detection
« Reply #3 on: 2013 August 07 13:24:05 »
Hi Juan,

Still having the same error message (after adding the pedestal, without rescale in PixelMath)...?
I would also prefer to save the CSV file as the reference but then I would need to be able to rotate it first (which I can with the rendered synthetic image).

Fabian