timothygrant80 / cisTEM

Other
32 stars 27 forks source link

Sum all eer files #440

Closed chemme11 closed 1 year ago

chemme11 commented 1 year ago

Description

Created a program that will sum all of the eer files in a directory similar to the sum_all_mrc_files and sum_all_tif_files programs. This allows you to get the gain and dark images from a directory of eer files. I added all of the necessary components for it to compile on the virtual machine and be transferable to our remote machines. I tested it both on my local machine and on the remote machines. Additionally I added a break for when nelectrons > max_electrons in the eer_file.cpp because of a bug that occurred when a file was not downloaded correctly to avoid crashes. I tested this on a newer ORF3a data set.

Fixes # (issue)

I have rebased my feature branch to be current with the master branch using to minimize conflicts and headaches

Which compilers were tested

These changes are isolated to the

How has the functionality been tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

Checklist: