source: GTP/trunk/Lib/Vis/Preprocessing/src/run @ 1985

Revision 1985, 423 bytes checked in by bittner, 17 years ago (diff)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter-"
4
5SCENE=../data/Pompeii/PompeiiTen.obj
6VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
7
8
9$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
10-preprocessor_detect_empty_viewspace- \
11-rss_distributions=mutation+object_direction+spatial
12
13
Note: See TracBrowser for help on using the repository browser.