-
I collected some data with redundant tilt series names in SerialEM (e.g. ts1.mrc.mdoc), so I made symbolic links renamed with a unique leading string. Most of them are processed successfully but a number of them fail with an error message like:
Are some of my MDOCs being interpreted as MDOC-per-tilt instead of MDOC-per-tilt-series? Might there be an edit I can make to fix that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Hi, If you are using mdoc file to parse metadata (i.e., tilt angle, tilt axis angle, acquisition), the tilted images indicated inside the mdoc file need to match your image files. Taking one mdoc file from EMPIAR-10987 as an example, In the mdoc file: If you have mdoc file per tilt-series, be sure there are no other mdoc files having the same leading strings. For example, |
Beta Was this translation helpful? Give feedback.
Hi,
If you are using mdoc file to parse metadata (i.e., tilt angle, tilt axis angle, acquisition), the tilted images indicated inside the mdoc file need to match your image files. Taking one mdoc file from EMPIAR-10987 as an example,
FE33_3_1837_-51.0_Dec09_23.37.35.mrc
needs to be present so that nextPYP can find the corresponding tilted images.In the mdoc file:
SubFramePath = X:\Dosefractions\Fabian\2021_12_09_FE33_3\Frames\FE33_3_1837_-51.0_Dec09_23.37.35.mrc
If you have mdoc file per tilt-series, be sure there are no other mdoc files having the same leading strings. For example,
23dec02b_ts1_xxxx.mdoc
will be treated as a mdoc file for a tilted image if you are using23dec02b_ts1.mdoc
…