Usage¶
GUI¶
This software has a user-friendly GUI. To use this software:
First enter into the conda environment you create or you have installed the MemXTerminator
, like:
conda activate mxt
Then simply type:
MemXTerminator gui &
You should see the interface now:
Fix Map ID¶
If you get the error like this during the membrane subtraction:
ValueError: Map ID string not found - not an MRC file, or file is corrupt
It's due to the mrcfile
python library.
For more details you can refer to these links:
You can use this command to fix the .mrc
files:
MemXTerminator fixmapid <path_to_mrc_file>