Forklet of Astropy tutorial at ASTRON.
https://spacecruft.org/spacecruft/astropytutorial
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
solutions | 4 years ago | |
.gitignore | 2 months ago | |
1-Astropy-basics.ipynb | 2 months ago | |
2-FITS.ipynb | 2 months ago | |
3-PyVO.ipynb | 2 months ago | |
4-Barnards-star.ipynb | 2 months ago | |
LICENSE | 4 years ago | |
README-upstream.md | 2 months ago | |
README.md | 2 months ago | |
requirements.txt | 2 months ago |
README.md
Astropy tutorial
Astropy tutorial cloned from ASTRON.
Installation
Install thusly, on Debian Bookworm (Testing).
sudo apt install python3-virtualenv python3-pip
git clone https://spacecruft.org/spacecruft/astropytutorial
Setup
Setup thusly.
cd astropytutorial/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
deactivate
Usage
Use thusly.
cd astropytutorial/
source env/bin/activate
jupyter lab
Then in browser go to URL presented.
See Also
ASTRON
Upstream
Upstream license is GPLv3.
Upstream repo:
See also README-upstream.md
.
Copyright
Upstream sources under their respective copyrights.
License: GPLv3.
Copyright © 2023, Jeff Moe.