Changeset 2010


Ignore:
Timestamp:
01/22/07 15:21:30 (17 years ago)
Author:
bittner
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
3 edited

Legend:

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

    r2008 r2010  
    16071607                "false"); 
    16081608 
     1609         
    16091610        RegisterOption("ViewCells.useKdPvs", 
    16101611                optBool,  
     
    16141615        RegisterOption("ViewCells.useKdPvsAfterFiltering", 
    16151616                                   optBool,  
    1616                                    "view_cells_use_kd_pvs_after_filtering",  
     1617                                   "af_use_kd_pvs",  
    16171618                                   "false"); 
    16181619 
  • GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.cpp

    r2008 r2010  
    653653                                        if (strcmp(curr, "mutation")==0) { 
    654654                                          // temp matt: still no mutationstrategy! 
    655                                            
    656655                                          mDistributions.push_back(new MutationBasedDistribution(mPreprocessor)); 
    657656                                        } 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test_pompeii

    r2007 r2010  
    1010PREFIX=../work/plots/osp-pompeii3-1e5 
    1111 
    12 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
    13  -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
    14  -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4n.xml \ 
    15  -preprocessor_stats=$PREFIX-i-mixed-b1-n4n.log \ 
    16  -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4n.hlog 
     12# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
     13# -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
     14# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4n.xml \ 
     15# -preprocessor_stats=$PREFIX-i-mixed-b1-n4n.log \ 
     16# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4n.hlog 
    1717 
    1818# n - no origin mutation, q=2, reverse samples 
    1919 
    2020$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
    21  -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
    22  -view_cells_use_kd_pvs- -view_cells_use_kd_pvs_after_filtering- \ 
    23   -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4n.xml \ 
     21 -rss_distributions=mutation+object_direction+spatial \ 
     22 -view_cells_use_kd_pvs- -af_use_kd_pvs- \ 
     23 -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4n.xml \ 
    2424 -preprocessor_stats=$PREFIX-i-mixed-bvh-n4n.log \ 
    2525 -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4n.hlog 
Note: See TracChangeset for help on using the changeset viewer.