nikolaos-siomos / ATLAS

Automated Lidar Analysis Software (ATLAS). A piece of software designed for the analysis of lidar data in an automated fashion and with focus on the following Quality Assurance tests: Rayleigh Fit, Telecover, Depolarization Calibration. Quicklook generation is also supported
GNU Affero General Public License v3.0
4 stars 7 forks source link

Error with Telecover test for v0.4.6 #10

Open liviobelegante opened 10 months ago

liviobelegante commented 10 months ago

Hello I encountered a problem while trying to process the telecover tests. This is when I try to process the NESW sectors: NESW When trying to process the inner-outer I get a different error: in-out Thank you for helping with this issue. L

nikolaos-siomos commented 10 months ago

Hi @liviobelegante ,

the two issues are different.

The first one has to do with imagemagick. Could you check if it is installed in your system and if not, install it and process again? If the command "magick convert -posterise 8 " works for you in the anaconda terminal it should also work here. A way to bypass this issue for now is by setting color_reduction = False in the rayleigh, telecover, and polarization_calibration sections of the settings file. In the next version I will set as default behavior to not do any color_reduction if problems are encountered with imagemagick

I will need to check your data for the second one Could you submit them temporarily so that I can check? Are you reprocessing using --quick_run on since upgrading? In that case please remove it and reprocess. When changing the version everything must be processed from the beginning. Using leftover files from previous versions can cause issues.

nikolaos-siomos commented 7 months ago

This issue should have been fixed in the new version 0.4.7 Could you verify it?