-
Notifications
You must be signed in to change notification settings - Fork 52
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
Wishlist: Looking at fit parameters #239
Comments
Here it looks like a simple filtering on x and Y coordinates (being close to the edge) would catch all these unwanted localizations? |
@cleterrier Thanks, that's what I'm doing now, but there are still spurious fits in other frames in the middle of the image. However I think displaying the fit parameters (perhaps on click or on mouse over) would be extremely useful. |
It seems like the FitMarker ( picasso/picasso/gui/localize.py Line 158 in ac0064f
|
Hi Ajasja, |
@rafalkowalewski1 Thanks! I hope I solved the problem by only looking at spots near the fibers, but I still think it would be cool if you could click on the fit and see the parameters |
Picasso version: 0.4 (pip)
Python version: 3.8.5
Operating System: Win 10
Description
I'm looking for the best way to filter the fitted localizations. I would like to click on a fit and see the parameters. Is there an easy a way to do this?
What I Did
Localized and fitted a tiff file. I'm getting several spurious fits that should be easy to filer away, but I don't have a feeling for which fit parameters are best to filter on.
If I could click on a localization and see the fit parameters that would be great.
The text was updated successfully, but these errors were encountered: