-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal to add ZodiPy to affiliated packages (pyOpenSci/software-submission#161) #495
Conversation
Co-authored-by: Derek Homeier <[email protected]>
Thank you for proposing this package as an affiliated package! I'm happy to confirm that your package is now under review, and we will post the results of the review here and on the mailing list. |
@MetinSa: apologies for leaving your proposal in a dormant state for so long! What this means for all packages such as yours, which have applied for Affiliated status before APE 22 was passed is, that we still offer you to continue the package review in the previous mode, but also want to give you the option to complete this process through the pyOpenSci page. In that case we would have to find a second reviewer, but the (open) pyOpenSci review is generally expected to take not more than 3 weeks, and reviews and responses will be openly discussed as pyOpenSci GitHub issues as described in their submission guidelines. Your package would also be checked for satisfying the pyOpenSci guidelines in addition to Astropy-specific requirements such as integration into the Astropy ecosystem, but largely the criteria will be what we also expect for the Astropy Affiliated packages.
Please comment here on your preferences, or if you need additional information on this process. |
@MetinSa I am happy to tell you that this package has now been reviewed for inclusion in the Astropy affiliated package You can find out more about our review criteria in Reviewing affiliated packages.
Summary/Decision: With the overall positive review above your package already meets our legacy criteria for Astropy Affiliated packages, so I can offer you at this point to list your package on https://www.astropy.org/affiliated/. |
@dhomeier no worries! Thank you for taking your time to review ZodiPy and for the great feedback. All the listed issues seem like good improvements to the package and I will attempt to fix/implement them as soon as possible. I would be very happy to have ZodiPy listed as an Astropy affiliated package. I also want to proceed with the the pyOpenSci application and have now submitted the following form where i mention this review. Let me know if there is something regarding the pyOpenSci application that i have missed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this can go into the legacy section as there is no further action required on the Astropy side.
Please remember to use "squash and merge". Thanks! |
EDIT: Also submitted pyOpenSci/software-submission#161
ZodiPy is a new Python tool for modelling the zodiacal emission seen by an arbitrary Solar System observer, which can be used for removal of both thermal emission and scattered sunlight from interplanetary dust in astrophysical data. One of our main goals with ZodiPy is to make zodiacal emission simulations more accessible by providing the community with a simple Python interface to existing models. We recently published a paper on ZodiPy (which has also been accepted to A&A) where we describe in more detail modelling of zodiacal emission and the approach taken by ZodiPy.
ZodiPy uses Astropy both in the public API and internally. When using one of the methods provided to simulate the zodiacal emission, the user needs to use
Quantity
andTime
types in input arguments such as frequency/wavelength, angles on the sky, and the time of observation. Internally, theTime
object is used to compute the heliocentric ecliptic position of the Earth and the observer with theSkyCoord
and other functionality inastropy.coordinates
.