Skip to content

Smearing using PyDos default is 0.05 not 0.02 #12

Description

@LiamC15

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')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions