-
Notifications
You must be signed in to change notification settings - Fork 8
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
check on rasters + fix RCM bug #224
Conversation
@@ -103,7 +106,7 @@ def flip_sample_da(self): | |||
antenna_pointing = self.dt['sourceAttributes/radarParameters'].attrs['antennaPointing'] | |||
pass_direction = self.dt['sourceAttributes/orbitAndAttitude/orbitInformation'].attrs['passDirection'] | |||
flipped_cases = [('Left', 'Ascending'), ('Right', 'Descending')] | |||
samples_depending_ds = ['geolocationGrid', 'lut', 'noise_lut'] | |||
samples_depending_ds = ['geolocationGrid'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it the modification tha prevent the bug of flipped RCM images? Is there an issue opened related to this problem?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issue, should I create one to explain the problem?
Yes, this is the line that prevent the RCM bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: the variable name samples_depending_ds
is not super explicit.
@vincelhx I doing an infringement to our rules of githuber, I set your PR as "ready for review" and I merged it but it seems that Théo is stuck with his processings without your correction on RCM. |
self.rasters needs to be an instance attr ; not class attr