Author Topic: More than one Statistics window  (Read 3578 times)

Offline RBA

  • PixInsight Guru
  • ****
  • Posts: 511
    • DeepSkyColors
More than one Statistics window
« on: 2014 April 05 08:14:41 »
As the subject says... Being able to launch more than one Statistics window - each one operated independently. The Track view is cool and all, but not the same.

Also applicable perhaps to other processes....


Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: More than one Statistics window
« Reply #1 on: 2014 April 08 11:06:12 »
A design principle of PixInsight is that process interfaces are unique objects. What you are asking for makes perfect sense and can be implemented with a single Statistics tool. Assuming that you want to see statistics for several images simultaneously, this feature could be implemented as a tree box control, similar to DynamicPSF. The new version of DBE also follows this scheme. I'll think on the best way to do this.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline RBA

  • PixInsight Guru
  • ****
  • Posts: 511
    • DeepSkyColors
Re: More than one Statistics window
« Reply #2 on: 2014 April 08 13:07:39 »
Great, thanks!