Skip to content

allenerocha/pysky

Repository files navigation

Pysky

AstroPy

Travis (.org)

Code style: black

Codecov

License:AGPLv3

target

https://www.gnu.org/licenses/agpl-3.0.en.html

GitHub last commit

Download & Installation

Initial setup

Download and install latest version of Python here.

Follow these instructions to get the latest version of pip.

~$ git clone https://github.com/allenerocha/pysky.git && cd pysky/
pysky/$ pip install .

Uninstalling

~$ pip uninstall pysky -y

Usage

~$ pysky -sd [start date] -st [start time] -ed [end date] -et [end time] -t [thread count] -v [verbosity level]

Command line options

Options (Dates and times are in ISO 8601 format)

-sd/--startdate Starting date.1
-st/--starttime Starting time.2
-ed/--enddate Ending date.3
-et/--endtime Ending time.4

-t/--threads

Number of threads to use.5

-v/--verbosity Verbosity level.6

-h/--help

Display help for the CL options.

Date format (YEAR-MONTH-DAY)

YEAR 4 digit format
MONTH 2 digit format
DAY 2 digit format

Time format (HOUR:MINUTE)

HOUR 24 hour format (0-23)

MINUTE

Minute in regular format (0-59)

Specifying no end date and time defaults the search to only go for one hour long.

Help

~$ pysky -h
~$ pysky --help

Images

Default

By default images of valid objects will be saved in the filename format:

$HOME/PySkySlideshow/object-width-height-resolution-scaling.png

User Defined

To change the location of the saved images, you can add the following line to the user_prefs.cfg file:

slideshow_dir=

Followed by the directory to save in. The folder PySkySlideshow will be created in the specified directory.

Examples

slideshow_dir=/home/allen

This will set the directory to save the images as:

slideshow_dir=/home/allen/PySkySlideshow/

Usage

Start July 10th, 2012 17:00 End July 10th, 2012 23:00

$ pysky -sd 2012-07-10 -st 17:00 -ed 2012-07-10 -et 23:00

Start December 31st, 2015 08:00 End January 1st, 2016 02:00 with high verbosity

$ pysky -sd 2015-12-31 -st 08:00 -ed 2016-01-01 -et 02:00 -v 5

Start September 1st, 2019 19:00 for one hour with 2 threads and medium verbosity

$ pysky -sd 2019-09-01 -st 17:00 -t 2 -v 3

Supported Python Versions

Python 3.6+


  1. Required.

  2. Required.

  3. Optional.

  4. Optional.

  5. Optional.

  6. Optional.

About

Python application to retrieve the information of celestial objects in a given date-time range

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages