- Timestamp:
- 01/22/07 15:21:30 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r2008 r2010 1607 1607 "false"); 1608 1608 1609 1609 1610 RegisterOption("ViewCells.useKdPvs", 1610 1611 optBool, … … 1614 1615 RegisterOption("ViewCells.useKdPvsAfterFiltering", 1615 1616 optBool, 1616 " view_cells_use_kd_pvs_after_filtering",1617 "af_use_kd_pvs", 1617 1618 "false"); 1618 1619 -
GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.cpp
r2008 r2010 653 653 if (strcmp(curr, "mutation")==0) { 654 654 // temp matt: still no mutationstrategy! 655 656 655 mDistributions.push_back(new MutationBasedDistribution(mPreprocessor)); 657 656 } -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test_pompeii
r2007 r2010 10 10 PREFIX=../work/plots/osp-pompeii3-1e5 11 11 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.hlog12 # $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 17 17 18 18 # n - no origin mutation, q=2, reverse samples 19 19 20 20 $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 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 \ 24 24 -preprocessor_stats=$PREFIX-i-mixed-bvh-n4n.log \ 25 25 -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4n.hlog
Note: See TracChangeset
for help on using the changeset viewer.