photutils
photutils copied to clipboard
Add 'verbose' mode to PSFPhotometry classes
I'm doing PSF photometry on some crowded frames and I've been staring at a screen that shows no changes for well over 10 min now.
Could a verbose
mode be added to these classes that would print some relevant information regarding the process as it moves forward?
I like that idea! What you all think @eteq @bsipocz @hamogu?
Yes, this sounds sensible to me, like the rolling beachball for the terminal ;) Can we maybe use the astropy progress bar for this?
I was actually thinking of printing relevant information about the state of the process, rather than a progressbar. Of course, this is more complicated since those messages need to be written first.
In any case, anything beats staring at a blank screen for an hour.
If this gets implemented, please use the astropy logger (i.e. log.info()
) and not print()
calls.
I agree that this is a sensible idea.On Nov 15, 2017 8:55 AM, Gabriel Perren [email protected] wrote:I was actually thinking of printing relevant information about the state of the process, rather than a progressbar. Of course, this is more complicated since those messages need to be written first. In any case, anything beats staring at a blank screen for an hour.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.