User Tools

Site Tools


documents:100922imagej_cluster

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documents:100922imagej_cluster [2010/10/05 10:28] kotadocuments:100922imagej_cluster [2010/11/16 09:00] kota
Line 7: Line 7:
   * headless.jar   * headless.jar
     * This .jar file manages to work with ImageJ headlessly.      * This .jar file manages to work with ImageJ headlessly. 
-    * download headless.jar file from [[http://sourceforge.net/projects/imageja|http://sourceforge.net/projects/imageja]]. Place it in the current directory /home/miura/test +    * accessible by /g/almf/software/ij/headless.jar from within EMBL network.  
 +      * Otherwise, download headless.jar file from [[http://sourceforge.net/projects/imageja|http://sourceforge.net/projects/imageja]]. Place it somewhere you could access.  
   * blobs.tif   * blobs.tif
-    * You could download this by Normal ImageJ (with-head, or GUI). [File -> Open Samples -> Blob]. Save it in the current directory /home/miura/test+    * You could download this by Normal ImageJ (with-head, or GUI). [File -> Open Samples -> Blob]. Save it in the current directory /home/<your username>/test
   * headlesstest.ijm   * headlesstest.ijm
-    * You must created this ImageJ macro file and save it in the current directory. See below.  +    * You must write an ImageJ macro file and save it in the current directory. See below.  
   * testpbs.sh   * testpbs.sh
-    * You must created this ImageJ macro file and save it in the current directory. See below.  +    * You must write a shell script and save it in the current directory. See below.  
    
 **Write an ImageJ macro** that does the actual processing. **Write an ImageJ macro** that does the actual processing.
Line 33: Line 34:
 #PBS -N TestPBS #PBS -N TestPBS
 #PBS -l walltime=1:00:00 #PBS -l walltime=1:00:00
-/usr/struct/bin/java -classpath headless.jar:/struct/software/linux/imagej-1.42/ij.jarr -Djava.awt.headless=true ij.ImageJ -batch headlesstest.ijm /home/miura/test/blobs.tif+/usr/struct/bin/java -classpath /g/almf/software/ij/headless.jar:/g/almf/software/ij/ij-1.44h.jar -Djava.awt.headless=true ij.ImageJ -batch /home/<your user name>/test/headlesstest.ijm /home/<your user name>/test/blobs.tif
 </code> </code>
 Some more explanation: Some more explanation:
documents/100922imagej_cluster.txt · Last modified: 2016/05/24 12:46 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki