Hello, Thank you so much for the detailed information! I believe that is going to be very helpful once I figure out how to invert the contrast. When I tried the relevant line as you indicated above:
for i in *.mrc; do e2proc2d.py --mult=-1 $i ${i%.mrc}_inv.mrc; done
It immediately turns to for i in *.mrc; do e2proc2d.py --mult=-1 $i ${i%.mrc}
Missing }.
Did I miss }. somewhere?
Thank you for your help again!