Skip to content

Commit 72ff454

Browse files
authored
Merge branch 'devel' into agm_links
2 parents fff6b7c + 575f501 commit 72ff454

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/xmipp/bindings/python/python_constants.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ void addLabels(PyObject * dict)
429429
ADD_CONST(MDL_SPH_TSNE_COEFF1D);
430430
ADD_CONST(MDL_SPH_TSNE_COEFF2D);
431431

432+
ADD_CONST(MDL_SUBTOMOID);
432433
ADD_CONST(MDL_SUBTRACTION_R2);
433434
ADD_CONST(MDL_SUBTRACTION_BETA0);
434435
ADD_CONST(MDL_SUBTRACTION_BETA1);
@@ -438,6 +439,7 @@ void addLabels(PyObject * dict)
438439
ADD_CONST(MDL_SUMWEIGHT);
439440
ADD_CONST(MDL_SYMNO);
440441

442+
ADD_CONST(MDL_TILTPARTICLEID);
441443
ADD_CONST(MDL_TIME);
442444

443445
ADD_CONST(MDL_TRANSFORM_MATRIX);
@@ -864,4 +866,4 @@ void addLabels(PyObject * dict)
864866
ADD_CONST(RLN_RESOLUTION_INVPIXEL);
865867
ADD_CONST(RLN_SPECTRAL_IDX);
866868

867-
}
869+
}

src/xmipp/libraries/reconstruction/ctf_correct_phase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ void ProgCorrectPhaseFlip2D::processImage(const FileName &fnImg, const FileName
4747
rowOut = rowIn;
4848
img.read(fnImg);
4949
ctf.readFromMdRow(rowIn);
50+
ctf.produceSideInfo();
5051
img().setXmippOrigin();
5152
ctf.correctPhase(img(),sampling_rate);
5253
img.write(fnImgOut);

0 commit comments

Comments
 (0)