Export ctf log #157
-
|
Hi Developers and Users, I would like to access the estimated defocus values for each tilt in the tilt series. Is it exported to somewhere? Thanks! best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is currently no way to do this from the web interface. However, the CTF information is kept internally in where The code above should produce something like this: If you don't have a Python installation handy with pandas on it, you can use nextPYP's where |
Beta Was this translation helpful? Give feedback.
There is currently no way to do this from the web interface. However, the CTF information is kept internally in
*.pklfiles (one for each tilt-series) and it can be accessed using Python, as follows:where
PROJECT_PATHis the filesystem location of the pre-processing block andTILT_SERIES_NAMEis the name of the tilt-series.The code above should produce something like this: