zkbt / exoatlas

Tools for compiling and plotting populations of transiting exoplanets.
MIT License
3 stars 3 forks source link

Make a "what's observable tonight" plot. #51

Open zkbt opened 2 months ago

zkbt commented 2 months ago

It'd be fun to have a plot of the RA + Dec of the targets in a Population that covers the whole sky, but then also has a region on it indicating what might be seen by a particular telescope on a particular night. This is basically remaking TheSkyX's sky viewer and/or Stellarium and/or any local map of the sky, but with systems we might want to observe.

It'd be awesome if you could please write this a Python function that takes in a Population object, an observatory location, and a time/date.

zkbt commented 2 months ago

For some more notes on "One basic version of that might be just a rectangle indicate where the hour angle (= local sidereal time - RA) is less than 4 hours and the declination is within 60 degrees of the telescope latitude.":

zkbt commented 2 months ago

For some more notes on "One slightly more kickass version would be a more complicated curvy boundary indicating where the zenith angle of a star would be <60 degrees (= 1 < airmass < 2). You might need to use astroplan for this?":