leginon-org / leginon-redmine-archive

1 stars 0 forks source link

reduce leginon image data folder size after pre-processing #9353

Closed leginonbot closed 3 months ago

leginonbot commented 8 months ago

Author Name: Anchi Cheng (@anchi2c) Original Redmine Issue: 9353, https://emg.nysbc.org/redmine/issues/9353 Original Date: 2020-08-31


After frame alignment and ctf estimation, unaligned image and non-dose-weighted image are not useful but take up a full mrc file space. This reduces its footprint by shrinking unaligned image to 8x8 statistically correct array and make aligned image a soft link.

leginonbot commented 8 months ago

Original Redmine Comment Author Name: Anchi Cheng (@anchi2c) Original Date: 2020-08-31T17:42:42Z


Usage: python image_folder_shrink.py

Requirement: python, pyami and numpy