This repository was archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Reconstruction using INFR
FriedrichFoerster edited this page May 26, 2020
·
2 revisions
PyTom also supports a reconstruction algorithm called Iterative Nonuniform fast Fourier transform based Reconstruction method (INFR). For more details about this algorithm, please check:
Iterative reconstruction of cryo-electron tomograms using nonuniform fast Fourier transforms, Y. Chen et al., JSB 2014.
It requires the following parameters:
The way to use it is simple:
pytom PathToPytom/reconstruction/reconstruct_INFR.py
- -d: The directory name, in which all the aligned and unweighted projections are stored. Note that the projections should be EM format and the tilt angle information must be specified in the headers!
- -i: Optional, the number of iterations to run. 10 by default.
- -o: Output filename.
pytom PathToPytom/bin/reconstructTomogram.py --tiltSeriesPath MyTiltSeriesDir \
--tiltSeriesPrefix NameOfTiltSeriesFiles --firstIndex 1 --lastIndex MyLastIndex \
--referenceIndex MyReferenceProjectionIndex --markerFile MyMarkerFile \
--referenceMarkerIndex MyReferenceMarkerIndex --projectionTargets \
MyFileNameOfAlignedProjections --projectionBinning MyBinning --weightingType 0