-
Notifications
You must be signed in to change notification settings - Fork 3
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
32 changed files
with
233 additions
and
163 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ Why does this exist? | |
:maxdepth: 2 | ||
|
||
gbo_context | ||
sdfits_files | ||
sdfits_files/index |
17 changes: 6 additions & 11 deletions
17
docs/source/background/sdfits_files.rst → ...ce/background/sdfits_files/gbt_sdfits.rst
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,10 @@ | ||
************ | ||
SDFITS Files | ||
************ | ||
|
||
Here are some of the telescopes which use SDFITS files. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
gbt_sdfits |
Empty file.
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 |
---|---|---|
|
@@ -7,4 +7,5 @@ Stuff about the overall design | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sdfits_loaders | ||
sdfits_loaders | ||
structure |
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,30 @@ | ||
********* | ||
Structure | ||
********* | ||
|
||
.. mermaid:: | ||
|
||
erDiagram | ||
SESSION { | ||
int session_id PK, FK | ||
int obsblock_id FK | ||
} | ||
OBSBLOCK { | ||
int obsblock_id PK, FK | ||
int spectrum_id FK | ||
int flag | ||
} | ||
SPECTRUM { | ||
int spectrum_id PK, FK | ||
int flag | ||
} | ||
SPECTRUM_DATA { | ||
int spectrum_id PK, FK | ||
list flags | ||
list frequencies | ||
list intensities | ||
} | ||
|
||
SESSION ||--|{ OBSBLOCK : "has one or more" | ||
OBSBLOCK ||--|{ SPECTRUM : "has one or more" | ||
SPECTRUM ||--|| SPECTRUM_DATA : "has one" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ Examples for GBT Data | |
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
positionswitch | ||
totalpower | ||
|
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
Oops, something went wrong.