-
Notifications
You must be signed in to change notification settings - Fork 59
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
Unnecessary 1 second delays in Batch process slows down Bath process and can probably be removed. #161
Comments
In mainwindow.cpp function batchProcess there are 1 second delays I may have put in for debug so I could make various screens display longer. Those delays are not necessary and slow down batch process. In a way I don't understand if one on windows 10 just leaves the batch running it will start to delay 10 seconds after displaying the cropped interferogram. If you move the mouse over the app that delay is interrupted and process continues. So just moving the mouse randomly over DFTFinge will make the batch work much faster. After removing those 1 second delays that behavior does not happen and the batch works quickly as expected. I have the fix and a fix for creating movies from wave fonts that is also disabled currently. (AT least in my version of the source.) I would like to update all of this but once again I'm sorry I don't remember thee github commands to update my source with the latest code while not removing my changes. I know it involves creating a branch but..... |
@gr5 if the branch is not up to date, you can eventually rebase the commits. I'm in vacation with no computer access |
Dale has been using a really old version of the source code and I think it keeps getting older. Dale if you could do a pull on master before you make any edits that would be so very helpful. |
"before I do any edits" Edits have been done for sometime so way to late for that. I imagine a merge will go well. |
I hate git. I have tried but failed to update my local branch with the remote git master. I have done what the net says to do. |
Hi @githubdoe I have tester your dalework branch and I'm able to update it without errors. This means you have uncommitted local changes in you branch. Or that the origin/dalework is not equal to dalework meaning you did not push your local branch. Anyway what I would recommend is commiting and pushing everything from dalework. After that no more risk of loosing anything. Then You or I or We try to update things correctly. |
You can also just use the old fashioned copy paste method to move your files somewhere safe on your hard drive. |
Ah, Yes I have not committed nor pushed those new files. I'm working on the percent completion profile graph. I like what I have so far. |
Okay, well after this next merge, please start fresh with a fresh copy of the latest file now so that in a few months when you next do a bug or feature you won't be working with code that is over a year old and doesn't have all the latest fixes. |
I have completed work on the delay, modifying the surface movie maker, and the percent correction feature. Perhaps some of these had their own issue topics. I have merged the older master into my code and pushed dalework up to the remote. (I hope) |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: