The Wayback Machine - https://web.archive.org/web/20220113073638/https://github.com/topics/astrophysics
Skip to content
#

astrophysics

Here are 756 public repositories matching this topic...

lightkurve
barentsen
barentsen commented Jan 22, 2021

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

smithis7
smithis7 commented Jun 17, 2021

We would like to make the BlackBodySimpleSource.create_packets() method (in tardis/montecarlo/packet_source.py) unit-sensitive. That is, we would like to take in quantities with units and return quantities with units.

Additional context
A potential thing to think about here is how this method is used in the code, and having that be unit-sensitive as well. Remembering that this class ca

radis
dcmvdbekerom
dcmvdbekerom commented Oct 19, 2021

🎯 Todo

For the parsers in io.hitran, only groups 1-2 and classes 1, 4-6 are implemented.
Notably, group 6 and class 3 are missing which are needed for linear diatomic molecules.
But this is surprising to me as I never had issues with this... am I missing something?

How they should be parsed can be found in the HITRAN2004 paper:
https://hitran.org/media/refs/HITRAN-2004.pdf
tables 3 & 4

Improve this page

Add a description, image, and links to the astrophysics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the astrophysics topic, visit your repo's landing page and select "manage topics."

Learn more