-
Notifications
You must be signed in to change notification settings - Fork 14
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
Need feedback/progress updates to user during reproject, etc. #641
Comments
I'd like to take this, but wanted to clarify:
|
|
Thank you for those clarifications - I'm looking at |
I think you shouldn't have to worry about installing the LSST stack to do development on this portion of KBMOD! If you just want to test against a basic |
^ this is just in relation to reprojection, thinking about it you might need the stack to work with |
@maxwest-uw Made a PR with a start on this. Some points to confirm but let's address them there |
Need to add the TQDM loop to a few of the ImageCollection and WorkUnit functions so that we can track the progress of various large tasks in the reproject/KBMOD search pipeline. Important requirement: needs to interact nicely with output files on HPCs like klone. Required Changestqdm should be added to the following places in the code:
Testing
|
Ideally, an indicator of the time remaining too, but at the very least letting the user see what is happening during the course of multi-hour operations like constructing work units.
The text was updated successfully, but these errors were encountered: