Giter Site home page Giter Site logo

phyytang / synthlisa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vallis/synthlisa

0.0 1.0 0.0 10.88 MB

Synthetic LISA: a noise and signal simulator for LISA-like gravitational-wave observatories

Home Page: http://www.vallis.org/syntheticlisa

C++ 57.68% C 8.25% Python 29.42% CSS 0.54% XSLT 4.11%

synthlisa's Introduction

Synthetic LISA

This is Michele Vallisneri's Synthetic LISA, now on GitHub with a cleaned-up version 2.

I thought I would celebrate the 2011 demise of the U.S. LISA project and the 2012 non-selection of the European eLISA by sharing this code as widely as possibly with posterity.

What is this?

Synthetic LISA, developed by Michele Vallisneri and John Armstrong at the Jet Propulsion Laboratory under the auspices of the LISA Mission Science Office, is a C++/Python package to simulate the LISA science process at the level of scientific and technical requirements. Synthetic LISA:

  • generates synthetic time series of the LISA fundamental noises, as filtered through all the TDI observables;
  • provides a streamlined module to compute the TDI responses to gravitational waves, according to a full model of TDI, including the motion of the LISA array, and the temporal and directional dependence of the armlengths;
  • was a central component of lisatools, the software pipeline used to generate the Mock LISA Data Challenge datasets;
  • can be used for a variety of LISA-like mission designs.

See the homepage at www.vallis.org.

Requirements

  • A a working installation of Python (2.6.X or 2.7.X) and of a Python-interoperable C/C++ compiler, preferably gcc (>= 4.0).
  • numpy. If you have pip, pip install numpy will do.
  • pyRXP. You can do pip install http://svn.reportlab.com/svn/public/pyRXP/trunk/src.
  • SWIG. But you'll need it only if you need to modify the Python API.

Installation

If you have all the requirements,

python setup.py install

will do, which will install to the default location for your Python setup. To install to a specific directory, use

python setup.py install --prefix=$INSTALLDIR

where $INSTALLDIR could be $HOME, /usr/local, $VIRTUAL_ENV (if you use virtualenv), etc.

Usage

A general description of the formulation, implementation, and usage of Synthetic LISA can be found in doc/synthlisa.pdf and doc/manual.pdf included with the package. Those documents however are somewhat outdated. See also doc/history.txt for a list of changes.

The briefest summary is that Synthetic LISA implements (at the C++ level) a number of objects that describe the LISA orbits, noises, and TDI observables, as well as gravitational-wave sources. The user writes Python scripts to create and connect these objects, and to generate synthetic data form them. The Python API is documented reasonably well in the docstrings found in lisasim/lisasim-swig.i, which are accessible with Python's help. The example scripts in examples (and especially examples/manual-examples) are a good place to start.

Credit

If you use Synthetic LISA in your work, please cite M. Vallisneri, "Synthetic LISA: Simulating Time Delay Interferometry in a Model LISA," Phys. Rev. D 71, 022001 (2005), which you can find in PRD and as gr-qc/0407102.

License

Synthetic LISA is licensed under the Caltech public domain license.

synthlisa's People

Contributors

vallis avatar

Watchers

James Cloos 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.