mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-09 21:12:42 +02:00
* Added a function to allow for deletion of translation positions via logical indexing In ptycho_2d_dataset.py - Created remove_translations_mask. This handles logical-indexing-based deletion of translation points - Refactored crop_translations to be dependent on remove_translations_mask * Add validation and tests for remove_translations_mask method in Ptycho2DDataset * Switch mask to mask_remove --------- Co-authored-by: gnzng <damian@guenzing.de> Co-authored-by: Clemens Schmid <clemisch@tuta.io>