Hello, I was trying to do cs metadata manipulation by replicating the ‘Recenter using aligned shifts’ option in extract particles. Does this mean changing the following operation, suppose variable par is the ith particle in the dataset?
Before we dive into tools, I’d like to make sure I understand exactly what you’re trying to do to make sure we steer you in the right direction. We have a few questions:
How are you choosing the center for re-alignment of your symmetry-expanded particles?
Why do you want to remove duplicates? Are you hoping to keep all N particles, or are you hoping to end up with one symmetry-related pose per particle, or something else?
When re-extracting, do you want to end up with N images or N poses for a single image?
Sorry totally forgot this post. Basically there is a step in our processing workflow to first generate symmetry expanded particle of microtubule (N particles centering in central Z axis), then center to one protofilament and do signal subtraction (13N particles centering in one of the protofilament). It looks like we need to first redo particle extraction using aligned shift, then remove duplicates. Therefore we were wondering if this shifting could be done via coding so that we just need to have N actual particle images to represent the sym-expanded 13N particles, remove duplicates first then do the re-extract to save one round of seemingly redundant particle extraction cycle. Thanks a lot.