Development Status :: 1 - Beta
Project description
pyHIARD
The Python HI Artificial and Real Database (pyHIARD ) is a project to create a comprehensive database of Artificial and real galaxies that can be used for testing the various software that is available for fitting galaxy survey. In principle it is developed for testing Tilted Ring Fitting Software but in principle it can be used for testing any Software for which the input parameters should be known.
pyHIARD Requires working versions of tirific and sofia2 for full functionality.
CASA is required for full simulations which are achieved through the casa python modules and they should be installed through the pip install.
tirific is required for the Artificial branch and can be installed trough kern-suite https://kernsuite.info/ for ubuntu or it can be downloaded from https://github.com/gigjozsa/tirific. If you are struggling with tirific's pg plot dependency the branch no_pgp can be installed from the github. It wll work with pyHIARD
SoFiA2 is required for the masking and can be downloaded from https://github.com/SoFiA-Admin/SoFiA-2
Except for The Real Observed Catalogue should work without any external installations as long as no new galaxies are added. Do note that at the first instance of creating a base galaxy it requires an internet connection to download the original cubes. An origins disclaimer will be positions in each directory.
Please see the read the docs pages for additional information and set up.
Installation
Download the source code from the Github or simply install with pip as:
pip install pyHIARD
This should also install all required python dependencies. We recommend the use of python virtual environments. If so desired a pyHIARD installation would look like:
python3 -m venv pyHIARD_venv
source pyHIARD_venv/bin/activate.csh
pip install --upgrade wheel setuptools pip
pip install pyHIARD
(In case of bash the correct middle line is source pyHIARD_venv/bin/activate) You might have to restart the env:
deactivate
source pyHIARD_venv/bin/activate.csh
Often it is necessary to update the casa tables through:
python -m casatools --update-user-data
Running pyHIARD
cd to the directory where you want the database to exist. run pyHIARD by typing:
pyHIARD configuration_file=my_setup.yml
or
pyHIARD
answer the questions about what you want to create.
Setting can also be specified from the command line. These will take preference over the configuration file. For example if you want to recreate your data base with a slightly different beam. you could rerun pyHIARD as:
'pyHIARD configuration_file=pyHIARD_tests.yml "agc.variables_to_vary=[beam_size]" "agc.beam_size=[[7.5,7.5,30.]]"
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
Built Distribution
File details
Details for the file pyHIARD-1.1.3.tar.gz
.
File metadata
- Download URL: pyHIARD-1.1.3.tar.gz
- Upload date:
- Size: 9.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19958a09d0e84e92385ecd79494597ec3dddbe7b8cf02b81d9f76376198d3093 |
|
MD5 | 4ca35495476d9f89669a1263d2c777ba |
|
BLAKE2b-256 | 63bcf38962b6744fbc63b349cbe3abdc362169ec8457e43f3287aa60ab8a4594 |
File details
Details for the file pyHIARD-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: pyHIARD-1.1.3-py3-none-any.whl
- Upload date:
- Size: 9.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6d7720646627f62eaf6c9f3827bb59169aaa64a940a2da0c7c0ffbee27fd809 |
|
MD5 | 9e89a2430ef00aee90414ddc97598a3f |
|
BLAKE2b-256 | 90140ab7aaddc37706884acb38a96240cd3fc31d5938352707d18885f85c6760 |