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 updates (26.07.2023) #2

Closed aHafiz11 closed 11 months ago

aHafiz11 commented 11 months ago

Hi @Nikos,

I tried to rerun ATLAS again with the updated version (26.07.2023), I also updated the config and setting files following the updates. But I encountered these issues related to

TypeError: ufunc 'deg2rad' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

I have attached the error message : image

Are these issues might originate from the wrong information inserted in the new version of the config and setting files?

Best,

nikolaos-siomos commented 11 months ago

Hi @aHafiz11,

I was able to reproduce the error. It occurred when providing the zenith_angle manually in the config_file.ini. The problem is fixed in v0.4.1

Best