Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planetarium applications of sphviewer #22

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 1, 2019

  1. Update rendermodule.c

    Simplified the code for dealing with the remainder particles
    athob authored Jan 1, 2019
    Configuration menu
    Copy the full SHA
    c0eb87d View commit details
    Browse the repository at this point in the history
  2. Update scenemodule.c

    Simplified the kview computation to get the inclusion of particles with a kernel that intersects the field of view, despite the particle being outside of it
    athob authored Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5324ee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Update scenemodule.c

    Correct kview computation to remove the inclusion of particles with hsml[i] < 0 (equivalent to the old zpart > 0 condition)
    athob authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    f084674 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Update rendermodule.c

    Detangle tt between the kernel pixel size (the tt variable) with the kernel projected size (the new tt_f float variable), allowing kernels with sizes under the resolution to be computed properly
    athob authored Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c04b460 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    824db23 View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    Adding "-ffast-math" compiler flag by default. This speeds up the code by more than a factor of 3.
    alejandrobll authored and athob committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    5e0da14 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    a9e7b40 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    c57d0c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    5a1c157 View commit details
    Browse the repository at this point in the history