this is probably a very basic rookie question: On first run (using polymer_cli.py, or a simple Python script), the following error occurs:
Code: Select all
Traceback (most recent call last):
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' (/home/mlehmann/polymer-v4.16.1/polymer/main.py)
Many thanks!
Moritz