typo
This commit is contained in:
parent
cc338385d4
commit
0ce2e92adc
|
@ -249,7 +249,7 @@ if __name__ == "__main__":
|
|||
"-d", "--dm", dest="dm", type=float, help="DM of injected pulse."
|
||||
)
|
||||
parser.add_argument(
|
||||
"-w", "--width", dest=pWidth, type=float, help="Width of desired pulse in seconds."
|
||||
"-w", "--width", dest="pWidth", type=float, help="Width of desired pulse in seconds."
|
||||
)
|
||||
parser.add_argument(
|
||||
"-n", "--nsamp", type=int, help="Number of samples to take of the generated pulse."
|
||||
|
|
Loading…
Reference in a new issue