From 1e311b5d568afaa80d3c23f69f973f4d0b26bd8f Mon Sep 17 00:00:00 2001 From: whit5224 <118021144+whit5224@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:46:32 -0500 Subject: [PATCH] Update registry.json Dolphot-LC is an automated Hubble Space Telescope (HST) data pipeline based on the popular Dolphot analysis package. This package allows for the creation of lightcurves and difference images from HST data. --- affiliated/registry.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/affiliated/registry.json b/affiliated/registry.json index 5edecca1..625bac25 100644 --- a/affiliated/registry.json +++ b/affiliated/registry.json @@ -1,5 +1,24 @@ { "packages": [ + { + "name": "dolphot_lc", + "maintainer": "Ramona White ", + "stable": true, + "home_url": "https://dolphot-lc.readthedocs.io/en/latest/", + "repo_url": "https://github.com/patkel/dolphot_lc", + "pypi_name": "dolphot-lc", + "description": "Dolphot-LC is an automated Hubble Space Telescope (HST) data pipeline based on the popular Dolphot analysis package. This package allows for the creation of lightcurves and difference images from HST data.", + "coordinated": false, + "review": { + "functionality": "To be filled out by the reviewer", + "ecointegration": "To be filled out by the reviewer", + "documentation": "To be filled out by the reviewer", + "testing": "To be filled out by the reviewer", + "devstatus": "To be filled out by the reviewer", + "python3": "To be filled out by the reviewer", + "last-updated": "To be filled out by the reviewer" + } + }, { "name": "regularizePSF", "maintainer": "Marcus Hughes ",