-
Notifications
You must be signed in to change notification settings - Fork 5
DEV: added robot file #27
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: master
Are you sure you want to change the base?
Conversation
.ropeproject .gitignore
xpdsim/robot.py
Outdated
| self._current_sample_geometry = None | ||
| super().__init__(name, fields, initial_set, **kwargs) | ||
|
|
||
| def load_sample(self, saple_number, sample_geometry=None): |
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.
Spelling
xpdsim/dets.py
Outdated
|
|
||
|
|
||
| def build_image_cycle(path): | ||
| # Goal: replace this with a mediator to the robot, to be handled in |
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.
The image cycle stuff is fine. The issue is how that image cycle is handed to the detector
Codecov Report
@@ Coverage Diff @@
## master #27 +/- ##
===========================================
- Coverage 93.54% 67.28% -26.27%
===========================================
Files 6 7 +1
Lines 155 217 +62
===========================================
+ Hits 145 146 +1
- Misses 10 71 +61
Continue to review full report at Codecov.
|
No description provided.