Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members

#include <project_tomography.h>

Collaboration diagram for TomoProjectSideInfo:
Collaboration graph
[legend]

Public Member Functions

void produceSideInfo (const ParametersProjectionTomography &prm)
 

Public Attributes

MetaDataVec DF
 Document File for the projecting angles. Order: rot, tilt, psi. More...
 
Image< double > phantomVol
 Phantom Xmipp volume. More...
 

Detailed Description

Project program Side information. This class contains side necessary information for the Project program. This information can be obtained from the parameters and is basically the Xmipp volume or phantom description plus a flag saying which of the two is valid.

Definition at line 72 of file project_tomography.h.

Member Function Documentation

◆ produceSideInfo()

void TomoProjectSideInfo::produceSideInfo ( const ParametersProjectionTomography prm)

Produce Project Side information. This function produce the side information from the project program parameters. Basically it loads the phantom.

Definition at line 149 of file project_tomography.cpp.

151 {
153  phantomVol().setXmippOrigin();
154 }
int read(const FileName &name, DataMode datamode=DATA, size_t select_img=ALL_IMAGES, bool mapData=false, int mode=WRITE_READONLY)
Image< double > phantomVol
Phantom Xmipp volume.

Member Data Documentation

◆ DF

MetaDataVec TomoProjectSideInfo::DF

Document File for the projecting angles. Order: rot, tilt, psi.

Definition at line 76 of file project_tomography.h.

◆ phantomVol

Image<double> TomoProjectSideInfo::phantomVol

Phantom Xmipp volume.

Definition at line 78 of file project_tomography.h.


The documentation for this class was generated from the following files: