Author Topic: PCL: Blink module  (Read 71305 times)

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
PCL: Blink module
« on: 2011 November 10 09:58:40 »
Hello everyone.

PCL reincarnation of the Animation Script.

Best regards,
Nikolay.

Version history:
1.0.1.0002 - zoom rounding problem fixed. ToolTips expanded and added.
1.0.2.0001 - Improved CropTo green rectangle: Defined Preview used for.
1.0.2.0002 - Add: Play to selected Preview.  ;) ScrollControl rectangle visualization and management improved.
1.0.3.0001 - Add: Statistics & FITSKeyword output to Console, GUI & File.txt
1.0.5.0001 - Add: Sorting by statistics & KeyWorkds.
1.0.6.0001 - Add: Button MoveToFolder

1.1.1.0001 - Add: Make Video ( avconv required for coding,  to install it in Ubuntu: ~$ sudo apt-get install libav-tools ).
Note: PixInsight under Windows not supported folder/file names with regional symbols.

1.1.2.0001 - Improved STF usability. Make Video with STF. You can define STF manually in STF module and apply to Blinking screen and make Blink.avi with same brightness.
1.1.3.0001 - BugFix: Spaces and regional symbols in folder/file name.
1.1.4.0001 - build for PI1.8RC3
1.2.1.0001 - Make Video adapted for Linux and Windows OS.

« Last Edit: 2014 January 28 03:10:42 by NKV »

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #1 on: 2011 November 10 09:59:28 »
« Last Edit: 2014 January 28 03:14:11 by NKV »

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: PCL: Blink module
« Reply #2 on: 2011 November 10 10:51:16 »
Hi

Excellent stuff , one of my fav  :D

Does hang a bit(consol stops till fin ) when doing hist to all images

Many thanks

Harry
Harry Page

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: PCL: Blink module
« Reply #3 on: 2011 November 10 11:07:01 »
Excellent!

Does hang a bit(consol stops till fin ) when doing hist to all images

To keep the interface responsive (screen updates etc), Just call ProcessEvents() in each loop http://pixinsight.com/developer/pcl/doc/html/classpcl_1_1ProcessInterface.html#aac3a7129a06110eab0f6584c7111b2d0.
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Enzo De Bernardini

  • PTeam Member
  • PixInsight Addict
  • ***
  • Posts: 274
  • Resistance is futile.
    • Astronomí­a Sur
Re: PCL: Blink module
« Reply #4 on: 2011 November 10 21:02:06 »
Excelent!, thanks Nikolay!  :D

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #5 on: 2011 November 11 06:16:53 »
Does hang a bit(consol stops till fin ) when doing hist to all images
Fixed.

Offline sleshin

  • PixInsight Old Hand
  • ****
  • Posts: 431
Re: PCL: Blink module
« Reply #6 on: 2011 November 11 06:54:12 »
Hi NKV,

I'm confused(not unusual for me). Is this Blink Script to replace the Animation Script or is this something new that is doing something different than Animation?

Steve
Steve Leshin

Stargazer Observatory
Sedona, Arizona

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #7 on: 2011 November 11 07:42:57 »
Is this Blink Script to replace the Animation Script or is this something new that is doing something different than Animation?
I write it to replace the Animation Script. Current PCL version don't cover all features of script version, but in near future it will more powerful... i hope...

Offline Lex

  • PixInsight Guru
  • ****
  • Posts: 555
  • We do it at night...
Re: PCL: Blink module
« Reply #8 on: 2011 November 11 07:44:30 »
Hi,

i still do not understand what is meant with this script? What does it really do?  ???

Thanks
Clear Skies!!

Lex

______________________________________

AZEQ6 GT, TS UNC 10" f5, ASI1600mm-c

HADSO (Hagen Deep Sky Observatory)20 km W of Luxemburg City

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #9 on: 2011 November 11 08:09:12 »
i still do not understand what is meant with this script? What does it really do?  ???
If you have huge qty of images from one good photo session and before make masterFiles you want to be sure that all images is OK. No errors during readout from camera, temperature divination not so big, etc. So you need fast method to sort the images and delete bad. Fastest method it is visual inspection or numeric inspection of statistics of each image.  The Blink module can help to you.

Also if you take lights between clouds and you don't sure which is bad/good, just try Blink module to see how sky condition changed during night.

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: PCL: Blink module
« Reply #10 on: 2011 November 11 12:16:00 »
Hi
Excellent  8)   eerr where is it

Harry

Does hang a bit(consol stops till fin ) when doing hist to all images
Fixed.
Harry Page

Offline Lex

  • PixInsight Guru
  • ****
  • Posts: 555
  • We do it at night...
Re: PCL: Blink module
« Reply #11 on: 2011 November 11 13:11:19 »
Nikolay,

Hmmm, sounds great, gotta try it out soon!
Thanks for the explanation!
Clear Skies!!

Lex

______________________________________

AZEQ6 GT, TS UNC 10" f5, ASI1600mm-c

HADSO (Hagen Deep Sky Observatory)20 km W of Luxemburg City

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #12 on: 2011 November 12 03:54:10 »
1.0.2.0001 - Improved CropTo green rectangle: Defined Preview used for.

add:
1.0.2.0002 - Add: Play to selected Preview.  ;) ScrollControl rectangle visualization and management improved.
« Last Edit: 2011 November 12 05:57:18 by NKV »

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PCL: Blink module
« Reply #13 on: 2011 November 24 05:40:22 »
1.0.3.0001 - Add: Statistics & FITSKeyword output to Console, GUI & File.txt

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: PCL: Blink module
« Reply #14 on: 2011 November 26 02:12:31 »
Hi Nikolay,

Did I mention you're doing a fantastic work? ;)

How about releasing these tools through the update repository? If you agree, we can arrange it for next week.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/