Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Python scripts to analyze the morphology of isolated and interacting galaxies.
The package is designed to download S-PLUS (https://splus.cloud/),
Legacy (https://www.legacysurvey.org) and SDSS (https://www.sdss4.org/dr17/imaging)
images automatically. There are functions
to calculate a 2D sky background of the images and deblended segmentation maps of
interacting systems with merger isophotes. The non-parametric analysis is
performed by using statmorph
package (https://github.com/vrodgom/statmorph).
The user can study the environment of the object/system by downloading a list of
the galaxies within Field-of-View of S-PLUS/Legacy images from SIMBAD server
(http://simbad.u-strasbg.fr/simbad/). In addition, there is a function to
display DSS2 (http://alasky.u-strasbg.fr/hips-image-services/hips2fits) images
of any size.
:sparkles: Website: https://gitlab.com/joseaher/astromorphlib
The documentation is available at https://astromorphlib.readthedocs.io
:sparkles: The latest version of astromorphlib
is 1.0.10
Requirements
"astromorphlib" requires to run the following packages:
* statmorph
* splusdata
* astro-datalab
* astroplotlib
* astropy
* astroquery
* photutils (1.5.0 <)**
* numpy
* scipy
* matplotlib
* wget
** to install this specific version of photutils you can try:
% pip install photutils==1.5.0
This version can be easily installed via PyPI (https://pypi.org/project/astromorphlib/):
% pip install astromorphlib
If you prefer to install "astromorphlib" manually, you can clone the developing version at https://gitlab.com/joseaher/astromorphlib. In the directory this README is in, simply type:
% pip install .
or,
% python setup.py install
To uninstall "astromorphlib", just type:
% pip uninstall astromorphlib
Acknowledgements
This software was funded partially by Brazilian agency FAPESP, process number 2021/08920-8.
If you use this code for a scientific publication, please cite Hernandez-Jimenez & Krabbe et al. (2022) and Krabbe & Hernandez-Jimenez et al. (2024). The BibTeX entries for this package are:
@MISC{hernandez_jimenez_2022,
author = {Hernandez-Jimenez, J. A. and
Krabbe, A. C.},
title = {{Astromorphlib: Python scripts to analyze the
morphology of isolated and interacting galaxies}},
month = jul,
year = 2022,
publisher = {Zenodo},
version = {0.2},
url = {https://doi.org/10.5281/zenodo.6940848},
doi = {10.5281/zenodo.6940848}
}
@ARTICLE{2024MNRAS.528.1125K,
author = {{Krabbe}, A.~C. and {Hernandez-Jimenez}, J.~A. and {Mendes de Oliveira}, C. and {Jaffe}, Y.~L. and {Oliveira}, C.~B. and {Cardoso}, N.~M. and {Smith Castelli}, A.~V. and {Dors}, O.~L. and {Cortesi}, A. and {Crossett}, J.~P.},
title = "{Diagnostic diagrams for ram pressure stripped candidates}",
journal = {\mnras},
keywords = {galaxies: clusters: general, galaxies: clusters: intracluster medium, galaxies: evolution, galaxies: interactions, galaxies: irregular, galaxies: structure, Astrophysics - Astrophysics of Galaxies},
year = 2024,
month = feb,
volume = {528},
number = {2},
pages = {1125-1141},
doi = {10.1093/mnras/stad3881},
archivePrefix = {arXiv},
eprint = {2312.09220},
primaryClass = {astro-ph.GA},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024MNRAS.528.1125K},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
FAQs
Python scripts to analyze the morphology of isolated/interacting galaxies
We found that astromorphlib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.