This is the main LALSuite development repository.
We request that any academic report, publication, or other academic disclosure of results derived from the use of this software acknowledge the use of the software by an appropriate acknowledgment or citation.
The whole LALSuite software suite can be cited with the DOI 10.7935/GT1W-FZ16. An example BibTeX entry could look like this:
@misc{lalsuite,
author = "{LIGO Scientific Collaboration}",
title = "{LIGO} {A}lgorithm {L}ibrary - {LALS}uite",
howpublished = "free software (GPL)",
doi = "10.7935/GT1W-FZ16",
year = "2018"
}
In addition, some codes contained in this package may be directly based on one or several scientific papers, which should be cited when using those specific codes; some of these can be discovered through the documentation.
We now utilize Git LFS for the managament of large files and
as such git-lfs
needs to be installed and configured to correctly
clone this repository. After installing git-lfs
it can be configured
using:
$ git lfs install
This only needs to be done once for each machine you access the repository. It can then be cloned using:
$ git clone [email protected]:lscsoft/lalsuite.git
The guide to contributing to LALSuite explains how to report issues and contribute fixes or new features using the fork and pull workflow. Please read and follow these directions.
The LALSuite Doxygen documentation is built under GitLab-CI every night.
LALSuite was transferred to git.ligo.org
in December 2017. Older
history has been imported, though commit hashes were rewritten during
the Git LFS conversion. Please note:
-
The
Original:
commit IDs quoted in each commit message can be used to compare with the archived reference repo, old issue discussions on the Redmine tracker, review wiki pages etc. -
Commits before December 2017 may also include references to issues (
#number
). These refer to the corresponding Redmine issue (LVC-authorized access only), and any clickable link the internal GitLab web interface produces for those old commits will therefore be spurious.
Please visit the LALSuite project page.