PixInsight Forum (historical)

Software Development => PCL and PJSR Development => Topic started by: mmirot on 2010 April 09 07:48:42

Title: Data pipeline script for cal, reg, integration
Post by: mmirot on 2010 April 09 07:48:42
Data pipeline script for cal, reg, integration.

I just posted this under wish list.
 It is call to action for any willing programmers.

Max
Title: Re: Data pipeline script for cal, reg, integration
Post by: mmirot on 2010 April 19 08:52:37
Can't we get anyone to take a crack at this?
There has to be a way to make the mudane tasks of Calibrating and eventually integrating images easier.

Max
Title: Re: Data pipeline script for cal, reg, integration
Post by: Carlos Milovic on 2010 April 19 09:10:20
Sure it is :) I'm sure someone will pick the challenge ;) (scrips are not my field, sorry, I'm focusing on new modules) :P
Title: Re: Data pipeline script for cal, reg, integration
Post by: bitli on 2010 April 19 13:27:35
I did start the challenge, but in a very modest way.  I have a script that only makes registration and integration, but it does that separately for L and RBG (to support binned RGB). It sorts out the files based on a naming convention, so you do not have to make many individual selects. Unfortunately it still integrates all RGB as one file, I need to combine R G and B separateley then create the RGB image. I will be away for a week, but I hope to have something useful for the end of the month.

The challenge is to guess the output of the process like StarAlignment (it creates files adding a prefix/suffix and numbering them) and Integration (it creates a view). In general it would be very useful if the process returned the information logged in the console in the form of a javascrip object (like the list of generated files, wether it was successful or not and the matrices for StarAlignment).

-- bitli