Skip to main content

Routines for accessing a self-hosted local copy of the USNO NOMAD stellar catalog

Project description

======= PyNOMAD =======

PyNOMAD is used for accessing a locally hosted copy of The Naval Observatory Merged Astrometric Dataset (NOMAD). More information on NOMAD is available at: http://www.nofs.navy.mil/nomad/

Full copies of the NOMAD catalog are large: 92Gigs uncompressed or 30Gigs when compressed with: gzip –best nomad/[0-9][0-9][0-9]/m*

The nomad.py module works with either uncompressed or compressed copies of the catalog.

A typical usage to fetch a region of the catalog is:

#!/usr/bin/env python

from nomad import fetch_nomad_box

ra_range = [281., 281.05]  #    RA is in degrees
dec_range = [-30.6, -30.55]  #  Dec is in degrees
stars = fetch_nomad_box(ra_range, dec_range, epoch=2000.0)

A typical usage to retrieve by NOMAD catalog ID is:

#!/usr/bin/env python

from nomad import fetch_star_by_nomad_id

star = fetch_star_by_nomad_id(['0594-0896798'], epoch=None)

stars = fetch_star_by_nomad_id(['0594-0896794', '0594-0896795',
                                '0594-0896796', '0594-0896798'], epoch=None)

Note that in all cases the returned object is a pandas.DataFrame.

Some catalog data files used for testing the code are included in: test/data These are grabbed directly from USNO’s website serving the NOMAD database: http://www.nofs.navy.mil/data/fchpix/ These can be used to perform one-time tests cross-checking that the nomad module is working correctly with the local copy of the catalog. These tests (and some other internal consistency checks) can be run by using the nomad_test.py module: python nomad_test.py


Originally written 2013-04-05 by Henry Roe (hroe@hroe.me)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyNOMAD-0.1.1.dev26.tar.gz (238.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyNOMAD-0.1.1.dev26-py2-none-any.whl (36.9 kB view details)

Uploaded Python 2

File details

Details for the file PyNOMAD-0.1.1.dev26.tar.gz.

File metadata

  • Download URL: PyNOMAD-0.1.1.dev26.tar.gz
  • Upload date:
  • Size: 238.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyNOMAD-0.1.1.dev26.tar.gz
Algorithm Hash digest
SHA256 456bacc6e8eb113564456f406fe74e0bc6ee18b5a688448422ba474999582c19
MD5 c4a9f8cba420848502609c525729af09
BLAKE2b-256 e39f0d528b978fb4e25b8ec88527dce0daa2a535111d3420c111f097bab52696

See more details on using hashes here.

File details

Details for the file PyNOMAD-0.1.1.dev26-py2-none-any.whl.

File metadata

File hashes

Hashes for PyNOMAD-0.1.1.dev26-py2-none-any.whl
Algorithm Hash digest
SHA256 d4be1c3d23e1dd985a45838cc889833a3557b52fb8c2741f72a911641b6849c4
MD5 57c63033264b2d15285724ef23e5c3b0
BLAKE2b-256 0d440e62cc794206c564f7b6fff2f33d9625be5021cec2b95b853be632b5b808

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page