This commit is contained in:
Sakimori 2025-08-08 11:16:59 -04:00
parent cc338385d4
commit 0ce2e92adc
No known key found for this signature in database

View file

@ -249,7 +249,7 @@ if __name__ == "__main__":
"-d", "--dm", dest="dm", type=float, help="DM of injected pulse." "-d", "--dm", dest="dm", type=float, help="DM of injected pulse."
) )
parser.add_argument( 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( parser.add_argument(
"-n", "--nsamp", type=int, help="Number of samples to take of the generated pulse." "-n", "--nsamp", type=int, help="Number of samples to take of the generated pulse."