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

Return individual surfaces for each coefficient in FieldGenerator/slices #41

Open
marcelbernet opened this issue Sep 20, 2023 · 0 comments

Comments

@marcelbernet
Copy link

The current outputs of .slices() are the resulting surfaces of the sum of all coefficients. We discussed today that it would be good to have the option to extract the individual slices corresponding to each coefficient.

With this feature, one would avoid rerunning the FieldGenerator each time a set of coefficients is masked, and instead just sum the corresponding stored slices.

This would decrease the computing cost but increase the storage cost.

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

No branches or pull requests

1 participant