Welcome to dat_pyinthesky
! This repository is a sandbox and drafting space for assorted efforts for STScI's data analysis tools. (Particularly, but not exclusively, for the Data Analysis Tools Branch.)
For a detailed introduction and instructions on contributing science notebooks, please visit the Read-the-Docs page for this project:
https://dat-pyinthesky.readthedocs.io/en/latest/
The primary branch for this repo has been transitioned from master
to main
. If you have a local clone of this repository and want to keep your local branch in sync with this repo, you'll need to do the following in your local clone from your terminal:
git branch -m master main
git fetch origin
git branch -u origin/main main
If you are using a GUI to manage your repos you'll have to find the equivalent commands as it's different for different programs. Alternatively, you can just delete your local clone and re-clone!