AstroScheduller algorithms and packages for planning astronomical observations.
Project description
AstroScheduller 1.0.x
The AstroScheduller project is developing a user-friendly Python package with an algorithm for planning astronomical observations. This project was taken from a previous project AstroScheduller.py.
Using PiPI to install:
The most recent stable version of AstroScheduller Package is available on PyPI. Using the following command to install the package and the required packages will automatically be installed:
pip install AstroScheduller
If you already have an older version of AstroScheduller installed, as AstroScheduller is currently in active update, we strongly recommend that you often update the package as follows
pip install --upgrade astroscheduller
The AstroScheduller GUI uses a package called Tkinter, which is required since AstroScheduller v1.0.0. **This package will not be able to install automatically by PyPI. **If you are using the Anaconda, the Tkinter Package might be included in the distribution. To check if Tkinter has been already installed, try the following:
Python 3.8.10 | packaged by conda-forge
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
If Tkinter is not installed, an exception will be thrown. Then, the Tkinter installation would be as the following:
# For Ubuntu:
sudo apt-get update && sudo apt-get install python3-tk
# For MacOS:
## You should first install the Homebrew software, then install the Tkinter.
## Using the command as follows:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew install python-tk
For more information about the installation, see Getting Started: Installation
Demo on Google Colab:
Documentations
To-do
See todo.md.
License
The AstroScheduller Project and AstroSchedullerGo are released as open source projects under the MIT license. See LICENSE for more information.
Acknowledgement
We are deeply grateful to the researchers and students at the Shanghai Astronomical Observatory of the Chinese Academy of Sciences for their thoughtful discussions and work on testing the algorithm.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file AstroScheduller-1.0.3.2210.tar.gz
.
File metadata
- Download URL: AstroScheduller-1.0.3.2210.tar.gz
- Upload date:
- Size: 48.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fad1bae948095992b0453effb8bc63bbb17bf2d7b2513a67c961c86b1dc11873 |
|
MD5 | 8ecc45c0b69a217604734db2263e7047 |
|
BLAKE2b-256 | ecdf11c1551788fcb9cd7506d595a4af245a5276f34e42e421acfbfe26f42c88 |
File details
Details for the file AstroScheduller-1.0.3.2210-py3-none-any.whl
.
File metadata
- Download URL: AstroScheduller-1.0.3.2210-py3-none-any.whl
- Upload date:
- Size: 87.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e65f2cc319036740b44e5888ae07406d44668ae79bf723b563c33f862d05168d |
|
MD5 | 83e8ef5e617b73280956cb3208884adf |
|
BLAKE2b-256 | f5253cd8bb47aa2526b94b87262e718e5cda3acb6cbcaefd180c4078f390e817 |