Skip to content

Commit

Permalink
made antab compatible for casa5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Radcliffe authored and Jack Radcliffe committed Nov 3, 2020
1 parent d25e4cc commit 0dde5a4
Show file tree
Hide file tree
Showing 3 changed files with 52,609 additions and 0 deletions.
1 change: 1 addition & 0 deletions check_antab.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
parser.add_option("-a", "--antab", action="store", type="string", dest="antab_file")
parser.add_option("-r", "--replace", action="store", dest="replace", default=False)
parser.add_option("-p","--plot",dest="plot",action="store_true",default=False)
parser.add_option("-c",dest="c")

(options, args) = parser.parse_args()
options = vars(options)
Expand Down
Loading

0 comments on commit 0dde5a4

Please sign in to comment.