Author Topic: Carlos' development modules collection  (Read 78372 times)

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #30 on: 2010 September 25 16:18:55 »
Hi Enzo
Thanks. The folders had incorrect permissions. I fixed that. Also, I uploaded the X11_64 (linux) files. X11_32 will be uploaded per request, since I was unable to compile them right now.
Regards,

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

Offline Enzo De Bernardini

  • PTeam Member
  • PixInsight Addict
  • ***
  • Posts: 274
  • Resistance is futile.
    • Astronomí­a Sur
Re: Carlos' development modules collection
« Reply #31 on: 2010 September 25 18:05:23 »
Cool. Thanks Carlos!

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #32 on: 2011 June 09 20:58:10 »
Just a quick note to let you know that I recompiled all the modules for the new PCL. This actualization also included some error/bug fixing, some minor enhancing (iterations parameter in the Blur process, and new readout mode in ReadPSF), and a few new processes (ButterworthFilter, LogStretch, HDRC and HomomorphicFilter).
Other new processes are in the way. Most of them are simple implementations of algorithm I've being revising for a image processing course, where I'm the T.A. Also expect more news in the High Dynamic Range field, and maybe other Poisson solver related issues.


Have fun, and feedback is highly welcome, specially with the new module!
Regards,

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

Offline Andres.Pozo

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 927
Re: Carlos' development modules collection
« Reply #33 on: 2011 June 10 01:41:32 »
A Win32 compilation of the libraries would be very useful. Although  it is a declining platform, it is still widely used. From the (unscientific) poll in http://pixinsight.com/forum/index.php?topic=1128.0 30% of Pixinsight users still use Win32. Juan could provide better statistics from the download page and the update system.
I have PI installed in two computers: a desktop with Win7 x64 and a notebook with Win7 x86 that I use for controlling the telescope and cameras.

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #34 on: 2011 June 10 06:45:54 »
Hi Andres
Yes, the problem right now is that I have no 32bits computers working... And I have no clue on how to compile that from a 64bits architecture. Anyway, I uploaded the source code, so you may compule them yourself, if needed.
Regards,

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

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: Carlos' development modules collection
« Reply #35 on: 2011 June 10 10:13:24 »
Hi


Sorry for being stupid , but where do we download these from  ;)

Harry
Harry Page

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: Carlos' development modules collection
« Reply #36 on: 2011 June 10 10:27:15 »
Sorry for being stupid , but where do we download these from  ;)
Download Links (also to source code) at the beginning of this thread (message http://pixinsight.com/forum/index.php?topic=2275.msg15008#msg15008).
Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: Carlos' development modules collection
« Reply #37 on: 2011 June 10 11:00:55 »
Hi

Thanks for that , I suppose you should always start at the beginning  :D

Harry
Harry Page

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: Carlos' development modules collection
« Reply #38 on: 2011 June 10 12:04:18 »
Hi

Tried your HDR compresion and all my computer did was hang  ???

Harry
Harry Page

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #39 on: 2011 June 10 12:22:22 »
It is VERY slow :) try it with small images, no more than 1000x1000. These kind of images take nearly 1 minute in my computer. This process works at an O(width^2) order, so try to keep it down. The problem is on the poisson solver. This is covered in much more depth in Georg's thread. We are working on better solvers.
Regards,

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

Offline Harry page

  • PTeam Member
  • PixInsight Jedi Knight
  • *****
  • Posts: 1458
    • http://www.harrysastroshed.com
Re: Carlos' development modules collection
« Reply #40 on: 2011 June 10 12:39:59 »
Hi

Yes i tried a smaller image about 1500 x 1000 and still nothing after 5 mins , will reboot computer as it seems to have caused a memory problem  ;)

Harry
Harry Page

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #41 on: 2011 June 19 22:43:20 »
Quick note to let you know that I uploaded new source code for the HDR module, and a new Linux x64 compilation. Win x64 compilation will be ready sometime through this week.
See first post for the links.
Regards,

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

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #42 on: 2011 July 09 20:17:14 »
New HDR module and InterChannelCurves uploaded, Linux and Windows, 64bit versions.
Regards,

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

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: Carlos' development modules collection
« Reply #43 on: 2013 January 29 18:14:02 »
Hi Carlos,

Do you have the modules for 1.8 RC3?  :'( I can't process without some of them!!!, InterChannel and HE at least

Saludos.
Alejandro.

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: Carlos' development modules collection
« Reply #44 on: 2013 February 11 07:53:42 »
Alejandro, estoy en la hacienda ahora. Vuelvo en una semana. Ahi los compilare.
Regards,

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