1 Star 1 Fork 0

YaoZhang_PKU/RESIRE_Republication

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.txt 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
YaoZhang_PKU 提交于 2023-04-18 12:38 . Update readme.txt
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaozhang-pku/resire_republication.git
git@gitee.com:yaozhang-pku/resire_republication.git
yaozhang-pku
resire_republication
RESIRE_Republication
master

搜索帮助