# This is an "ini" or configuration file read by a python script to set # up various parameters. Here we set up some parameters used by the # simple DAG generation program # Square brackets denote a "section" in the ini file. The section below is # called input. Sections contain parameters used in the DAG we are # constructing. The input section contains the name of the IFO, the name # of the channel and the name of the file containing the segments [input] ifo = L1 channel = LSC-DARM_ERR segments = segments.txt # The condor section below tells condor what universe to run the executables # in and where to find them. You should change the path to LSCdataFind below # to point to the one you installed with Glue. [condor] universe = vanilla datafind = /data2/dbrown/bin/LSCdataFind # the datafind section contains the parameters for the datafind jobs we are # running in the DAG. Here we request level 1 RDS data whose LFNs match the # string localhost/archive. We request the results of datafind in the LAL # cache format. [datafind] type = RDS_R_L1 match = localhost/archive lal-cache =