#define ctfInfoModeWithAmplitudeContrast 0x0f
#define ctfInfoModeWithMTF 0x10
#define ctfInfoModeWithIlluminationAngle 0x20
#define ctfInfoModeWithEnergySpread 0x40
typedef enum ctfInfoMode {
ctfInfoModePhaseCTFOnly = 0,
ctfInfoModePhaseAndAmpCTF = 1
} ctfInfoMode;