Ignore:
Timestamp:
08/21/07 19:37:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh

    r2228 r2543  
    1313export PATH=$PATH:../bin 
    1414 
    15 NUM_SAMPLE_RAYS=200000000 
    16 #NUM_SAMPLE_RAYS=50000000 
     15#NUM_SAMPLE_RAYS=200000000 
     16#NUM_SAMPLE_RAYS=10000000 
     17NUM_SAMPLE_RAYS=10000 
    1718 
    1819$PREPROCESSOR -total_samples=$NUM_SAMPLE_RAYS \ 
     
    2021-preprocessor_ray_cast_method=1 \ 
    2122-samples_per_pass=1000000 \ 
    22 -view_cells_use_kd_pvs- -af_use_kd_pvs- \ 
     23-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
    2324-mutation_silhouette_prob=0.5 \ 
    2425-mutation_reverse_samples_distance=1.0 \ 
Note: See TracChangeset for help on using the changeset viewer.