How to import tomograms reconstructed/processed outside of RELION/nextpyp? #167
-
|
Hello, I know RELION projects can be imported into nextpyp, but is there a way to import to tomograms processed by other programs? I have tried to generate a star file in relions format and use the star import option: but I got the error: I did not input a refinement star file (since I am only trying to upload processed reconstructions. Not sure if the error is because this is not an actual RELION project directory (was reconstructed in warp). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Just wanted to add, it appears using this method the paths/directory setup must follow RELIONs setup, e.g. |
Beta Was this translation helpful? Give feedback.
You can’t directly import tomograms generated by external programs into nextPYP, except by manually replacing the .rec files, which is generally not recommended. The preferred workflow is to import the tilt-series alignments, which you may already have, and then reconstruct the tomograms within nextPYP. If your tilt-series alignments did not require manual adjustment, re-aligning them in nextPYP may work just as well, since that process is automated and usually runs quickly.
To import the tilt-series alignments, you need to provide the path to a folder containing IMOD's .xf and .tlt files for each tilt series. If you want the reconstructed tomograms to match the original dimensions, be su…