rs-station / matchmaps

https://rs-station.github.io/matchmaps/
Other
2 stars 0 forks source link

Fix bug: unmasked_radius was parsed but ignored #34

Closed dennisbrookner closed 8 months ago

dennisbrookner commented 8 months ago

When the --unmasked-radius flag was added, I never actually added that parameter to the compute_realspace_difference_map method inside main, e.g., the parameter was just being ignored. Ditto for matchmaps.mr. This patch fixes this bug.