Determine which small solar system bodies are observable from a given location at a given time
Project description
===============
WhatsObservable
===============
WhatsObservable is used for determining which minor planets (and comets)
are observable at a given time from a given location on Earth.
WhatsObservable determines the locations of objects using the routines
of [PyEphem](http://rhodesmill.org/pyephem/) and the
[Minor Planet Center's Orbit Database](http://www.minorplanetcenter.net/iau/MPCORB/MPCORB.DAT).
*Note that at least for the time being the user must download this file
separately and WhatsObservable will find it on disk.*
The intent is to replicate the functionality available at the [JPL Solar System
Dynamics Small Body Whats Observable web page](http://ssd.jpl.nasa.gov/sbwobs.cgi).
The motivation for writing WhatsObservable was to provide this capability when
offline and in an easily scriptable manner.
NOTE: The precision of PyEphem with the MPC Orbit Database is good, especially for
dates near the orbital epoch, but is not nearly as good as what is available
directly from the [JPL Horizons System](http://ssd.jpl.nasa.gov/?horizons). Even
near the orbital epoch errors of a few arcseconds are not uncommon. Use this
tool at your own risk and if precision matters, refer back directly to the
[JPL Horizons System](http://ssd.jpl.nasa.gov/?horizons).
A typical usage is:
import datetime
from whatsobservable import minorplanets
objects = minorplanets(datetime.datetime(2013, 9, 1, 10, 0),
568, # 568 is the observatory code for Mauna Kea
max_objects=5, max_magnitude=12., max_zenithdistance_deg=60.0)
print objects
Note that the return is a pandas.DataFrame
===============
Originally written 2013-09-07 by Henry Roe (hroe@hroe.me)
WhatsObservable
===============
WhatsObservable is used for determining which minor planets (and comets)
are observable at a given time from a given location on Earth.
WhatsObservable determines the locations of objects using the routines
of [PyEphem](http://rhodesmill.org/pyephem/) and the
[Minor Planet Center's Orbit Database](http://www.minorplanetcenter.net/iau/MPCORB/MPCORB.DAT).
*Note that at least for the time being the user must download this file
separately and WhatsObservable will find it on disk.*
The intent is to replicate the functionality available at the [JPL Solar System
Dynamics Small Body Whats Observable web page](http://ssd.jpl.nasa.gov/sbwobs.cgi).
The motivation for writing WhatsObservable was to provide this capability when
offline and in an easily scriptable manner.
NOTE: The precision of PyEphem with the MPC Orbit Database is good, especially for
dates near the orbital epoch, but is not nearly as good as what is available
directly from the [JPL Horizons System](http://ssd.jpl.nasa.gov/?horizons). Even
near the orbital epoch errors of a few arcseconds are not uncommon. Use this
tool at your own risk and if precision matters, refer back directly to the
[JPL Horizons System](http://ssd.jpl.nasa.gov/?horizons).
A typical usage is:
import datetime
from whatsobservable import minorplanets
objects = minorplanets(datetime.datetime(2013, 9, 1, 10, 0),
568, # 568 is the observatory code for Mauna Kea
max_objects=5, max_magnitude=12., max_zenithdistance_deg=60.0)
print objects
Note that the return is a pandas.DataFrame
===============
Originally written 2013-09-07 by Henry Roe (hroe@hroe.me)
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
WhatsObservable-0.1.2.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file WhatsObservable-0.1.2.tar.gz
.
File metadata
- Download URL: WhatsObservable-0.1.2.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 210406ee81e62143a4d8e451ee040aa3fe796603e3e0bfd69cf211420174d9ef |
|
MD5 | eea8a160d8ea9274360891ccd9958430 |
|
BLAKE2b-256 | da243abddc748f0ff0c75a02e84d345320fab52475864fc08cd041a57cad577f |
File details
Details for the file WhatsObservable-0.1.2-py2-none-any.whl
.
File metadata
- Download URL: WhatsObservable-0.1.2-py2-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f72577df7ddf318aaebf6c2d5d71f883884aabd8d06089187d680bbfa38fe467 |
|
MD5 | a7be38c9a37495e5599d810ae5b72bd6 |
|
BLAKE2b-256 | ce9fb9f4db903f9cccc673bcbc7fd05da34b1fbda4580df02be97c8dda72b39d |