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

astrophysics

Here are 533 public repositories matching this topic...

HimanshuGiriaJain
HimanshuGiriaJain commented Dec 18, 2017

I tried git init and pasting the GLFW directory containing glfw3.h file also but still these errors:

fatal: Not a git repository (or any of the parent directories): .git
make[1]: Entering directory `/home/igcl/Desktop/REBOUND_WINTER_2017/hannorein-rebound-ebf9357/src'
Compiling source file display.c ...
cc -c -std=c99 -Wpointer-arith -D_GNU_SOURCE -O3 -Wall -g -Wno-unknown-pragmas -fPIC -DL

lightkurve
barentsen
barentsen commented Dec 29, 2017

@gully How do you feel about adding your list of other data analysis packages (e.g. ranked by GitHub stars) as a page to the PyKE sphinx docs? The title of the page could be something like "Other packages", "See also" or "Third-party data analysis tools".

If we do this now, then Christina can include it in the screencast for her AAS splinter session talk. It would be good to flash it up in th

wkerzendorf
wkerzendorf commented Jul 11, 2019

TARDIS is not only compatible with Python 2.7
typo in recommend on installation
update the link to tardis_env3. yml

change the running tardis to tardis configuration file
move formal integral to configuration

move stella to helper scripts

rieder
rieder commented Dec 30, 2019

When using Bridge and stopping conditions in one or more of the bridged systems, it is important to consider what happens when codes stop. Stopping conditions can cause a code to stop somewhere during its requested timestep, which would interfere with Bridge.
I am not sure how this is done properly at the moment.

E.g., what would be the correct way of handling the following:

system
Jammy2211
Jammy2211 commented Jun 3, 2019

Its clear that some of the conventions I've adopted for code and testing are unclear. For example:

  • What is the different between an unmasked image, a 1D image and 2D image?

  • Why does a tracer have images called blurred_profile_image_plane_images? How do these different from normal images? Model images?

  • What does a 5x5 fixture mean?

Basically, the abstractions are good, but it need

radis
djperrefort
djperrefort commented Feb 25, 2020

This is a meta issue for tracking progress on issues related to the documentation.

Issues:

  • #232 : Document setting hostebv from extinction law
  • #207 : Document how to determine error in peak magnitude
  • #204 : Document t0 definition in models
  • #186 : More examples in documentation
G-Francio
G-Francio commented Feb 26, 2020

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

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

You can’t perform that action at this time.