Skip to content

Commit

Permalink
Merge branch 'devel' into ms_fix_ctf_formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilax authored Oct 9, 2024
2 parents 8d4c103 + dc7bc77 commit efa02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmipptomo/protocols/protocol_segment_morphology.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def morphologyStep(self, tomId):
self.morphology.doMorphological(fnSegmentation, self.elementSize.get(), self.getEnumText('morphologicalOperation'))

if self.doInvert:
Morphology.doInvert(fnSegmentation)
self.morphology.doInvert(fnSegmentation)

if self.doSmooth:
self.morphology.doSmooth(fnSegmentation, self.sigmaConvolution.get())
Expand Down

0 comments on commit efa02b8

Please sign in to comment.