Skip to content

tjma12/dqsegdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dqsegdb

DQSEGDB client library and functions

Please see documentation at:

https://ldas-jobs.ligo.caltech.edu/~rfisher/dqsegdb_doc/

Currently must be used from CIT (ex: ldas-pcdev1.ligo.caltech.edu) or sugar (ex: sugar.phy.syr.edu) head nodes.

To use the new client tools, run the following commands:

# First, set up the equivalent of kinit for shibboleth to get you access to the
#  git repo:
ecp-cookie-init LIGO.ORG https://sugwg-git.phy.syr.edu/git/ albert.einstein 
# Clone the repository:
git clone https://sugwg-git.phy.syr.edu/git/dqsegdb

# cd into the repo
cd dqsegdb

# "Build" the package, placing binaries and libraries into standard directories
python setup.py install --user

# Setup your environment to look at the new directories
# Follow instructions provided at end of previous command
# Example:
#  source /home/rfisher/.local/etc/dqsegdb-user-env.sh
# This must be run each time you log in, or put it in your log in scripts (.bashrc)

About

LIGO-Virgo Data Quality Segment Database Client, Server and Utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.6%
  • PHP 27.2%
  • JavaScript 5.9%
  • CSS 2.7%
  • Shell 1.6%