//Easy access for users to report errors
#@ String (visibility=MESSAGE, value="Step by step tutorial for GAT: Wiki
Video tutorials Youtube Playlist
Latest updates: Release notes
SUPPORT
Any of the following options can be used for getting help or reporting errors:
* Visit link 1 to use Google forms to report errors
* Visit link 2 to post within the GAT github repository.
You will need a Github account for this.
* Visit link 3 to post in imagesc forum. Include @pr4deepr in the post
") google_form
/*
//Script parameters and using a GUI window wasn't working
table_name = "Help and Support";
if(!isOpen(table_name)) Table.create(table_name);
else
{
close(table_name);
Table.create(table_name);
}
column= "Help";
Table.set(column,0, "Step by step tutorial for GAT:");
Table.set(column,1,"https://github.com/pr4deepr/GutAnalysisToolbox/wiki");
Table.set(column,2, "Youtube Tutorials:");
Table.set(column,3,"https://www.youtube.com/channel/UC03y9hDwDsVAhgeebyWpoew/playlists");
Table.set(column,4," ");
Table.set(column,5,"Google FORM:");
Table.set(column,6,"https://forms.gle/6AampkLzhVJc5ygx9");
Table.set(column,7,"Github Repository, which you need to create a github account for");
Table.set(column,8,"https://github.com/pr4deepr/GutAnalysisToolbox/issues");
Table.set(column,9,"You can also post in the imagesc forum: https://forum.image.sc/ , just tag or include @pr4deepr in the post so we are notified");
Table.set(column,10,"Thank you for using GAT!");
*/