petersaj / AP_histology

Histology processing
61 stars 21 forks source link

Issue with Labeling 10+ probes in get_probe_histology #9

Closed kangelaa closed 2 years ago

kangelaa commented 2 years ago

When trying to label more than 9 probes in get_probe_histology, the program doesn't allow for inputting multiple numbers (to label probes 10, 11, 12, etc.). Is there a workaround for this?

petersaj commented 2 years ago

Just pushed a fix: now the 0 key = probe 10 and the shift key = +10 (shift+5 = probe 15) to support up to 20 probes with 20 unique colors.

Want to try that and make sure it works for you?

kangelaa commented 2 years ago

Seems to work well, thank you!