Changeset 2059


Ignore:
Timestamp:
01/24/07 22:26:09 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.cpp

    r2051 r2059  
    108108   
    109109  ObjectPvs pvs; 
    110   if (1) { 
     110  if (0) { 
    111111        pvs = viewcell->GetPvs(); 
    112112  } else { 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test_pixel

    r2052 r2059  
    4343-rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
    4444-view_cells_use_kd_pvs+ -af_use_kd_pvs- \ 
    45 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4l.xml \ 
    46 -preprocessor_stats=$PREFIX-i-mixed-b1-n4l.log \ 
    47 -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4l.hlog 
     45-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4k.xml \ 
     46-preprocessor_stats=$PREFIX-i-mixed-b1-n4k.log \ 
     47-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4k.hlog 
    4848 
    4949 
  • GTP/trunk/Lib/Vis/Preprocessing/work/plots/ps_memory_plot2

    r2009 r2059  
    1919echo set xlabel \"$2\" >> $FILE  
    2020echo set ylabel \"$3\" >> $FILE 
    21 #echo set yrange \[0:100\] >> $FILE 
     21echo set yrange \[0:2000\] >> $FILE 
    2222 
    2323# echo set boxwidth 0.4 >> $FILE 
Note: See TracChangeset for help on using the changeset viewer.