Robel Geda

Results 33 issues of Robel Geda

EDIT: Superseded by https://github.com/pyOpenSci/software-submission/issues/159 PetroFit is a Python package designed for calculating Petrosian properties, such as radii and concentration indices, as well as fitting galaxy light profiles. In particular, PetroFit...

affiliated-package-request

Issue when trying to plot a compound region: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [66], in () 68 chip_pixel_region = chip_region.to_pixel(wcs=wcs) ---> 69 chip_pixel_region.plot(fc='None', ec='blue', label=f"{region_catalog}",...

bug
shapes

Submitting Author: Robel Geda (@robelgeda) All current maintainers: (@robelgeda, @crawfordsm) Package Name: PetroFit One-Line Description of Package:The PetroFit Project is an open-source effort to develop end-to-end tools for making accurate...

3/reviewers-assigned
astropy

PR: https://github.com/astropy/astropy.github.com/pull/550 pyOpenSci tracker: https://github.com/astropy/astropy.github.com/issues/571 **pyOpenSci ticket:** https://github.com/pyOpenSci/software-submission/issues/159

AstroPy
Major
pyOpenSci

There seems to be a lot of major changes with Python via 3.12. Some core libraries are removed which affects AstroPy helpers.

Installation
Infrastructure

When apertures are larger than the cutout image, there seems to be a drop in the COG. This could be because of how area is calculated in Photutils. Its currently...

Question
Photutils

#201 made me realize that `radial_photometry` should be added to the documentation.

Documentation

Chi squared map for n and r_e for Sersic. This may be a tool and not a PetroFit feature.

Enhancement

If total flux is out of the COG range, use last flux value as total flux. This might be a correction feature.

Enhancement

If convolution window is larger than the image, there is an error about broadcasting arrays of different sizes. The two options to fixing this is are: 1. Raise an exception...

Bug
Enhancement