forked from NickSwainston/pulsar_spectra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
13,416 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
FROM python:3.9 | ||
|
||
LABEL maintainer="Nick Swainston <nickswainston@gmail.com>" | ||
|
||
# Work in a temp build directory | ||
WORKDIR /tmp/build | ||
ADD . /tmp/build | ||
|
||
# Install using pip | ||
RUN pip install . && \ | ||
rm -rf /tmp/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from ._version import __version__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = '2.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"J0038-2501": { | ||
"Frequency MHz": [ | ||
350.0 | ||
], | ||
"Bandwidth MHz": [ | ||
100.0 | ||
], | ||
"Flux Density mJy": [ | ||
3.7 | ||
], | ||
"Flux Density error mJy": [ | ||
1.85 | ||
] | ||
}, | ||
"J1916-2939": { | ||
"Frequency MHz": [ | ||
350.0 | ||
], | ||
"Bandwidth MHz": [ | ||
100.0 | ||
], | ||
"Flux Density mJy": [ | ||
2.2 | ||
], | ||
"Flux Density error mJy": [ | ||
1.1 | ||
] | ||
}, | ||
"J1949+3426": { | ||
"Frequency MHz": [ | ||
350.0 | ||
], | ||
"Bandwidth MHz": [ | ||
100.0 | ||
], | ||
"Flux Density mJy": [ | ||
3.7 | ||
], | ||
"Flux Density error mJy": [ | ||
1.85 | ||
] | ||
}, | ||
"J2355+2246": { | ||
"Frequency MHz": [ | ||
350.0 | ||
], | ||
"Bandwidth MHz": [ | ||
100.0 | ||
], | ||
"Flux Density mJy": [ | ||
0.9 | ||
], | ||
"Flux Density error mJy": [ | ||
0.45 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"J0711-6830": { | ||
"Frequency MHz": [ | ||
400.0, | ||
600.0, | ||
1400.0 | ||
], | ||
"Bandwidth MHz": [ | ||
64.0, | ||
64.0, | ||
64.0 | ||
], | ||
"Flux Density mJy": [ | ||
10.0, | ||
10.0, | ||
1.6 | ||
], | ||
"Flux Density error mJy": [ | ||
1.0, | ||
3.0, | ||
0.3 | ||
] | ||
}, | ||
"J1024-0719": { | ||
"Frequency MHz": [ | ||
400.0, | ||
600.0, | ||
1400.0 | ||
], | ||
"Bandwidth MHz": [ | ||
64.0, | ||
64.0, | ||
64.0 | ||
], | ||
"Flux Density mJy": [ | ||
4.6, | ||
2.1, | ||
0.5 | ||
], | ||
"Flux Density error mJy": [ | ||
1.2, | ||
0.4, | ||
0.3 | ||
] | ||
}, | ||
"J1744-1134": { | ||
"Frequency MHz": [ | ||
400.0, | ||
600.0, | ||
1400.0 | ||
], | ||
"Bandwidth MHz": [ | ||
64.0, | ||
64.0, | ||
64.0 | ||
], | ||
"Flux Density mJy": [ | ||
13.0, | ||
7.0, | ||
1.0 | ||
], | ||
"Flux Density error mJy": [ | ||
3.0, | ||
2.0, | ||
0.2 | ||
] | ||
}, | ||
"J2124-3358": { | ||
"Frequency MHz": [ | ||
400.0, | ||
600.0, | ||
1400.0 | ||
], | ||
"Bandwidth MHz": [ | ||
64.0, | ||
64.0, | ||
64.0 | ||
], | ||
"Flux Density mJy": [ | ||
6.0, | ||
6.0, | ||
1.6 | ||
], | ||
"Flux Density error mJy": [ | ||
2.0, | ||
1.0, | ||
0.4 | ||
] | ||
} | ||
} |
Oops, something went wrong.