Skip to content
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

Increasing the number of Probes past 11 #39

Open
slsuarez-gh opened this issue May 10, 2020 · 1 comment
Open

Increasing the number of Probes past 11 #39

slsuarez-gh opened this issue May 10, 2020 · 1 comment

Comments

@slsuarez-gh
Copy link

I have a group of histology slices where I need to label 18 separate probe tracts. However, when I attempt to label probes past probe #11, the software will not respond to the add new probe command. Is there any known work around to increase the number of allowed probes?

@philshams
Copy link
Collaborator

This is controlled in lines 37-8 of AtlasTransformBrowser.m. You can add additional probes by adding to the list of probe colors:

ud.ProbeColors = [1 1 1; 1 .75 0;  .3 1 1; .4 .6 .2; 1 .35 .65; .7 .7 1; .65 .4 .25; .7 .95 .3; .7 0 0; .5 0 .6; 1 .6 0]; 
ud.ProbeColor =  {'white','gold','turquoise','fern','bubble gum','overcast sky','rawhide', 'green apple','red','purple','orange'};

For example adding 0.5 0.5 0.5 and 'gray' to the end of those lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants