Skip to content

Commit

Permalink
added a function read_feko_beam to uvbeam. Need to make changes. The …
Browse files Browse the repository at this point in the history
…main difference is the FEKO outputs all its frequency data into one file. Check the sample_feko.ffe in the /data folder
  • Loading branch information
nmahesh1412 committed Aug 15, 2023
1 parent a89786f commit 6d36937
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvbeam/feko_beam.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2018 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License
"""Class for reading beam CST files."""
"""Class for reading beam FEKO files."""
import os
import re
import warnings
Expand Down
Loading

0 comments on commit 6d36937

Please sign in to comment.