Skip to content

kayejlli/pycbc-glue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycbc-glue repository

This repository contains a stripped down version of lalsuite/glue for use with PyCBC until the dependencies contained in this repository are retired.

Notes on repository creation

The repository was created from the 1.48 release (ER7 release) with the commands:

git init
git remote add -f origin git://ligo-vcs.phys.uwm.edu/lalsuite.git
git checkout glue-1-48-branch
git filter-branch --subdirectory-filter glue
git branch -f master glue-1-48-branch
git checkout master
git branch -D glue-1-48-branch
for t in `git tag` ; do git tag -d $t ; done

The repository was then switched to github with

git remote rename origin upstream
git remote add origin git@github.com:ligo-cbc/pycbc-glue.git
git push -u origin master

About

Stripped down version of the LAL Suite GLUE repository that provides functionality for PyCBC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.9%
  • C 11.3%
  • Other 0.8%