python -*- coding: utf-8 -*- More...
python -*- coding: utf-8 -*-
lalpulsar_knope.py Copyright 2015 Matthew Pitkin <matthew.pitkin@ligo.org>, This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The KNOwn Pulsar pipelinE - lalpulsar_knope
DAG generation code for running the known pulsar search pipeline
Definition in file lalpulsar_knope.py.
Go to the source code of this file.
Namespaces | |
namespace | lalpulsar_knope |
Variables | |
string | lalpulsar_knope.description |
lalpulsar_knope.parser = argparse.ArgumentParser(description=description) | |
lalpulsar_knope.help | |
lalpulsar_knope.action | |
lalpulsar_knope.default | |
lalpulsar_knope.dest | |
lalpulsar_knope.opts = parser.parse_args() | |
lalpulsar_knope.inifile = opts.inifile | |
lalpulsar_knope.cp = ConfigParser() | |
lalpulsar_knope.optionxform | |
lalpulsar_knope.file | |
lalpulsar_knope.automated = cp.getboolean("analysis", "autonomous") | |
lalpulsar_knope.submitdag = opts.condor_submit | |
lalpulsar_knope.dag = knope.knopeDAG(cp, inifile, pulsarlist=opts.pulsarlist) | |
lalpulsar_knope.x = Popen(["condor_submit_dag", dag.get_dag_file()]) | |
lalpulsar_knope.pfile = cp.get("analysis", "pickle_file") | |
lalpulsar_knope.fp = open(pfile, "wb") | |