Skip to content

Commit

Permalink
custom logging option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Dec 10, 2024
1 parent 5e44658 commit 241b88e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sports2D/Sports2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
'person_orientation': ['front', '', 'left'],
'osim_setup_path': '../OpenSim_setup',
'close_to_zero_speed_m': 0.2
}
},
'logging': {'use_custom_logging': False}
}

CONFIG_HELP = {'config': ["C", "path to a toml configuration file"],
Expand Down Expand Up @@ -260,7 +261,8 @@
'cut_off_frequency': ["", "cut-off frequency of the Butterworth filter. 3 if not specified"],
'sigma_kernel': ["", "sigma of the gaussian filter. 1 if not specified"],
'nb_values_used': ["", "number of values used for the loess filter. 5 if not specified"],
'kernel_size': ["", "kernel size of the median filter. 3 if not specified"]
'kernel_size': ["", "kernel size of the median filter. 3 if not specified"],
'use_custom_logging': ["", "use custom logging. false if not specified"]
}


Expand Down

0 comments on commit 241b88e

Please sign in to comment.