photutils icon indicating copy to clipboard operation
photutils copied to clipboard

Astropy package for source detection and photometry. Maintainers: @larrybradley and @bsipocz

Results 133 photutils issues
Sort by recently updated
recently updated
newest added

Hi there, I have a very basic question on the units of the intensity given by the isophote instance. Is that in counts per pixel or counts per pixel squared...

question
isophote

Is there an established mechanism for saving/serializing fitted epsfs? webbpsf has some mechanisms for writing/reading their models: https://github.com/spacetelescope/webbpsf/blob/7c74ffbcd777f01a9046ff5b61711fb4de6ade86/webbpsf/gridded_library.py#L497 https://github.com/spacetelescope/webbpsf/blob/7c74ffbcd777f01a9046ff5b61711fb4de6ade86/webbpsf/utils.py#L870 It would be really useful to do the same in photutils....

I am setting up a docker container using the `python:3.10-slim` image. photutils 1.12 is getting installed as a dependency through `jdaviz`. The installation fails: ``` Collecting photutils==1.12 Downloading photutils-1.12.0.tar.gz (1.2...

question
installation