From f3f796975906a749c4b899c7f431dbaf2da7d8f7 Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Fri, 21 Apr 2023 11:30:38 -0600 Subject: [PATCH 1/2] Adds entry for regularizePSF --- affiliated/registry.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/affiliated/registry.json b/affiliated/registry.json index 98d62c69..0e49a434 100644 --- a/affiliated/registry.json +++ b/affiliated/registry.json @@ -1,5 +1,24 @@ { "packages": [ + { + "name": "regularizePSF", + "maintainer": "Marcus Hughes ", + "stable": true, + "home_url": "https://punch-mission.github.io/regularizepsf/", + "repo_url": "https://github.com/punch-mission/regularizepsf", + "pypi_name": "regularizepsf", + "description": "regularizePSF is a package for manipulating and correcting variable point spread functions in astronomical images", + "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": "BayesicFitting", "maintainer": "Do Kester and Migo Mueller ", From 0a6b9a6bbb3799a25da2fa6910a8014596a88a21 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Fri, 30 Jun 2023 10:01:46 -0400 Subject: [PATCH 2/2] Add review results --- affiliated/registry.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/affiliated/registry.json b/affiliated/registry.json index 0e49a434..ad9b30bc 100644 --- a/affiliated/registry.json +++ b/affiliated/registry.json @@ -10,13 +10,13 @@ "description": "regularizePSF is a package for manipulating and correcting variable point spread functions in astronomical images", "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" + "functionality": "General package", + "ecointegration": "Partial", + "documentation": "Good", + "testing": "Good", + "devstatus": "Good", + "python3": "Yes", + "last-updated": "2023-04-21" } }, {