molecularEnvelope


in ctfInfo.h


typedef struct moleculrEnvelope { 
char* filename;
int nR;
float* R;
float* Envelope;
int mode;
} molecularEnvelope;