Search found 8 matches

by dmantsis
Fri Jan 21, 2022 7:53 am
Forum: Support
Topic: Glint correction activation in Polymer
Replies: 3
Views: 2896

Re: Glint correction activation in Polymer

Hi One more thing. I am studying a small dam lake at a 300 m altitude. I am using ERA5 for ancillary. Given that the resolution of the ERA5 is on the order of tenths of kilometers it is impossible for the algorithm to estimate the exact depth of the overlying atmosphere. This is compromised even mor...
by dmantsis
Thu Jan 20, 2022 10:08 am
Forum: Support
Topic: Glint correction activation in Polymer
Replies: 3
Views: 2896

Glint correction activation in Polymer

Hi everyone I am running Polymer at the moment on a linux machine. I am not using anything in my settings except that I call ERA5 ancillary data. I was wondering if Polymer automatically removes the glint and the adjacency effect, or these have to be activated manually in the settings. If the answer...
by dmantsis
Thu Jan 20, 2022 10:03 am
Forum: Support
Topic: Problem while running Polymer
Replies: 2
Views: 3197

Re: Problem while running Polymer

Thank you
I am using NetCDF now and it is working
Damianos
by dmantsis
Fri Jan 14, 2022 9:06 am
Forum: Support
Topic: Problem while running Polymer
Replies: 2
Views: 3197

Problem while running Polymer

Hi I am using Polymer to perform atmospheric correction on a Sentinel-2 image and I am running the following code run_atm_corr(Level1_MSI('/home/dmantsis/Data_Temp/Polyfytos/'\ 'S2B_MSIL1C_20171230T092359_N0206_R093_T34TEK_20171230T115949.SAFE/'\ 'GRANULE/L1C_T34TEK_A004266_20171230T092450/', ancill...
by dmantsis
Tue Jan 11, 2022 10:22 am
Forum: Support
Topic: Question about running Polymer on Linux machine
Replies: 6
Views: 3300

Re: Problem running Polymer on Linux machine

Hi
The problem has been solved. I went through Eshan's suggestions and I realized that the make all command was done in the base environment and not the polymer environment. So at this point the import commands are working. Thank you for your help
by dmantsis
Mon Jan 10, 2022 3:01 pm
Forum: Support
Topic: Question about running Polymer on Linux machine
Replies: 6
Views: 3300

Re: Problem running Polymer on Linux machine

HI, I had the same problem but there are three important point to consider: 1. you should compile all the code inside the environment (I think you did) 2. you should have cython and gcc installed 3. try to run: "make all" in polymer folder. Best, Ehsan Hi Eshan Regarding the cython and gcc, do thes...
by dmantsis
Mon Jan 10, 2022 1:35 pm
Forum: Support
Topic: Question about running Polymer on Linux machine
Replies: 6
Views: 3300

Re: Problem running Polymer on Linux machine

Hi and thank you for your help First of all, dear Stefan I am running my Jupiter Notebook using the Polymer environment I have created and I am running it from /home/dmantsis/AtmCorr/Polymer/polymer-v4.14 which is the current working directory. Additionally, dear Ehsan the problem persists even when...
by dmantsis
Wed Jan 05, 2022 11:27 am
Forum: Support
Topic: Question about running Polymer on Linux machine
Replies: 6
Views: 3300

Question about running Polymer on Linux machine

Hi I am trying to run Polymer on a Linux machine, but I have encountered a problem. So far I have installed the dependencies and created the Polymer environment using the following (without any error messages) conda create –n polymer –c conda-forge mamba conda activate polymer mamba env update –f en...