Author Topic: Gradient Domain Operations, take 6  (Read 28213 times)

Offline Ginge

  • PixInsight Addict
  • ***
  • Posts: 215
Re: Gradient Domain Operations, take 6
« Reply #30 on: 2011 September 25 15:34:56 »
Sure George, it looks like this.

ginge

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: Gradient Domain Operations, take 6
« Reply #31 on: 2011 September 25 23:52:34 »
Looks as if this has never been updated from the first version.
Juan, any comments?  ???
Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Gradient Domain Operations, take 6
« Reply #32 on: 2011 September 29 01:21:09 »
Hi,

The Mac OS X port of this module (kindly provided by Rob(pfile)) was released through the update-devel repository on July 31st as 20110731-macosx-x86_64-module.zip and 20110731-macosx-x86-module.zip, respectively for the 64-bit and 32-bit versions. The reference documentation was also distributed on the same date.

Ginge, do you have the update-devel repository enabled in PixInsight? See this thread for complete information.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Ginge

  • PixInsight Addict
  • ***
  • Posts: 215
Re: Gradient Domain Operations, take 6
« Reply #33 on: 2011 September 29 01:35:32 »
The Mac OS X port of this module (kindly provided by Rob(pfile)) was released through the update-devel repository on July 31st as 20110731-macosx-x86_64-module.zip and 20110731-macosx-x86-module.zip, respectively for the 64-bit and 32-bit versions. The reference documentation was also distributed on the same date.

Ginge, do you have the update-devel repository enabled in PixInsight? See this thread for complete information.
Hi Juan!

Yes, I do, and from the Installed Updates list I see that I have the abovementioned update installed already. However, an earlier update has been installed after the 20110731-macosx-x86_64-module.zip , namely 20110703-macosx-x86_64-module.tar.gz. Maybe this is causing the problem, in that case, how do I uninstall it?

Best regards,
Ginge

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Gradient Domain Operations, take 6
« Reply #34 on: 2011 September 29 02:31:20 »
Ginge,

Yes, that's the problem. Hmm, that should never happen; maybe you've discovered a bug in the update system, or something very strange has happened to your PI installation.

Anyway, you can fix the problem following these steps:

- Exit PixInsight if you have it running.

- Select the PixInsight.app application bundle (in Finder) and right-click it. Then select 'Show package contents'.

- A new Finder window opens showing the contents of the application bundle. Look for a file named 'updates.xri' within the package's directory tree. Normally it should be located on the Contents/MacOS subfolder.

- Open updates.xri with a good code editor. Dashcode may suffice.

- Locate a line starting with "<package fileName="20110731". This is the beginning of an XML element. Locate the end of this element, which is a line with "</package>". For example:

   <package fileName="20110731 ...
   ...
   </package>

You have to delete all of the text starting with "<package" and up to "</package>".

- Save the file.

- Run PixInsight and the update should be available to your installation. It will replace your current GradientDomain module.

Alternatively, you can simply delete your updates.xri file, but then you'll get all updates available since the initial release of 1.7.0, which can be a hassle.

Let me know if this helps. I'm going to investigate how is it possible that an older update replaces a newer one. I designed the whole update system to rule out this possibility, so something is happening...
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Ginge

  • PixInsight Addict
  • ***
  • Posts: 215
Re: Gradient Domain Operations, take 6
« Reply #35 on: 2011 September 29 06:54:06 »
Thanks Juan, that did the trick. I erased the update.xri and installed all updates once more. The GradientDomain module now looks more up to date, but PI still wants to install an older 20110703-macosx-x86_64-module.tar.gz update... which might prove a tad annoying after a while if it persists  >:D

Clear skies!
Ginge

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Gradient Domain Operations, take 6
« Reply #36 on: 2011 September 29 10:56:30 »
Hi Ginge,

Oops! This was an error in the update-devel repository for Mac OS X. It is now fixed; the 20110703 update will no longer appear when you check for updates (or upon application startup). Sorry for the extra trouble!
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Ginge

  • PixInsight Addict
  • ***
  • Posts: 215
Re: Gradient Domain Operations, take 6
« Reply #37 on: 2011 September 29 11:40:51 »
No worries :)

Ginge

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: Gradient Domain Operations, take 6
« Reply #38 on: 2011 October 16 09:37:08 »
Hi,
this is a new source release of the Gradient Domain Module. Main features:
- fixing bug disovered by RBA
- improved bubble help
- improved documentation
- new documentation for the GradientsHdrCompression tool.

Details are listed in the changelist below. The documentation is too large to be attached here. I am mailing it to Juan in the hope that he will distribute compiled modules and documentation using the update system.
Kind regards,
Georg

CHANGES.txt:

Version 00.05.00.0003 (2011-10-15):
- integrated Juan's changes into documentation (mainly image sizes)
- added information about the contributions of others to the author tag of .pidoc
- removed head label in GUI, and set tooltip on ProcessInstance itself for
  both GradientsMergeMosaicInterface and GradientsHdrInterface. This is for conformance
  with other PI tools
- GradientsHdrCompression: reduced range of LogMin/LogMax parameter after Vicent's remark that the parameters are
  extremely sensitive. Also, the minimum logMin value is now coerced to zero instead of just
  being a small number. The defaults are all set to "neutral" now.
- GradientsHdrCompression: Improved bubble help and other help texts
- GradientsHdrCompression: Added help page.
- GradientsHdrCompression: Added module to HDR category (was Intensity Transform) to documentation
- GradientsMergeMosaic: Added reference to video tutorial to doucmentation
- GradientsMergeMosaic: Fixed issue identified by RBA in http://pixinsight.com/forum/index.php?topic=3295.msg23480#msg23480

 - Known issues:
 -- GradientsHdrCompression: Realtime preview sometimes does not follow settings correctly. Also
    has problems with STF.
 -- GradientsMergeMosaic with large Feather Radius values shows artefacts at the border of the merged images, if the image has a staircase structure there. This unfortunately cannot be easily avoided, and is discussed in the documentation.

Version 00.04.00.0002 (2011-07-24)
-First release that is fully functional and usually delivers results of the quality that I had in mind
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Ginge

  • PixInsight Addict
  • ***
  • Posts: 215
Re: Gradient Domain Operations, take 6
« Reply #39 on: 2011 October 21 16:17:20 »
George, that last update is working beautifully! What a great tool! Thanks a bunch!

Clear skies,
Ginge

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: Gradient Domain Operations, take 6
« Reply #40 on: 2011 November 03 10:10:38 »
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)