Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • sudarshan-ghonge/bayeswave
  • april.partington/bayeswave
  • lscsoft/bayeswave
  • tyson-littenberg/bayeswave
  • james-clark/bayeswave
  • meg.millhouse/bayeswave
  • katerina.chatziioannou/bayeswave
  • deborah.ferguson/bayeswave
  • thomas-callister/bayeswave
  • andoni.torres/bayeswave
  • erika.cowan/bayeswave
  • bcheeseboro/bayeswave
  • salvatore-vitale/bayeswave
  • bence.becsy/bayeswave
  • duncanmmacleod/bayeswave
  • paul.baker/bayeswave
  • leo-singer/bayeswave
  • hannah.griggs/bayeswave
  • bhooshan.gadre/bayeswave
  • ka-wa.tsang/bayeswave
  • marcella.wijngaarden/bayeswave
  • bruce.edelman/bayeswave
  • sangeet.paul/bayeswave
  • colm.talbot/bayeswave
  • sophie.hourihane/bayeswave
  • arianna.renzini/bayeswave
  • nayyer.raza/bayeswave
  • cailin.plunkett/bayeswave
  • johnmichael.sullivan/bayeswave
  • seth.moriarty/bayeswave
  • howard.deshong/bayeswave
  • argyro.sasli/bayeswave
  • megan.arogeti/bayeswave
  • johnmichael.sullivan/bayeswave-master-dev
  • tomasz.baka/bayeswave
  • cjhaster/bayeswave
  • meg.millhouse/bayeswave-cicd-testing
  • neil.cornish/bayeswave
38 results
Show changes
Commits on Source (5)
......@@ -322,6 +322,10 @@ if injfile is not None: #and cp.has_option('injections','nrhdf5'):
# Modify xml IN WORKDIR to point to local hdf5
localize_xml(os.path.join(workdir, injfile), nr_full_path, numrel_data)
else:
print("NRHDF5 does not exist at {}".format(numrel_data),
file=sys.stderr)
sys.exit(1)
else:
numrel_data = None
else:
......
......@@ -67,9 +67,9 @@ and we will strive to provide what assistance we can.
*LSC/Virgo members*: bayeswave@sympa.ligo.org, burst@ligo.org
## Installation and operation
* [Minimal quick-start guide](https://docs.ligo.org/lscsoft/bayeswave/quickstart.html)
* [Full Installation instructions](https://docs.ligo.org/lscsoft/bayeswave/install.html)
* [Running Analyses](https://docs.ligo.org/lscsoft/bayeswave/running.html)
* [Minimal quick-start guide](https://git.ligo.org/lscsoft/bayeswave/blob/master/doc/quickstart.md)
* [Full Installation instructions](https://git.ligo.org/lscsoft/bayeswave/blob/master/doc/install.mdl)
* [Running Analyses](https://git.ligo.org/lscsoft/bayeswave/blob/master/doc/running.md)
## Available Branches
There are two main branches (with corresponding singularity containers) in common use:
......
......@@ -530,7 +530,7 @@ int main(int argc, char *argv[])
exit(1);
}
fscanf(fptr,"%i",&chain->mc);
fscanf(fptr,"%i",&chain->NC);
fscanf(fptr,"%i",&NC);
fscanf(fptr,"%i",&chain->zcount);
fclose(fptr);
......