Conversation
Co-authored-by: kahntm <kahntm@gmail.com>
* Pre-allocated records to avoid memory leak * resize in place and keep idx reference * Revert "resize in place and keep idx reference" This reverts commit 25a3c29. * Use single item rec arrays and avoid unnecessary copies * Found a solution that works with record arrays
* Add CI for publishing container on tagging * Fixed casing in Dockerfile * Make sure correct version of CUDA installed * Improved Dockerfile * Adding a matrix to container actions
* added variable to limit max device memory being used * Limit device memory by estimating saftey margin * Fixed typo * safety margin should be at least 400 MB in all cases * apply safety margin changes to projectional engine
* Simplified data loader for Demeter beamline * cleaning up
* first draft of the FRC * fix a few mistakes and adding a jupyter notebook with an example * Add fsc * temp * Add FSC computation * Refactoring * Crop volumes * Show the curves on same plot * cleaning up * first iteration loop on the files to improve the apodization functions * second iteration on the FSC/FRC with separated functions and shorter * Remove not needed * Added function to find interesction between two curves * Add notebook with FSC on random volumes * remove plot part and matplotlib dependency; also modified docstring in compute_intersection to match the style typically used in ptypy * FSC/FRC new version based on hackathon work * fixed wrong __all__ * Updated test notebooks for FRC/FSC --------- Co-authored-by: jcesardasilva <jcesardasilvaclean@gmail.com> Co-authored-by: Letizia Protopapa <letizia.protopapa@stfc.ac.uk> Co-authored-by: Giovanni Lemma <giovanni.lemma2@gmail.com> Co-authored-by: Pierre Thibault <pthibault@units.it>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release should be coordinated with the publication of a new PtyPy paper.
To Dos: