Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalization in annotator, helps and use of the plugin #34

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

Vilax
Copy link
Contributor

@Vilax Vilax commented Apr 9, 2024

No description provided.

@Vilax Vilax requested a review from JorMaister April 9, 2024 08:33
@Vilax Vilax marked this pull request as ready for review April 11, 2024 10:36
@Vilax Vilax requested a review from pconesa April 11, 2024 10:46
@Vilax Vilax changed the title help enhancements and usability of annotation tool Generalization in annotator, helps and use of the plugin Apr 11, 2024
# --------------------------- UTIL functions -----------------------------------

def _initialize(self):
self._tomoList = [tomo.clone() for tomo in self.inputTomoMasks.get().iterItems()]
self._provider = MembAnnotatorProvider(self._tomoList, self._getExtraPath(), 'membAnnotator')
import time
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we do not want this delay?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not, solved

@@ -51,7 +51,35 @@ class outputObjects(Enum):


class ProtTomoSegmenTV(EMProtocol):
"""Segment membranes in tomograms"""
"""TomoSegMemTV is a software suite for segmenting membranes in tomograms. The method
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! Very detailed.

Copy link

sonarcloud bot commented Apr 23, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Vilax Vilax requested a review from pconesa April 23, 2024 08:02
@@ -1,3 +1,6 @@
v3.2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we bump the version in the init and release this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants