-
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.
Merge pull request #167 from GreenBankObservatory/update-docs
Update docs and add test files
- Loading branch information
Showing
14 changed files
with
229,439 additions
and
1 deletion.
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
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
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,26 @@ | ||
# GBTIDL spectra for testing | ||
|
||
All of the raw data used to generate these examples should be available in the [dysh data server](https://www.gb.nrao.edu/dysh/example_data/). | ||
|
||
Here we provide the `GBTIDL` commands used to generate individual files. | ||
|
||
|
||
## OnOff L <a name="onoff"></a> | ||
``` IDL | ||
filein,"onoff-L/data/TGBT21A_501_11.raw.vegas/TGBT21A_501_11.raw.vegas.A.fits" | ||
gettp,156,intnum=0 | ||
setframe,"TOPO" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_TOPO.ascii" | ||
setframe,"GEO" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_GEO.ascii" | ||
setframe,"HEL" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_HEL.ascii" | ||
setframe,"BAR" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_BAR.ascii" | ||
setframe,"LSR" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_LSR.ascii" | ||
setframe,"LSD" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_LSD.ascii" | ||
setframe,"GAL" | ||
write_ascii,"onoff-L_gettp_156_intnum_0_GAL.ascii" | ||
``` |
Oops, something went wrong.