rs-station / matchmaps

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

Normalize #19

Closed dennisbrookner closed 1 year ago

dennisbrookner commented 1 year ago

matchmaps and matchmaps.mr now normalize only the unmasked region of the difference map. matchmaps.ncs already had this functionality.

Note that this does NOT mean that the output difference map has a standard deviation of 1, but rather, that the non-zero/masked region of the difference map has a standard deviation of 1. The mean should be 0 either way, of course.

This PR also adds a matchmaps.version utility which prints out the version number; this will be nice for reproducibility in publication scripts!