Xmipp  v3.23.11-Nereus
Macros
ctf_sort_psds.cpp File Reference
#include "ctf_sort_psds.h"
#include "data/ctf.h"
#include "ctf_enhance_psd.h"
#include "core/transformations.h"
#include "core/histogram.h"
#include "core/xmipp_image.h"
#include "core/xmipp_image_generic.h"
Include dependency graph for ctf_sort_psds.cpp:

Go to the source code of this file.

Macros

#define GET_CTF_CRITERION(labelll, xxx)
 

Macro Definition Documentation

◆ GET_CTF_CRITERION

#define GET_CTF_CRITERION (   labelll,
  xxx 
)
Value:
if (rowIn.containsLabel(labelll)) \
rowIn.getValue(labelll,xxx); \
else if (MDctf1.containsLabel(labelll)) \
MDctf1.getValue(labelll,xxx,objId1); \
else \
xxx=0;