Skip to main content

Astro tools

Project description

Astrophysical routines.

Documentation:

http://astwro.readthedocs.io/

Source:

https://github.com/majkelx/astwro

Download:

https://pypi.python.org/pypi/astwro

version badge licence badge pythons badge

Overview

Set of modules developed in Astronomical Institute of Wroclaw University. Contains wrappers for daophot package, star lists manipulation as pandas DataFrames with export/import to daophot and ds9 formats, genetic algorithm for searchin for optimal PSF stars and other.

Instalation

$ pip install astwro

Modules

Package contains following modules:

  • pydaophot - wrapper for Peter Stetson’s DAOPHOT photometry suite:

d = astwro.pydaophot.Daophot(image='i.fits')
res = d.PHotometry(IS=35, OS=50, apertures=[8])
  • starlist - provides pandas objects for stars list, with import/export do daophot and ds9 formats.

s = res.photometry_starlist.sort_values('mag')
psf = astwro.starlist.read_dao_file('i.lst')
astwro.starlist.write_ds9_regions('i.reg', color='blue', indexes=[psf.index], colors=['red']) # PSF stars red
  • utils - some helpers for scripts.

dir = astwro.utils.tempdir('i.lst')
f = open(os.path.join(dir.path,'notimportant.txt'), 'w')
  • tools - command line (callable form python also) tools including gapick for finding optimal PSF-stars set using generic algorithm.

$ gapick.py -od results -c i.coo i.fits

Contact

For any comments or wishes plaese e-mail for the following alias: astwro.0.5@2007.gfdgfdg.com

For any issues please use github tracker: https://github.com/majkelx/astwro/issues

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

astwro-0.5.7-py2-none-any.whl (5.5 MB view hashes)

Uploaded Python 2

Supported by

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