Skip to content

Conversation

@hfattahi
Copy link
Contributor

@hfattahi hfattahi commented Feb 5, 2023

This is an attempt to address #98 .
We need to evaluate the default margins.

Copy link
Contributor

@LiangJYu LiangJYu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just formatting comments

Comment on lines +528 to +529
n_rng_margin = range_margin/self.range_pixel_spacing
n_az_margin = az_margin/self.azimuth_time_interval
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
n_rng_margin = range_margin/self.range_pixel_spacing
n_az_margin = az_margin/self.azimuth_time_interval
n_rng_margin = range_margin / self.range_pixel_spacing
n_az_margin = az_margin / self.azimuth_time_interval

Formatting nit for readability

Comment on lines +532 to +533
width = self.width + 2*n_rng_margin
length = self.length + 2*n_az_margin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
width = self.width + 2*n_rng_margin
length = self.length + 2*n_az_margin
width = self.width + 2 * n_rng_margin
length = self.length + 2 * n_az_margin

Formatting nit for readability

@vbrancat
Copy link

vbrancat commented Apr 2, 2023

@hfattahi do you want me or @LiangJYu to take over this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants