Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angle of Incidence Calling Problem #102

Open
buleskywave opened this issue Jan 16, 2024 · 0 comments
Open

Angle of Incidence Calling Problem #102

buleskywave opened this issue Jan 16, 2024 · 0 comments

Comments

@buleskywave
Copy link

In my preprocessor function, part of it is used like this:
s1 = Sentinel1Image(input_S1_files)
s0_hh = s1.remove_thermal_noise('HH', algorithm='ESA')
s0_hv = s1.remove_texture_noise('HV')
ia = s1['incidence_angle']

But the code reports an error:
Traceback (most recent call last).
File "mod.py", line 189, in
s1d_product = do_s1denoising(s1, prep_directory)
File "mod.py", line 168, in do_s1denoising
ia = s1['incidenceangle']
TypeError: 'Sentinel1Image' object is not subscriptable

How do I call the incidence angle please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant