User Tools

Site Tools


software:grainspotter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:grainspotter [2019/09/04 11:34] smerkelsoftware:grainspotter [2026/08/10 10:28] (current) smerkel
Line 21: Line 21:
 Then go to the [[https://anaconda.org/|Anaconda Cloud]] with your browser and search the cloud for //grainspotter//. Then click on //Files// and download the Linux version. Unpack it to a directory of your choice. Then go to the [[https://anaconda.org/|Anaconda Cloud]] with your browser and search the cloud for //grainspotter//. Then click on //Files// and download the Linux version. Unpack it to a directory of your choice.
  
-Go back to your browser and click on //Conda//. There is a short code which is necessary to install GrainSpotter. It should be something like this: +Go back to your browser and click on //Conda//. There is a short code which is necessary to install GrainSpotter. It should be something like ''conda install -c fable grainspotter''
- +
-  conda install -c fable grainspotter+
  
 Copy the code to your Konsole and follow the installation instructions. Copy the code to your Konsole and follow the installation instructions.
Line 34: Line 32:
   - Log-in as administrator (root) and type ''make install''.   - Log-in as administrator (root) and type ''make install''.
  
-It should work out of the box.+It should work out of the box.  
 + 
 +On some machines, the compiling fails because of an undefined function ''my_atan'' in ''src/index/pseudodata.c''. In such case 
 +  * open the code for ''src/index/pre_calculation.c'' 
 +  * copy the code for the ''my_atan'' function, between lines 39 and 50 
 +  * replace line 20 in ''src/index/pseudodata.c'' with the lines you copied just above 
 +  * re-run the ''make'' 
 +  * it should work.
  
  
Line 48: Line 53:
  
 The algorithm produces a //.log// file, a //.spe// file and a //.gve// file. The algorithm produces a //.log// file, a //.spe// file and a //.gve// file.
 +
 +===== Manual =====
 +
 +There is a brief manual online at [[https://sourceforge.net/p/fable/code/HEAD/tree/GrainSpotter/trunk/doc/]].
 +
 +Otherwise, you should have a look at the following pages
 +  * [[processing:indexing_with_grainspotter|Grain indexing with GrainSpotter]]
 +  * [[processing:complex-multi-phase|In the works: indexing a complex dataset with many phases]]
software/grainspotter.1567589690.txt.gz · Last modified: by smerkel