/usr/include/relion-1.4/src/symmetries.h is in librelion-dev-common 1.4+dfsg-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | /***************************************************************************
*
* Author: "Sjors H.W. Scheres"
* MRC Laboratory of Molecular Biology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This complete copyright notice must be included in any revised version of the
* source code. Additional authorship citations may be added, but existing
* author citations must be preserved.
***************************************************************************/
/***************************************************************************
*
* Authors: Carlos Oscar S. Sorzano (coss@cnb.csic.es)
*
* Unidad de Bioinformatica of Centro Nacional de Biotecnologia , CSIC
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307 USA
*
* All comments concerning this program package may be sent to the
* e-mail address 'xmipp@cnb.csic.es'
***************************************************************************/
/* ------------------------------------------------------------------------- */
/* SYMMETRIES */
/* ------------------------------------------------------------------------- */
#ifndef _SYMMETRIES_HH
#define _SYMMETRIES_HH
#include "src/matrix1d.h"
#include "src/matrix2d.h"
#include "src/euler.h"
#include "src/funcs.h"
#include "src/args.h"
/**@defgroup SymmetryLists Symmetry handling
@ingroup DataLibrary
The symmetry lists are, simply, lists of 2D matrices. It's the way of
taking symmetry into account in the reconstruction programs. The
symmetry list must contain matrices which express equivalent views to
the actual one due to the underlying volume symmetry. The identity matrix
is not within the list. You know that symmetry matrices should form
a subgroup, when reading a file the subgroup is automatically computed
and, when you add or remove a new matrix, the subgroup must be
manually computed.
*/
//@{
//point group symmetries
#define pg_CI 200
#define pg_CS 201
#define pg_CN 202
#define pg_CNV 203
#define pg_CNH 204
#define pg_SN 205
#define pg_DN 206
#define pg_DNV 207
#define pg_DNH 208
#define pg_T 209
#define pg_TD 210
#define pg_TH 211
#define pg_O 212
#define pg_OH 213
#define pg_I 214 //default xmipp icosahedaral symmetry
#define pg_IH 215
#define pg_I1 216 //no crowther 222
#define pg_I2 217 //crowther 222-> default in xmipp
#define pg_I3 218 //52 as used by spider
#define pg_I4 219 //another 52
#define pg_I5 220 //another another 52 (used by EMBL-matfb)
#define pg_I1H 221 //no crowther 222, + mirror plane
#define pg_I2H 222 //crowther 222-> default in xmipp+ mirror plane
#define pg_I3H 223 //52 as used by spider+ mirror plane
#define pg_I4H 224 //another 52+ mirror plane
#define pg_I5H 225 //another another 52 (used by EMBL-matfb)+ mirror plane
/** Number of an image in the reconstruction list.
This macro returns the index of a symmetry image (after the symmetry matrix
number sym_no) within a list where the first images are true images and the
last ones, the symmetrized copies (all copies of a same image are
together). The total number of real images is numIMG, and i is the index
within this first numIMG images of the image we want to symmetrize The
first image in the list is the number 0 */
#define SYMINDEX(SL, sym_no, i, numIMG) \
numIMG+SL.__L.mdimy/4*i+sym_no
/** Symmetry List class.
Internally the symmetry list class is implemented as a single 2D matrix,
where every 4 rows (remember that in 3D the geometrical transformation
matrices are 4x4) comprise a symmetry matrix. Access, and ways to modify
the symmetry list are supplied. Remind that any symmetry is expressed
in terms of two matrices L and R, so that any Euler matrix must be
transformed by L*Euler*R resulting into a new perspective of the volume
which is equivalent to the original one.
The typical use of the symmetry lists is to read the symmetry file, and
do nothing else but reading matrices from it.
The symmetry file format is
@code
#This is a comment
# The following line is a 6-fold rotational symmetry axis along Z-axis.
# The fold is the number of times that the volume can be rotated along
# the symmetry axis giving the same view from different view points.
# the structure for the rotational axis is
# rot_axis <fold> <X0> <Y0> <Z0>
# mirror_plane <X0> <Y0> <Z0>
rot_axis 6 0 0 1
mirror_plane 0 0 1
@endcode
*/
class SymList
{
public:
// L and R matrices
Matrix2D<DOUBLE> __L, __R;
Matrix1D<int> __chain_length;
// As the symmetry elements form a subgroup, this is the number of
// true symmetry elements belonging to the list, the rest of
// the list are simply the elements to fill the subgroup
int true_symNo;
// Number of Axis, mirrors, ...
int __sym_elements;
public:
/** Create an empty list.
The 2D matrices are 0x0.
\\ Ex: SymList SL; */
SymList()
{
__sym_elements = true_symNo = 0;
}
/** translate string fn_sym to symmetry group, return false
is translation is not possible. See
http://xmipp.cnb.uam.es/twiki/bin/view/Xmipp/Symmetry
for details. It also fill the symmetry information */
bool isSymmetryGroup(FileName fn_sym, int &pgGroup, int &pgOrder);
/** fill fileContect with symmetry information*/
void fill_symmetry_class(const FileName symmetry, int pgGroup, int pgOrder,
std::vector<std::string> &fileContent);
/** Create Symmetry List from a Symmetry file.
All the subgroup elements are computed automatically.
\\ Ex: SymList SL("sym.txt"); */
SymList(const FileName& fn_sym)
{
read_sym_file(fn_sym);
}
/** Get matrices from the symmetry list.
The number of matrices inside the list is given by SymsNo.
This function return the 4x4 transformation matrices associated to
the one in the list which occupies the position 'i'. The matrix
numbering within the list starts at 0. The output transformation
matrices is given as a pointer to gain speed.
\\ Ex:
@code
for (i=0; i<SL.SymsNo; i++) {
SL.get_matrices(i,L,R);
...
}
@endcode */
void get_matrices(int i, Matrix2D<DOUBLE> &L, Matrix2D<DOUBLE> &R) const;
/** Set a couple of matrices in the symmetry list.
The number of matrices inside the list is given by SymsNo.
This function sets the 4x4 transformation matrices associated to
the one in the list which occupies the position 'i'. The matrix
numbering within the list starts at 0.
\\ Ex:
@code
for (i=0; i<SL.SymsNo; i++) {
SL.set_matrix(i,L,R);
...
}
@endcode */
void set_matrices(int i, const Matrix2D<DOUBLE> &L, const Matrix2D<DOUBLE> &R);
/** Read a symmetry file into a symmetry list.
The former symmetry list is overwritten with the new one. All the
subgroup members are added to the list. If the accuracy is negative
then the subgroup is not generated. return symmetry group
\\ Ex: SL.read_sym_file("sym.txt");*/
int read_sym_file(FileName fn_sym);
/** Add symmetry matrices to the symmetry list.
The given matrix must specify a point of view equivalent to the
actual point of view. The matrices are added to the subgroup generator
but the subgroup is not updated, you must do it manually using
compute_subgroup. What is more, the subgroup after the insertion
is corrupted.
The chain length is the number of single matrices multiplication of
which the inserted one is compound.*/
void add_matrices(const Matrix2D<DOUBLE> &L, const Matrix2D<DOUBLE> &R,
int chain_length);
/** Compute subgroup for this structure.
After adding or setting a matrix, the subgroup information
is lost, you must recalculate it using this function. The different
matrices are multiplied until no more different matrices are produced.
The accuracy is used in order to compare when two matrix elements are
the same.
So far, all the shifts associated to generated matrices are set to 0*/
void compute_subgroup();
/** Number of symmetry matrices inside the structure.
This is the number of all the matrices inside the subgroup.
\\ Ex:
@code
for (i=0; i<SL.SymsNo; i++) {
SL.get_matrix(i,A);
...
}
@endcode */
int SymsNo() const
{
return MAT_YSIZE(__L) / 4;
}
/** Number of symmetry matrices which generated the structure.
This is the number of the matrices which generated the structure,
notice that it should be always less or equal to the total number
of matrices in the subgroup. */
int TrueSymsNo() const
{
return true_symNo;
}
/** Write the symmetry definition (plus all rotation matrices) to ostream
*
*/
void writeDefinition(std::ostream &outstream, FileName fn_sym);
/** Return the area of the non redundant part of the Ewald sphere
*/
DOUBLE non_redundant_ewald_sphere(int pgGroup, int pgOrder);
};
// Symmetrise a 3D map according to the specified symmetry
void symmetriseMap(MultidimArray<DOUBLE> &img, FileName &fn_sym, bool do_wrap = false);
//@}
#endif
|