Changeset 1074

Show
Ignore:
Timestamp:
06/10/10 12:53:05 (14 years ago)
Author:
ondrak
Message:

counted green_times

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/Zlicingw.cfg

    r1071 r1074  
    1515  green_names = ("495_VA","495_VB","495_VC","495_VD","495_VE","495_VF"); 
    1616  green_starts=[72,4,5,35,36,71]; 
    17   green_times = [0.2,0.2,0.1,0.1,0.2,0.2];// ratios of green of 80s 
     17  green_times = [0.4875,0.3375,0.775,0.4,0.5375,0.1];// fractions of cycle_length 
    1818  stage_names = ("495_F1","495_F2","495_F3"); 
    1919  stage_times = [30,30,20];}, 
     
    3535        green_names = ("601_VA","601_VB","601_VC","601_VD","601_VE","601_SE"); 
    3636        green_starts=[54,9,26,25,9,9]; 
    37         green_times = [0.2,0.2,0.1,0.1,0.2,0.2];// ratios of green of 80s 
     37        green_times = [0.325,0.1375,0.65,0.275,0.1375,0.5125];// fractions of cycle_length 
    3838        stage_names = ("601_F1","601_F2","601_F3"); 
    3939        stage_times = [30,30,20]; 
     
    5454        // simulation in our case starts always at 00:00:00. Default simulation 
    5555        // length is 24 hours (24:00:00). 
    56         stop_time = "00:05:00"; 
     56        stop_time = "01:00:00"; 
    5757         
    5858};