Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.astro.louisville.edu/software/astroimagej/astroimagej_20110616/README
Дата изменения: Wed Jun 22 08:42:16 2011
Дата индексирования: Mon Oct 1 20:36:32 2012
Кодировка:

Поисковые слова: ацобс бфмбофйюеулбс бопнбмйс
Use the zip version for Windows and the tar.gz version for Linux. For OSX you
may also use the tar.gz version but follow the directions on the NIH ImageJ
website for installation instructions. Additional instructions will be added
here for Windows and OSX soon.


Under Linux, to install ImageJ and the scripts that start it in /usr/local/ you may

1. cp imagej_astro_*.tar.gz /usr/local/
2. cp imagej_scripts.tar.gz /usr/local/bin/
3. cd /usr/local
4. tar xvzf imagej_astro_*.tar.gz
5. rm imagej_astro_*.tar.gz
6. cd /usr/local/bin/
7. tar xvzf imagej_scripts.tar.gz
8. rm imagej_scripts.tar.gz

To set the ownership of the scripts and ImageJ source to
root or to a user who would manage the content,

1. cd /usr/local
2. chown -R me.user ImageJ_astro

Since we have to modify the ImageJ source, you may want to keep two
versions on your system, one with this code and another that you can
update with the latest version from NIH. You may call that version
simply by the conventional "ImageJ" name, or rename it for clarity to
something like "ImageJ_nih" as we have done in a script provided here.

The scripts that start ImageJ contain a line

java -Xmx8192m -jar /usr/local/ImageJ_astro/ij.jar

that allocates memory. You should adjust the value that is 8192m
here to memory use appropriate for your needs and computer system.

We do not have documentation for the plugins. Please contact us if you
have questions about their use, or suggestions on how to improve them.

Karen Collins
John Kielkopf
kielkopf@louisville.edu