# RESIRE_Republication **Repository Path**: yaozhang-pku/resire_republication ## Basic Information - **Project Name**: RESIRE_Republication - **Description**: RESIRE re-publication from Jianwei Miao, UCLA - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-15 - **Last Updated**: 2025-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1 解决下载速度慢的方法(使用ssh): 1. 在菜单栏中找到并打开 Windows Powershell 2. 输入 ssh-keygen -t rsa -C "这里填gitee的注册邮箱地址" 注意引号里面的内容要根据你的 gitee 账号修改 有停下来的地方,一路回车就好;如果有问你 (y/n) 时,一律输入 y 然后回车 3. 输入 cat ~/.ssh/id_rsa.pub 4. 将打印出来的一串东西都复制下来,这一串东西叫公钥 5. 打开 gitee,转到[个人设置],找到[安全设置]下面的[SSH公钥],不需要管标题,只要把刚刚的公钥粘贴到公钥框框里就好,然后点确定 6. 下载时,不要选HTTPS,而是选择SSH,然后再点下载,速度就会快很多 # 2 RESIRE 相关 1. The cpu code can only do tomography reconstructions with single tilt axis (say y-axis) 2. The gpu code can do with multiple tilt axes, say ZYX To use the gpu cude, you need to compile cuda functions on Matlab as following: mexcuda -R2018a RT3_1GPU.cu The precompiled mexw64 cuda files attached in this folder are for windows, cuda version = 11.x If you use the code or the data, please cite our paper: Pham, M., Yuan, Y., Rana, A. et al. Accurate real space iterative reconstruction (RESIRE) algorithm for tomography. Sci Rep 13, 5624 (2023). https://doi.org/10.1038/s41598-023-31124-7 If you have question, feel free to email us at minhrose@ucla.edu