https://github.com/danmoser/pyhdust

Analysis tools for multi-technique astronomical data and hdust models

https://github.com/danmoser/pyhdust

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

astronomy astrophysics python
Last synced: 6 months ago · JSON representation

Repository

Analysis tools for multi-technique astronomical data and hdust models

Basic Info
Statistics
  • Stars: 10
  • Watchers: 3
  • Forks: 7
  • Open Issues: 0
  • Releases: 3
Topics
astronomy astrophysics python
Created over 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Roadmap

README.rst

pyhdust
========
**Analysis tools for multi-technique astronomical data and** *hdust* **models**.

|Tests| 

.. |Tests| image:: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml/badge.svg
   :target: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml

Full documentation at `pyhdust.readthedocs.io `_.

**pyhdust** should be independent of plataform (Linux, Mac, Windows) and compatible with Python3 (3.6+).

If you make use of **pyhdust** in your work, please cite Section 2.1.4 of my thesis (Faes 2015: `arXiv `_, `ADS `_, `BibTeX `_).


How to install/uninstall
--------------------------
I strongly suggest users to use the ``pip`` plataform:

.. code:: bash

    pip install pyhdust

**pyhdust** dependencies are constantly evolving. If you face an installation problem, check the `versioning page `_.

If your are not the root of the system, add the flag ``--user`` to the command above. Dependencies (as filters efficiency and stellar evolution models) are included in the subdirectories.

.. warning::

    Never combine ``sudo`` with ``--user``! Otherwise you will face critical permission problems for your packages!

.. note:: 

    To use the **pyhdust** scripts, the binaries path of your pip installation directory must be in system ``PATH``. If you don't find them, adapt the following command to your ``$HOME/.bashrc``:

    .. code:: bash

        PATH=$PATH:~/.local/bin/


**pyhdust** requires numpy, six and astropy modules. Optionally, it makes use of: 

    - emcee
    - matplotlib
    - pandas
    - pIDLy
    - scipy
    - wget
    - xmltodict

To only **update** the package:

.. code:: bash

    pip install -U --no-deps pyhdust

``-U`` forces the upgrade and ``--no-deps`` do not reinstall the dependent packages. 

For other options, consult the `full documentation `_.


How to use the modules
-------------------------
To make use of all routines, the suggestion is to import them as follows:

.. code:: python

    import pyhdust as hdt
    import pyhdust.beatlas as bat
    import pyhdust.fieldstars as fls
    import pyhdust.images as img
    import pyhdust.input as inp
    import pyhdust.interftools as intt
    import pyhdust.jdcal as jdcal
    import pyhdust.poltools as polt
    import pyhdust.phc as phc
    import pyhdust.rotstars as rot
    import pyhdust.singscat as sst
    import pyhdust.spectools as spt
    import pyhdust.stats as stt


License
-----------
The code is free, available under the terms of the `GNU GPL v3.0 license `_.

Owner

  • Name: Daniel Moser
  • Login: danmoser
  • Kind: user

Astronomer and Software Engineer

GitHub Events

Total
  • Watch event: 1
  • Delete event: 1
  • Push event: 7
  • Create event: 3
Last Year
  • Watch event: 1
  • Delete event: 1
  • Push event: 7
  • Create event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 273 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 4
  • Total versions: 79
  • Total maintainers: 1
pypi.org: pyhdust

Analysis tools for multi-technique astronomical data and hdust models

  • Versions: 79
  • Dependent Packages: 0
  • Dependent Repositories: 4
  • Downloads: 273 Last month
Rankings
Dependent repos count: 7.5%
Average: 9.6%
Dependent packages count: 10.0%
Downloads: 11.4%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • numpy *
  • six *
requirements.txt pypi
  • astropy <=5.1.1
  • numpy >=1.18.2
  • python-dateutil <=2.8.1
  • six <=1.16.0
.github/workflows/main.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite