Author Topic: Blinking Script  (Read 87222 times)

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Blinking Script
« Reply #165 on: 2011 April 15 07:52:32 »
That was fast :)
Good job. By the way, I'm trying to write a module that overlaps with your script in a significant way.
I'm not trying to create an animation but manipulate a image window to show any slice of a data cube (array of images). At a first step, this should work only for orthogonal slices, but in the future it should proyect any slice. Maybe it is not too useful for astronomical purposes, but is highly applied to biomedical imaging (microcoscopy, CT scans, MRI, etc). If you want to join the project, you'll be highly wellcome :D I'll post a first release (not much more than a draft) in a few days.
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: Blinking Script
« Reply #166 on: 2011 April 17 07:39:24 »
Carlos,
If you want to join the project, you'll be highly wellcome
Why not? I will happy improve your project (if i can) and my programing skill.

Niall,
include other FITS header information in the Summary Details listing and file output
done. :)

Ver 2.93beta(sorry... literal version enumeration don't work in PI  ;) ) 2.94 in attachment.

PS Note: you can mix different images(size, extension, with and w/o fits header and with different header length ) in report. I can write more about the curent ver improvements, but better push me if you have trouble or you know how to improve it.

PS2: Ver 2.94 compatible with PI up to 1.6.9 ver. For PI ver 1.7.0 and up see bellow.


« Last Edit: 2011 May 30 21:26:24 by NKV »

Offline Niall Saunders

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1456
  • We have cookies? Where ?
Re: Blinking Script
« Reply #167 on: 2011 April 18 23:49:32 »
Hi Nikolai,

First impressions of v2.94 are very good - not only have you included the single FOTS header item that I was after, but you have also created an 'options' panel that allows anyone to include 'any' of the FITS data that they need.

In fact, you have even provided the 'building blocks' for an 'automatic sequential renaming' script that I currently still have to turn outside of PixInsight to be able to achieve. (I use 'Sequentialise' by Polybytes - free - but seemingly no longer available - which is a shame, because it really was excellent at doing its job)

I will play with 2.94 as time allows, and will get back to you (heck, who knows, I might even find time to upgrade PixInsight from 01.06.01.0625 - but that means I need to shut down the copy that has been running for over three months now - and THAT means saving all those hundreds of little PI Process Icons that I have been working with on all those dozens of images, on all those multiple Workspaces. Who says PI is 'unstable' ;) ?)
Cheers,
Niall Saunders
Clinterty Observatories
Aberdeen, UK

Altair Astro GSO 10" f/8 Ritchey Chrétien CF OTA on EQ8 mount with homebrew 3D Balance and Pier
Moonfish ED80 APO & Celestron Omni XLT 120
QHY10 CCD & QHY5L-II Colour
9mm TS-OAG and Meade DSI-IIC

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: Blinking Script
« Reply #168 on: 2011 April 19 05:14:30 »
In fact, you have even provided the 'building blocks' for an 'automatic sequential renaming' script
This one much better: FITSKeyword sequential utility   :)
I hope...

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: Blinking Script
« Reply #169 on: 2011 May 30 21:23:08 »
CTRL key in PI 1.7.0 have other code.
Code: [Select]
//case "-268435454": //Ctrl PI ver 1.6.9
case "1879048194": //Ctrl PI ver 1.7.0

So ver 2.95 compatible with PI 1.7.0 in attachment.


« Last Edit: 2011 May 30 21:28:35 by NKV »

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Blinking Script
« Reply #170 on: 2011 May 31 00:53:43 »
Hi Nikolay,

If you don't mind, I'm going to publish an update with this new version. Also, do you want me to publish FITSKeyword also as an update? (I overlooked this script for the final PI 1.7 release...  :-[)
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: Blinking Script
« Reply #171 on: 2011 May 31 03:00:11 »
Yes, do it!

Offline mmirot

  • PixInsight Padawan
  • ****
  • Posts: 881
Re: Blinking Script
« Reply #172 on: 2011 July 19 18:33:46 »
Ok

 Now can we add the Dynamic PSF function to it?

Max


Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: Blinking Script
« Reply #173 on: 2011 November 10 11:15:29 »
New version here PCL: Blink module.

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: Blinking Script
« Reply #174 on: 2012 January 26 00:54:53 »
Ver 2.96 in attachment
BugFix for Check-mark invert.

Best regards,
Nikolay.