Frame Alignment & Metadata Recognition #156
-
|
I'm running into an issue with Motioncorr when I check 'read metadata from mdoc files.' An index error is happening after tiltxcorr runs successfully but only on a single section, so NextPYP gets an invalid .prexf file. I believe nextPYP imports the individual tilt movies as independent tilt-series instead of assembling all tilts into a single .st stack. When I uncheck 'read metadata from mdoc files' and give it the pattern TILTSERIES_SCANORD_ANGLE.tif I don't get the error, but I'm worried I'm losing the metadata related to things like inital dose, dose rate, etc. during processing. Or maybe the metadata isn't lost in the processing and I can use this work around. Any thoughts? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The logs suggest that you might be using the If using the movie pattern works for you (and assuming the file names correctly reflect the scanning order and tilt angle), the only additional metadata you’ll need is the dose per tilt, which can be entered in the |
Beta Was this translation helpful? Give feedback.
The logs suggest that you might be using the
*.mdocfiles associated with individual frames rather than the ones corresponding to each tilt series. SerialEM typically generates both, but nextPYP only requires a single*.mdocfile per tilt series.If using the movie pattern works for you (and assuming the file names correctly reflect the scanning order and tilt angle), the only additional metadata you’ll need is the dose per tilt, which can be entered in the
Dose ratefield underMicroscope parametersin the data import block. Note that this field should contain the dose per tilt (in e⁻/Ų), not the dose rate, despite what the parameter description suggests.