sbailey / surveyqa

DESI Survey QA Dashboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

new skyplot added #3

Closed ana-lyons closed 5 years ago

ana-lyons commented 5 years ago

I inserted my code for the sky plot into the summary.py document. Added a new function to retrieve first night each tile was observed (to color code the sky plot).

sbailey commented 5 years ago

Looks nice, thanks.

image

For the record, I was able to get your branch and test it with:

git checkout master
git pull
git checkout skyplotbranch
[run]

I'll merge this now, and then you can get the updates from master and create a new branch for your next feature:

git checkout master
git pull
git checkout -b morestuff
...