Skip to content

Commit f7c4676

Browse files
committed
Merge branch 'master' of github.com:AUAS-Pulsar/Asteria into merge
Signed-off-by: Timo Hermsen <timo.hermsen@ti-more.com> # Conflicts: # .gitignore # LICENSE # README.md
2 parents f91d343 + e729f9b commit f7c4676

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea
22
.vscode
33
__pycache__
4-
venv
4+
venv

LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 3, 29 June 2007
33

44
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5-
Everyone is permitted to copy and distribute verbatim copies
5+
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

88

@@ -161,5 +161,4 @@ General Public License ever published by the Free Software Foundation.
161161
If the Library as you received it specifies that a proxy can decide
162162
whether future versions of the GNU Lesser General Public License shall
163163
apply, that proxy's public statement of acceptance of any version is
164-
permanent authorization for you to choose that version for the
165-
Library.
164+
permanent authorization for you to choose that version for the Library.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ Will be added later.
2323
### Read header data
2424

2525
1. Specify the path to the filterbank file in the header.py file (line 124)
26-
2. Run the following command: `python header.py`
26+
2. Run the following command: `python header.py`
27+
28+
# Asteria

0 commit comments

Comments
 (0)