-
- Downloads
remove precomp
This finally gets rid of the whole precompIFO function. It does this by breaking up precomp into various smaller functions, moving them into the common IFO noise definition module, and using them appropriately when needed. This does result in some of the functions being called multiple times in the full budget calculation for the aLIGO-like budgets, but the cost should be minor given the convenience of getting rid of the whole precomp thing, thereby opening up everything to non-aLIGO-like configurations. Even though some functions are calculated multiple times, we're still orders of magnitude faster than matgwinc, so... Should still revisit down the line though. closes #40
parent
9a38ac76
No related branches found
No related tags found
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
Showing
- README.md 0 additions, 1 deletionREADME.md
- gwinc/__init__.py 0 additions, 1 deletiongwinc/__init__.py
- gwinc/__main__.py 0 additions, 4 deletionsgwinc/__main__.py
- gwinc/gwinc.py 1 addition, 6 deletionsgwinc/gwinc.py
- gwinc/ifo/noises.py 146 additions, 16 deletionsgwinc/ifo/noises.py
- gwinc/precomp.py 0 additions, 183 deletionsgwinc/precomp.py
Loading
Please register or sign in to comment