PixInsight Forum (historical)

PixInsight => Bug Reports => Topic started by: mschuster on 2019 November 09 07:24:33

Title: Minor 1.8.8 Mac ImageIntegration metadata issue
Post by: mschuster on 2019 November 09 07:24:33
Hi Juan,

FYI: I noticed that 1.8.8 Mac has changed ImageIntegration metadata (specifically keyword capitalization):

previously: ImageIntegration.pixelCombination: average
now: ImageIntegration.pixelCombination: Average

Maybe this happens in 1.8.7 also, I have not checked.

This change breaks MureDenoise parsing as its grep strings are looking for lower case only.

I will make the fix. It may take a bit of time as I have not yet linked up to the GitLab, and also I am in the middle of adding a new feature to MureDenoise, so need to coordinate that.

Thanks,
Mike
Title: Re: Minor 1.8.8 Mac ImageIntegration metadata issue
Post by: Juan Conejero on 2019 November 09 13:50:01
Mike, sorry for the trouble! I hope this won't be difficult to fix. I was just trying to implement things more correctly, and didn't see the possibility of side effects here.