Coder Social home page Coder Social logo

ldasoft's Introduction

\mainpage

Prototype data analysis software for LISA analysis

Doxygen code documentation

https://tlittenberg.github.io/ldasoft/html/index.html

Acknowledgment

@misc{ldasoft,
	author = "Tyson B. Littenberg, Neil J. Cornish, Kristen Lackeos, Travis Robson",
	title = "LDASoft",
	howpublished = "free software (GPL)"
	doi = "10.5281/zenodo.2026177"
	year = "2020"
}

DOI

C Dependencies

gsl
gslcblas
openmp
mpi
hdf5

The GlobalFit pipeline additionally requires the global-fit branch of LISA-Massive-Black-Hole to be installed.

Installation

Example build script:

#!/bin/bash

# set prefix for install directories
export LDASOFT_PREFIX=<EDIT: path to desired install directories>

# build codes
./install.sh ${LDASOFT_PREFIX}

# add location of binaries to PATH 
export PATH=${LDASOFT_PREFIX}/bin:${PATH}

Directory tree for the ldasoft installation:

├── bin
│   ├── Bright_Remove
│   ├── Confusion_Fit
│   ├── Fisher_Galaxy
│   ├── Full_Residual
│   ├── Galaxy
│   ├── OrbitFile
│   ├── Setup
│   ├── gaussian_mixture_model
│   ├── gb_catalog
│   ├── gb_match
│   ├── gb_mcmc
│   ├── gb_mcmc_brans_dicke
│   ├── gb_mcmc_chirpmass
│   ├── gb_residual
│   └── global_fit
├── include
│   ├── Constants.h
│   ├── GalacticBinary.h
│   ├── GalacticBinaryCatalog.h
│   ├── GalacticBinaryData.h
│   ├── GalacticBinaryFStatistic.h
│   ├── GalacticBinaryIO.h
│   ├── GalacticBinaryMCMC.h
│   ├── GalacticBinaryMath.h
│   ├── GalacticBinaryModel.h
│   ├── GalacticBinaryPrior.h
│   ├── GalacticBinaryProposal.h
│   ├── GalacticBinaryWaveform.h
│   ├── LISA.h
│   └── gitversion.h
└── lib
    ├── libgbmcmc.a
    ├── liblisa.a
    └── libtools.a

Issue tracker

https://github.com/tlittenberg/ldasoft/issues

Other resources

ldasoft's People

Contributors

tlittenberg avatar farosikaria avatar gersbachka avatar scottcoughlin2014 avatar ithorpe avatar jessicapage 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.