-
Updated
Nov 29, 2020 - C
astrophysics
Here are 596 public repositories matching this topic...
yt-project / yt
-
Updated
Dec 2, 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
Nov 11, 2020 - Python
-
Updated
Feb 21, 2019 - Python
-
Updated
Dec 2, 2020 - Python
-
Updated
Nov 25, 2020 - C
-
Updated
Nov 14, 2020 - C
We mostly use the old-style version of string formatting "hello {0}".format(world_str) in py36 we can now switch to f"hello {world_str}" - we should use this throughout TARDIS
-
Updated
Jan 13, 2020
-
Updated
Dec 1, 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
Dec 1, 2020 - Python
-
Updated
Nov 7, 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
Nov 22, 2020 - Python
-
Updated
Feb 21, 2014 - C
-
Updated
Nov 13, 2020 - Python
-
Updated
Dec 1, 2020 - Jupyter Notebook
-
Updated
Nov 16, 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
Nov 11, 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