-
Notifications
You must be signed in to change notification settings - Fork 0
Fi feature detect misalignment #205
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
base: devel
Are you sure you want to change the base?
Conversation
.github/workflows/buildPlugin.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you modify the buildPluing.yml? Is this on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is due to some changes in scipion_testrunner installation and execution. In theory, this might be solved once #201 is merged. Conflicts might appear when merging with devel though.
Until that PR is approved all PR in this repo are blocked since the test will not pass.
@@ -2,3 +2,5 @@ scipion-em-xmipp | |||
scipion-em-tomo | |||
scipion-em >= 3.0.8 | |||
scipion-em-xmippBase | |||
pandas <= 1.3.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This dependence is on Scipion, I guess @oierlauzi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, there is no dependency on pandas in any of the required packages by this plugin. That's why this is added here.
xmipptomo/protocols.conf
Outdated
{"tag": "protocol", "value": "XmippProtSplitTiltSeries", "text": "default"} | ||
]}, | ||
{"tag": "protocol_group", "text": "CTF", "openItem": "False", "children": [ | ||
{"tag": "protocol", "value": "XmippProtRotateAstigmatism", "text": "default"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove rotate astigmatism
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
||
class XmippProtDetectLandmarkTS(EMProtocol, ProtTomoBase): | ||
""" | ||
Scipion protocol for xmipp_tomo_detect_landmarks. Detect landmarks in a tilt series. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add more help to explain what the protocol does, including key words to simplify the search of the protocol in the search box of scipion. For instance, including the word gold bead or fiducial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
|
This PR includes LaFedeTesis vol. 2 which means:
This plugin depends on: I2PC/xmipp#988