Code Monkey home page Code Monkey logo

lss_mapper's Introduction

LSS Mapper



Mapping the large scale structure (LSS) of the Universe

Purpose

During the course of my PhD thesis at the University of Massachusetts, I worked on the difficult challenge of how best to characterize the environments of galaxies in the Universe at large, with the ultimate goal of understanding the role of environment in the evolution of galaxies.

The technique that I settled on was actually a combination of two distinct, but complementary, methods:

  • Voronoi Tessellation
  • the Minimum Spanning Tree

Why use these two techniques together?

Voronoi Tessellation provides a valuable measure of the projected density immediately around a given galaxy; in other words, it's a great example of a "nearest neighbor" approach to measuring the environment. Meanwhile, the Minimum Spanning Tree is better at identifying structures on larger scales and with no assumptions about the geometry of the objects, thus making it similar in practice to a "fixed aperture" technique. Based on one of the more extensive studies comparing different measures of environment (Muldrew et al. 2012), the optimum approach to measuring environment is a combination of a nearest-neighbor and a fixed-aperture technique, given each of their inherent biases.

Prerequisites

In order to use the lss mapper, you will need to have some of the standard Python libraries installed:

  • scipy
  • numpy
  • pandas
  • matplotlib
  • seaborn

In addition to these, you'll need to install MSTClustering from jakevdp. The easiest way to install this is to use a package installer like pip, with:

pip install mst_clustering

Citing

If you use this for your research, please cite my 2014 paper that introduced the idea of mapping the LSS of the Universe using these two techniques.

lss_mapper's People

Contributors

jcybulsk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.