jungmannlab / picasso

A collection of tools for painting super-resolution images

Home Page:https://picassosr.readthedocs.io/en/latest/?badge=latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wishlist: make pixelsize a positional argument in cmd line dbscan

GolgiWhillikers opened this issue · comments

  • Picasso version: 0.5.7
  • Python version: 3.8
  • Operating System: Win 10

I was having an issue with cmd line dbscan in picasso 0.5.6, as it was not actually asking me for pixelsize:
Screen Shot 2023-02-08 at 3 49 05 PM

On update to 0.5.7 the problem was resolved and the pixelsize request did occur correctly, and the data were clustered. However to me it would be more useful to have the pixelsize input be in the cmd line call (ie picasso dbscan files radius density psize). This makes it more fully callable from another coding environment (for example we call cmd functions from matlab since that's where the rest of our processing is; I recognize one could call clusterer.py functions directly from clusterer.py in python environments). I can edit on my individual instance, but would this be the better long term solution? I see there are a lot of changes going on with the clustering algorithms, and I'm also happy to take other solutions.

Thanks

Hi,

Thank you for your input, we will likely add this in the next release!

Bests,
Rafal