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

support batch cropping #26

Closed
leofang opened this issue Feb 19, 2019 · 1 comment · Fixed by #59
Closed

support batch cropping #26

leofang opened this issue Feb 19, 2019 · 1 comment · Fixed by #59
Milestone

Comments

@leofang
Copy link
Collaborator

leofang commented Feb 19, 2019

@xiaojinghuang requested this feature so that once we identify the ROI and hot pixels for the head of a series of scans, we can use batch mode to extract data from databroker (using the same ROI and hot pixels) and run the reconstruction.

@leofang
Copy link
Collaborator Author

leofang commented Jul 31, 2019

@xiaojinghuang also requested two checkable boxes to be implemented:

  • Save h5
  • Run reconstruction

leofang added a commit that referenced this issue Aug 2, 2019
Current limitation: if "Stop" is clicked while saving h5, the h5 worker
will still be running in the background. It just stops the whole batch.
The reason for using this workaround is because QThread.terminate() does
not work in my test env (it'd freeze the whole GUI).
@leofang leofang added this to the v1.3.0 milestone Aug 5, 2019
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 a pull request may close this issue.

1 participant