Skip to content

Scripts to make a quick visibility plot for a given static target. Adapted form Aayushi Verma's code.

License

Notifications You must be signed in to change notification settings

CheerfulUser/mjo_staralt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mjo_staralt

Scripts to make a quick visibility plot for a given static target. Adapted from Aayushi Verma's code NEOExchange-Observations-Planner.

You can pip install mjo_staralt as:

pip install git+https://github.com/CheerfulUser/mjo_staralt.git

Once it is successfully installed, the visibility curve can be plotted for any target with just:

from mjo_staralt import mjo_vis
mjo_vis(ra=44,dec=-11,date='2021-12-03')

plot

If no date is provided then it defaults to the current date.

Scripts can also be run through the commandline with mjo_alt.py which takes arguments of ra, dec, and date in the format of 'YYYY-mm-dd'. If a date is not specified then the current date is used.

Currently the output time is in reference to NZ local time, so might break if used in another timezone...

About

Scripts to make a quick visibility plot for a given static target. Adapted form Aayushi Verma's code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published