Skip to content

Let goldstein filtering work with partial blocks, mask the result after to match the original #261

@scottstanie

Description

@scottstanie

By ignoring anything with a nan in it, the goldstein filtered ifg loses a bunch of pixels in blocks around the edge
image

There's multiple ways we could fix it; one is to run nan_to_num and keep everything else the same, resulting in something like this
image

which we could then mask based on the original nodata region:
image

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions