Dear ALL,
I want a generate a stack of images like using a list containing files "arranged" in a specific order that looks something like this (the actual images are in the same folder)-
E3_10_2.mrc
E3_10_4.mrc
E3_10_6.mrc
E3_10_8.mrc
E3_10_10.mrc
E3_10_12.mrc
E3_10_14.mrc
E3_10_16.mrc
E3_10_18.mrc
E3_10_20.mrc
E3_10_22.mrc
E3_10_24.mrc
E3_10_26.mrc
E3_10_28.mrc
E3_10_30.mrc
E3_10_32.mrc
E3_10_34.mrc
E3_10_35.mrc
E3_10_-0.mrc
E3_10_-1.mrc
E3_10_-3.mrc
E3_10_-5.mrc
E3_10_-7.mrc
E3_10_-9.mrc
E3_10_-11.mrc
E3_10_-13.mrc
E3_10_-15.mrc
E3_10_-17.mrc
E3_10_-19.mrc
E3_10_-21.mrc
E3_10_-23.mrc
E3_10_-25.mrc
E3_10_-27.mrc
E3_10_-29.mrc
E3_10_-31.mrc
E3_10_-33.mrc
E3_10_-35.mrc
E3_10_-37.mrc
How can I make use of the list to successfully generate a stack using e2pro2d.py or (generate a tilt series)
I tried unsuccessfully
e2proc2d.py img.lst stack.hdf
Traceback (most recent call last):
File "/opt/eman2/lib/python3.7/site-packages/EMAN2db.py", line 657, in db_get_image_count
ret = EMUtil.get_image_count_c(fsp)
RuntimeError: ImageFormatException at /home/eman2/miniconda3/conda-bld/eman2_1615224802990/work/libEM/emutil.cpp:526: 'invalid image type' caught
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/eman2/bin/e2proc2d.py", line 1214, in <module>
main()
File "/opt/eman2/bin/e2proc2d.py", line 452, in main
nimg = EMUtil.get_image_count(infile)
File "/opt/eman2/lib/python3.7/site-packages/EMAN2db.py", line 660, in db_get_image_count
raise Exception(fsp)
Exception: img.lst
Let me know the correction
Regards
Andy