Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/xmipp/libraries/reconstruction/reconstruct_wbp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void ProgRecWbp::defineParams()
addParamsLine(
" :+Td, Th, O, Oh I, I1, I2, I3, I4, I5, Ih. For a full ");
addParamsLine(
" :+description of symmetries look at http://xmipp.cnb.csic.es/twiki/bin/view/Xmipp/Symmetry");
" :+description of symmetries look at https://i2pc.github.io/docs/Utils/Conventions/index.html#symmetry");
addParamsLine(
" [ --threshold+ <float=0.005> ] : Lower (relative) threshold for filter values ");
addParamsLine(
Expand Down
2 changes: 1 addition & 1 deletion src/xmipp/libraries/reconstruction/symmetrize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void ProgSymmetrize::defineParams()
addParamsLine(" : Cnv, Cnh, Sn, Dn, Dnv, Dnh, T, Td, Th, O, Oh");
addParamsLine(" : I, I1, I2, I3, I4, I5, Ih, helical, dihedral, helicalDihedral");
addParamsLine(" :+ For a full description of symmetries look at");
addParamsLine(" :+ http://xmipp.cnb.csic.es/twiki/bin/view/Xmipp/Symmetry");
addParamsLine(" :+ https://i2pc.github.io/docs/Utils/Conventions/index.html#symmetry");
addParamsLine(" [--sym2 <sym2=C1>] : Only for helical, or helicalDihedral");
addParamsLine(" : You may use any other Cn symmetry");
addParamsLine(" [--helixParams <z> <rot> <rotPhase=0>]: Helical parameters z(Angstroms), rot(degrees), rotPhase(degrees)");
Expand Down
Loading