You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Candidate fix for #533: Whitening applied twice to Simulation objects (#537)
* override ImageSource.whiten() so as to not whiten CTF filters in sim
* make _apply_filters accept filters and filter_indices as parameters
* formatting imports
* removed _apply_unique_filters from sim._images()
* create default value for filter_indices
* filter_indices must have a default of [0,0,...]
* apply_unique_filters -> apply_source_filters
* np.zeros() instead of np.array()
* requested change and 549 bugfix
* formatting
* cleaner solution: np.at_least1D
* spelling
* comments
* format
0 commit comments