Ignore:
Timestamp:
01/15/08 14:51:08 (17 years ago)
Author:
mattausch
Message:

added scripts for gvs preprocessor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_vienna

    r2572 r2596  
    77 
    88SCENE=../data/vienna/vienna_cropped.obj 
    9 VIEWCELLS=../data/vienna/vienna_cropped-seq-3000-false-20-viewcells.xml.gz 
    10 #VIEWCELLS=../data/vienna/vienna_cropped-57000-viewcells.xml.gz 
     9#VIEWCELLS=../data/vienna/vienna_cropped-seq-3000-false-20-viewcells.xml.gz 
     10VIEWCELLS=../data/vienna/vienna_cropped-57000-viewcells.xml.gz 
    1111 
    1212 
     
    1919#PREFIX=../work/plots/atlanta2-rss9 
    2020 
     21DISTRIBUTIONS=mutation+object_direction+spatial 
    2122 
    22  
    23 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
    24 -rss_distributions=mutation+object_direction+spatial \ \ 
     23$COMMAND -preprocessor=combined \ 
     24-scene_filename=$SCENE \ 
     25-view_cells_filename=$VIEWCELLS \ 
     26-rss_distributions=$DISTRIBUTIONS \ 
    2527-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
    2628-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 
Note: See TracChangeset for help on using the changeset viewer.