| 1 | ; |
|---|
| 2 | ; USER PREFERENCES example ! Copy this file to your home directory |
|---|
| 3 | ; cp jacquesrc ~/.jacquesrc |
|---|
| 4 | ; |
|---|
| 5 | ; and modify according to your jacques start up preferences |
|---|
| 6 | ; |
|---|
| 7 | initialize, data_dir, '~/data/' ; default directory to look for data |
|---|
| 8 | initialize, image_log_directory, '/tmp/' ; directory to save images to. Set to '' to attempt |
|---|
| 9 | ; to write images into data directory |
|---|
| 10 | initialize, image_log, 0 ; set to zero to turn off image logging |
|---|
| 11 | initialize, image_log_format, 'JPEG' ; supported: JPEG2000 & JPEG |
|---|
| 12 | initialize, use_nice_font, 0 ; to use nicer fonts in drawing window set to 1 |
|---|
| 13 | initialize, useunits, 0 ; use physical units (1) rather than code units (0) |
|---|
| 14 | initialize, xy_sl_size, 800 ; width and height of images at start up |
|---|
| 15 | initialize, center, [0.5,0.5,0.5] ; center of view |
|---|
| 16 | loadct, 15 ; pick your favorite colormap |
|---|
| 17 | print, 'read ~/.jacquesrc' |
|---|
| 18 | initialize, use_on_small_screen, 1 ; smaller screens or projectors shoud set this to 1 |
|---|