| Revision 26,
1.6 KB
checked in by tabel, 2 years ago
(diff) |
|
Also keep a tarred version for download in repository.
|
| Line | |
|---|
| 1 | Welcome to Jaques 2.0 |
|---|
| 2 | |
|---|
| 3 | Even after 12 years Jaques remains a quick hack, as I've been learning |
|---|
| 4 | how to use the IDL widgets and basically most features of IDL. So |
|---|
| 5 | sorry for the mess. However, it is useful. I hope that the use of |
|---|
| 6 | Jaques is worth an acknowledgment in the scientific papers and talks |
|---|
| 7 | you use it for. |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | 1) What is Jaques ? |
|---|
| 11 | |
|---|
| 12 | It's a whole bunch of IDL routines to visualize multiple mesh data. |
|---|
| 13 | Jaques is enzo's best friend. |
|---|
| 14 | |
|---|
| 15 | 2) How to install it? |
|---|
| 16 | |
|---|
| 17 | From the SVN repository: |
|---|
| 18 | svn checkout http://svn.enzotools.org/jacques/ |
|---|
| 19 | in the trunk directory you find all the relevant start up scripts etc. |
|---|
| 20 | cd trunk |
|---|
| 21 | |
|---|
| 22 | doit is a simple shell script to set one environment variable and start |
|---|
| 23 | up jaques. clean and install are also trivial shell scripts. |
|---|
| 24 | |
|---|
| 25 | You can set some favorite startup values of variables in your |
|---|
| 26 | home directory using a ~/.jacquesrc |
|---|
| 27 | file. An example is included in this directory. |
|---|
| 28 | cp jacquesrc ~/.jacquesrc |
|---|
| 29 | |
|---|
| 30 | 3) How to run it? |
|---|
| 31 | simply type: |
|---|
| 32 | |
|---|
| 33 | ./doit |
|---|
| 34 | |
|---|
| 35 | if you do not have an idl license available and do not |
|---|
| 36 | need access to the command line for what you're doing |
|---|
| 37 | you can also run |
|---|
| 38 | ./start-vm.sh |
|---|
| 39 | which will run the program with the IDL virtual machine. |
|---|
| 40 | |
|---|
| 41 | 4) Problems ? |
|---|
| 42 | |
|---|
| 43 | There are many many possible situations the tool will crash. |
|---|
| 44 | |
|---|
| 45 | FIX: type |
|---|
| 46 | retall |
|---|
| 47 | or |
|---|
| 48 | @tools.com |
|---|
| 49 | and you should be able to try again |
|---|
| 50 | |
|---|
| 51 | Please make sure that the hdf4 command vshow and the hdf5 h5ls and h5dmp |
|---|
| 52 | commands are in your path. These are used to speed up the reading of data. |
|---|
| 53 | |
|---|
| 54 | 5) Check out the WHATSNEW and BUGS files of the distribution. |
|---|
| 55 | |
|---|
| 56 | In particular the WHATSNEW file gives hints of what jaques can do for you. |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.