astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
240 stars 134 forks source link

Artificial star testing #1330

Open conornally opened 2 years ago

conornally commented 2 years ago

I'm in the process of putting together a JWST specific PSF photometry pipeline and have reached artificial star testing. I notice that photutils contains all the underlying low-level code for artificial star testing but doesn't package it as a high-level module. Is there any work being done on this and or would this be a valuable pull request if I were to put a first draft together

emirkmo commented 2 years ago

I'm not a maintainer so I don't know, but this feature would be highly appreciated by users (like me).

larrybradley commented 2 months ago

There are a few new tools in photutils that can be used to create simulated images from (PSF) models, including:

These are used for internal testing and documentation. Here's an example notebook using make_psf_model: https://gist.github.com/larrybradley/b1e4112cf556e159a3c18e38e34a7fa1