Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smearing using PyDos default is 0.05 not 0.02 #12

Open
LiamC15 opened this issue Feb 6, 2020 · 1 comment
Open

Smearing using PyDos default is 0.05 not 0.02 #12

LiamC15 opened this issue Feb 6, 2020 · 1 comment

Comments

@LiamC15
Copy link

LiamC15 commented Feb 6, 2020

The help section states that the smearing factor, sigma, has a default value of 0.02, however, when --sigma = 0.02 the smearing factor of the resulting plots and data appear to be different. Looking through the code it appears there is a difference between the actual default and the stated default:

par.add_option('--sigma',
    action='store', type="float",
    dest='sigma', default=0.05,
    help='smearing parameter, default 0.02')
@QijingZheng
Copy link
Owner

Hi LiamC15

Thank you for you pointing out. I have updated the help message.

Best
Qijing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants