Search found 5 matches

by jz.ocrs
Wed Feb 15, 2023 8:00 am
Forum: Support
Topic: Level1 module import error
Replies: 1
Views: 3591

Re: Level1 module import error

Well, I read the main.py code in V4.15. The following two lines are missing:

from polymer.level1 import Level1
from polymer.level2 import Level2

Now, the error is gone.

Jun
by jz.ocrs
Wed Feb 15, 2023 7:26 am
Forum: Support
Topic: Level1 module import error
Replies: 1
Views: 3591

Level1 module import error

Hi François, Just installed Polymer V4.15. Installation seems okay. But got an error when importing Level1 module. The message said File "./polymer_cli.py", line 11, in <module> from polymer.main import run_atm_corr,Level1,Level2 ImportError: cannot import name 'Level1' from 'polymer.main' Any solut...
by jz.ocrs
Mon Feb 07, 2022 1:11 am
Forum: Support
Topic: ValueError: A value in x_new is below the interpolation range
Replies: 3
Views: 4122

Re: ValueError: A value in x_new is below the interpolation range

Hi François,

The version of my l2gen is 2022.0. I am not sure if that caused the error. I will give it a try with l2gen of V2021.2

Jun
by jz.ocrs
Tue Feb 01, 2022 10:17 am
Forum: Support
Topic: ValueError: A value in x_new is below the interpolation range
Replies: 3
Views: 4122

Re: ValueError: A value in x_new is below the interpolation range

Hi François,

Any solution to the question I posted above?

Thanks.

Jun
by jz.ocrs
Sun Jan 23, 2022 4:13 am
Forum: Support
Topic: ValueError: A value in x_new is below the interpolation range
Replies: 3
Views: 4122

ValueError: A value in x_new is below the interpolation range

Hi there, I ran polymer v4.14 to process MODIS/Aqua data. L1C file was generated from SeaDAS 8.1. But got the following error: Starting processing at 2022-01-23 11:58:15.153299 Initializing output file "/tmp/A2020091092000_polymer.nc" Processing block: size (500, 400), offset (0, 0) Traceback (most ...