Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/astropy/photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://github.com/astropy/photutils

Existing tests for PSF/PRF now pass.

This commit finishes the implementation for the following issues:
fixes #48
fixes #63
fixes #189...

4d30617d96c3b6377ec3f52a1315c4c2afc953d1 authored almost 9 years ago by hamogu <[email protected]>
add notebook-docs machinery

1e144fd895f297544049f33dabd0a57ebeddd8da authored almost 9 years ago by Erik Tollerud <[email protected]>
start fixing PSF/PRF tests

de03dbf9b5d6d22b62c118fb365b47d963360c31 authored almost 9 years ago by hamogu <[email protected]>
allow astropy tables as position for PRF

2090277ceccddcbf072d102b34042a701cc95e18 authored almost 9 years ago by hamogu <[email protected]>
PSF fitting with masks

- properly extract mask and data at image edge
- add test for this behaviour

c8952b6ae5625b8217f0f12e6de936d8de11174a authored almost 9 years ago by hamogu <[email protected]>
remove code obsolete due to @support_nddata

471f310d3519d008ea15f07d52b6ba4554247f4a authored almost 9 years ago by hamogu <[email protected]>
refractor photometry input checking to add masks to psf photometry

65836de9a30938d31c415b11f94620205705d7ce authored almost 9 years ago by hamogu <[email protected]>
fix up some bits in DiscretePRF

386cfbee4b04ab5ba380ee0a08655a635b7313c3 authored almost 9 years ago by Erik Tollerud <[email protected]>
fix for bugs in parameter-figuring-outinging

6ed453861fd68c0d6ce417d762314e0c7536e933 authored almost 9 years ago by Erik Tollerud <[email protected]>
add capability for tables to have other parameters

6b858bd4bcf78bc091226dbfc193a03b5d7245e0 authored almost 9 years ago by Erik Tollerud <[email protected]>
minor cleanup

e36956b5f4aac98a8658dceb0e9de60f1bdd44c4 authored almost 9 years ago by Erik Tollerud <[email protected]>
add PSFAdapter

49b040849331d104f20f63fe22f337ed2f861cec authored almost 9 years ago by Erik Tollerud <[email protected]>
change PRF creation routine into a classmethod

ea0c90b252f4a2d3c733c8d9065c34b930ca59eb authored almost 9 years ago by Erik Tollerud <[email protected]>
partial cleanup of discrete PRF

still needs to be table-ified

5ac345535e36bcef93d62b6cc76b74374e7015bd authored almost 9 years ago by Erik Tollerud <[email protected]>
remove fit and nie on DiscretePRF

it turns out that fit method is the same as the gaussian one, so no need for it to be special-cased

ff97e164fbb2f65a4ddd621f37a6f90253bbf6de authored almost 9 years ago by Erik Tollerud <[email protected]>
working fitter

a4c575cb4dfc385b005e1699e197a79d47fd3d8c authored almost 9 years ago by Erik Tollerud <[email protected]>
fixes in subtract_psf

b60cb596a8be801b562435eaf92b9388f67e9048 authored almost 9 years ago by Erik Tollerud <[email protected]>
subtract_psf and other inprog work

aa9e821f1bfb256b6f51d0c9057dec3a8fb5b1fa authored almost 9 years ago by Erik Tollerud <[email protected]>
new innards of psf including table in/out

8578c26cefc8b2d828f7bcae76d98e0dbbfb4559 authored almost 9 years ago by Erik Tollerud <[email protected]>
clarify docs for IntegratedGaussianPSF

9f53a92476c300358a1902c2f84afce2efa4f27f authored almost 9 years ago by Erik Tollerud <[email protected]>
add notimplementederror for DiscretePRF

03239b37d7cfc47d963b201fac742077dcedfd22 authored almost 9 years ago by Erik Tollerud <[email protected]>
psf_photometry changes step 1

56dafea5eded6f775711560b08f3144517d09fd1 authored almost 9 years ago by hamogu <[email protected]>
Changes to Gaussian PSF

- Change the name to IntegratedGaussianPSF to distinguish better from
astropy's Gaussian2D (Th...

ff2aaaab6da81424b31f1086e1107f6bed3d9c56 authored almost 9 years ago by hamogu <[email protected]>
Merge pull request #327 from hamogu/drop16

drop numpy 1.6 support

c4bcb6bc0a82a483fddd839a8e2bd3555a10994b authored almost 9 years ago by Erik Tollerud <[email protected]>
fitx typo

[skip CI]

48d8aae6a98b6dc250b1235fa06d6e0cb34c835a authored almost 9 years ago by Hans Moritz Günther <[email protected]>
drop numpy 1.6 support

b58c5914373dba09ccb54eb527dcd46925ee6069 authored almost 9 years ago by hamogu <[email protected]>
remove unnecessary use of render

e6573d6f8e018027419b73333fc3e38f295738c0 authored almost 9 years ago by Erik Tollerud <[email protected]>
some updates to docstrings

[skip CI]

2ec0a32dc0990a5ada705a323d04520c9c4fc883 authored almost 9 years ago by hamogu <[email protected]>
Merge pull request #1 from eteq/psf-to-fitting

Psf to fitting

16e433054e224a36ba0d5f9facbb852964336803 authored almost 9 years ago by Hans Moritz Günther <[email protected]>
added PSFPhotometrySpitzer.ipynb notebook

9ba9637b912a268ceec0d09eaa4d6daa99b87907 authored almost 9 years ago by Erik Tollerud <[email protected]>
Made PSFAdapter into PRFAdapter as intended

fcfb1191b8d8d826d2093558835e559fc893522c authored almost 9 years ago by Erik Tollerud <[email protected]>
fixed machinery to actually *run* the notebooks

2d06a193cea9ac4019179e4d91248c5dafe0a4b3 authored almost 9 years ago by Erik Tollerud <[email protected]>