-
Updated
Oct 9, 2020 - C
astrophysics
Here are 577 public repositories matching this topic...
yt-project / yt
-
Updated
Oct 24, 2020 - Python
-
Updated
Jul 15, 2020
Can we use a value of center that is outside of the domain? E.g. if we want to model a shell with a pointmass, can the value of center be at the origin, but ymin be at some large positive value?
-
Updated
Jul 17, 2019
The python implementation of leapfrog does not make use of the fact that drifts can be combined when not storing output, causing it to be slower than necessary. Comparing to the C implementation, it also appears to not be as precise.
-
Updated
Oct 22, 2020 - Python
-
Updated
Feb 21, 2019 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 16, 2020 - C
-
Updated
Jan 13, 2020
Throughout the tardis codebase, we have multiple LATEX strings which are written as simple strings - they should be converted to raw strings so that we don't need to write double \\.
latex_name = (r'g_{\textrm{electron}}',)
latex_formula = (r'\Big(\d
-
Updated
Oct 7, 2020 - C
-
Updated
Oct 14, 2020 - AMPL
There are way to many UserWarnings coming out of the testing suite (causing at least one of the travis jobs to terminate). Ideally the tests should avoid running into those issues except in the case when their raising is tested on a context manager.
I suppose this issue can be a nice starting point for someone new to the project and wanting to become familiar with the code base before e.g. GSoC
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 24, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Dec 2, 2019 - Jupyter Notebook
Error spotted by @stephanedelperugia
Context
~/.radis
[DB_ISSUE_78]
info = ...
path =
PATH/TO/cdsd_hitemp_07
format = cdsd-hitemp
levelsfmt = radis
Note that parfuncfmt is not declared
Minimal Code
s = calc_spectrum(2000, 2300, # cm-1
molecule='CO2',
isotope='1,2,3',
pressure=1.01325, #
-
Updated
Oct 18, 2020 - Python
-
Updated
Feb 21, 2014 - C
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 22, 2020 - Jupyter Notebook
-
Updated
Oct 23, 2020 - Python
Adstring outputs the wrong string when dec starts with negative zero (i.e. -0.5), while radec converts correctly.
>> adstring(15, -0.5)
" 01 00 00.0 +00 30 00"
>> radec(15, -0.5)
(1.0, 0.0, 0.0, -0.0, 30.0, 0.0)
The bug seems to be this line in adstring.jl:
dec_string = @sprintf("%+03.2d %02d %s", dec_deg, dec_min, dec_sec_string)
which ignores the negative zero.
A
-
Updated
Jul 9, 2020 - Python
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."
Problem
Lightkurve has a lot of unit tests which access the data archive at MAST. This causes a number of problems:
Current workaround
We have flagged the tests which require inte