Author Topic: CatalogStarGenerator  (Read 13144 times)

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: CatalogStarGenerator
« Reply #15 on: 2015 July 24 02:03:34 »
Some of the catalogs have several filters. You could generate separate images with different filters to combine in a color image.

However, I don't know of any catalog with RGB filters that could be used for generating "real color" images. Most of the star catalogs are made with photometric filters that are not designed for RGB images. Moreover, in most catalogs there are many stars which don't have magnitude for one or more filters.

Offline troypiggo

  • PixInsight Addict
  • ***
  • Posts: 258
Re: CatalogStarGenerator
« Reply #16 on: 2015 July 24 02:10:23 »
I see.  Thanks for the reply.

Offline troypiggo

  • PixInsight Addict
  • ***
  • Posts: 258
Re: CatalogStarGenerator
« Reply #17 on: 2015 August 02 01:08:48 »
Sorry mate.  Just updated PI and seems to have broken the script?  Got this error:

Code: [Select]
run --execute-mode=auto "C:/Program Files/PixInsight/src/scripts/AdP/CatalogStarGenerator.js"

Processing script file: C:/Program Files/PixInsight/src/scripts/AdP/CatalogStarGenerator.js
*** Error [133]: C:/Program Files/PixInsight/src/scripts/AdP/CatalogStarGenerator.js, line 530: SyntaxError: syntax error
this.projection_Combo.minWidth = ;
.................................^

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: CatalogStarGenerator
« Reply #18 on: 2015 August 02 01:25:57 »
There are several problems in PI 1.8.4 in my scripts. I am testing them now and also waiting for a bug fix in PI.

The released version of the scripts is a beta with known problems. I also couldn't test them in PI 1.8.4.

Hopefully I'll have them fixed today and will be released shortly after that.