Skip to content
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

feature/inversion noise map #212

Merged
merged 1 commit into from
Nov 20, 2024
Merged

feature/inversion noise map #212

merged 1 commit into from
Nov 20, 2024

Conversation

Jammy2211
Copy link
Owner

The previous inversion API called the errors in a mesh source reconstruction as the property errors, which were defined as the variance in each mesh pixel.

This was confusing, as the errors were defined differently from the noise_map used throughout the code in dataset objects, and the errors required a np.sqrt to become the RMS standard deviation values like the noise_map.

This PR renames the inversion errors to the reconstruction_noise_map and includes the np.sqrt such that they are RMS standard deviations consistent with dataset objects.

@Jammy2211 Jammy2211 changed the title errors -> reconstruction_noise_map feature/inversion noise map Nov 20, 2024
@Jammy2211 Jammy2211 merged commit f731ab4 into main Nov 20, 2024
4 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant