Skip to content

Commit

Permalink
Update make4FGLxml.py
Browse files Browse the repository at this point in the history
Add DR 4 as a valid option for the command line script
  • Loading branch information
physicsranger committed Aug 28, 2023
1 parent 840966f commit 6f75ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LATSourceModel/src/LATSourceModel/make4FGLxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def cli():
choices=['True','False','T','F','t','f','TRUE','FALSE','true','false',1,0])

parser.add_argument('-DR',type=int,default=3,help='Choice of data release, 3 for 4FGL-DR3, 2 for 4FGL-DR2, and 1 for 4FGL.',
choices=[1,2,3])
choices=[1,2,3,4])

parser.add_argument('--new',type=str,default=None,help='RA, DEC, source_name, and model for a non-4FGL point source to be\
added to the model. Must be a string contained within single quotes with keys in double quotes.')
Expand Down

0 comments on commit 6f75ad6

Please sign in to comment.