astrophysics
Here are 871 public repositories matching this topic...
-
Updated
Aug 4, 2022 - C
-
Updated
Aug 10, 2022 - Python
-
Updated
Aug 10, 2022 - Python
We could look into using the diskcache package to cache MAST search operations:
https://pypi.org/project/diskcache/
The package is a disk-based key-value store which makes it easy to specify an expiration time for each entry. This would allow us to e.g. cache search queries for 24 hours, which would significantly speed up searches across different Python processes, whilst largely avoiding
-
Updated
Aug 24, 2021
-
Updated
Jun 3, 2022
The Poisson solve absolute tolerance sets the accuracy of the Poisson solve. Given the value of abs_tol, the error level targeted in the Poisson solve is abs_tol * 4 * pi * G * rho_max, where rho_max is the maximum density on the domain. For Cartesian simulations the default value is 1.e-11, and for non-Cartesian the default value is 1.e-10.
At high resolution, and/or for complicated mass distr
Today one student has tried to evolve a group of orbits using the MWPotential2014 and found that some bound orbits have positive energy obtained from .E() function, which looks incosistent. We have investigated the potential calculation of MWPotential2014 and found that the potential zero for PowerSphericalPotentialwCutoff is chosen at (R=0, z=0) while the potential zero for other two compon
-
Updated
Aug 1, 2022 - Python
-
Updated
Aug 10, 2022 - Python
-
Updated
Aug 8, 2022 - C++
Description
The Monte Carlo Configuration Parameter no_of_packets has currently some inappropriate description in the TARDIS Documentation.
To Reproduce
A Better description that tells the actual use of the input parameter.
🎯 Describe what you'd like
The possibility to plot any variable (radiance, absorbance...) on a double x-axis plot would be really convenient!
💡 Possible implementations
In spectrum.plot the argument wunit could be used.
For exam
-
Updated
Jul 26, 2022 - C
-
Updated
Aug 8, 2022 - AMPL
The following seminar work of Hernquist details a light profile called the Hernquist profile:
https://ui.adsabs.harvard.edu/abs/1990ApJ...356..359H/abstract
The intensity calculation for a spherical model is given by equations (32-35):
It would be good to implement this light
-
Updated
Feb 21, 2019 - Python
As per comment here: https://github.com/StingraySoftware/stingray/pull/610/files#r782942772
-
Updated
Aug 10, 2022 - Python
-
Updated
May 17, 2022 - C
-
Updated
Jul 24, 2022 - C++
-
Updated
Jun 21, 2021 - Jupyter Notebook
-
Updated
Jan 13, 2020
-
Updated
Jul 5, 2022 - Python
-
Updated
Dec 24, 2021 - Python
It was noted in the review for our JOSS paper that the keyword argument noise for the function redshifts_from_comoving_density has a misleading name. See the review comment here. They suggested renaming to fixed_N. My own suggestion would be shot_noise (or perhaps poisson). Since this would require a break
-
Updated
Apr 19, 2022 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Feb 21, 2014 - C
Improve this page
Add a description, image, and links to the astrophysics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the astrophysics topic, visit your repo's landing page and select "manage topics."



At the moment, when reading a FITS file with BUNIT set to adu with
CCDData.read, one gets the following info message:it might make sense to avoid emitting this message if the units match? (cc @mwcraig)