Fixing instabilities due to thread collisions in gtk+X11 - #1
Open
simon-prunet wants to merge 10 commits into
Open
Fixing instabilities due to thread collisions in gtk+X11#1simon-prunet wants to merge 10 commits into
simon-prunet wants to merge 10 commits into
Conversation
Uses now the logging and warnings modules. Also fixed a few bugs introduced by changing orb version.
…he database go on even if no viewer is present.
to the threading.threads call for the _listen method. This is done in an attempt to alleviate the Xlib crashes that happen when one tries to interact with the viewer window
Hopefully resolving all thread-related issues ??
…add() calls around the file reloading whenever a new image is seen by the listener.
…mix of stars and HII regions), we have to take e.g. lower 10 percentile values for the fwhm to get the stars, and median for robust estimate of all other values. Used to be the first value of each field, which only makes sense with multi_fit=True
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The last one-liner commit is apparently fixing crashes due to thread collisions in gtk/X11.
The other commits are intended to set up a newer version of logging (copying from orbs) and update miscellaneous parts of the code, following orb changes. Nothing of consequence though.