معرفی شرکت ها


astwro-0.7.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Astro tools
ویژگی مقدار
سیستم عامل -
نام فایل astwro-0.7.5
نام astwro
نسخه کتابخانه 0.7.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mikolaj Kaluszynski, Astronomical Institute of Wroclaw University
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/majkelx/astwro
آدرس اینترنتی https://pypi.org/project/astwro/
مجوز MIT
====== astwro ====== 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| .. |version badge| image:: https://img.shields.io/pypi/v/astwro.svg?maxAge=3600 :target: https://pypi.python.org/pypi/astwro/ .. |licence badge| image:: https://img.shields.io/pypi/l/astwro.svg :target: https://pypi.python.org/pypi/astwro/ .. |pythons badge| image:: https://img.shields.io/pypi/pyversions/astwro.svg :target: https://pypi.python.org/pypi/astwro/ 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 searching for optimal PSF stars and other. Installation ============ .. code:: bash $ pip install astwro You should setup paths to executables (e.g. your `daophot`). `See documentation <https://astwro.readthedocs.io/en/latest/installation.html#astwro-cfg-configuration-file>`_. .. note:: You must have modern DAOPHOT suite installed to use `pydaophot` submodule (not IRAF's daophot). Modules ======= Package contains following modules: * `pydaophot` - wrapper for Peter Stetson's DAOPHOT photometry suite: .. code:: python 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. .. code:: python 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. .. code:: python 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. .. code:: bash $ gapick.py -od results -c i.coo i.fits Contact ======= For any comments or wishes please 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


نیازمندی

مقدار نام
- pandas
- astropy
- scipy
- deap
>=0.8munch bitarray


نحوه نصب


نصب پکیج whl astwro-0.7.5:

    pip install astwro-0.7.5.whl


نصب پکیج tar.gz astwro-0.7.5:

    pip install astwro-0.7.5.tar.gz