- 27 Apr, 2020 2 commits
-
-
Karl Wette authored
PulsarParametersPy: convert pulsar parameter structure to TEMPO-style file string See merge request lscsoft/lalsuite!1305
-
Matthew David Pitkin authored
-
- 26 Apr, 2020 2 commits
-
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
- 22 Apr, 2020 1 commit
-
-
John Douglas Veitch authored
Fix typo See merge request lscsoft/lalsuite!1303
-
- 20 Apr, 2020 2 commits
-
-
John Douglas Veitch authored
Remove lalinference.util, deprecated and moved to ligo.skymap See merge request lscsoft/lalsuite!1293
-
Karl Wette authored
lalapps_ComputePSD overhaul: modularize, fix some minor bugs, add one new feature Closes CW/software/lalsuite#79 and CW/software/lalsuite#78 See merge request lscsoft/lalsuite!1294
-
- 19 Apr, 2020 1 commit
-
-
Duncan Macleod authored
Don't --disable-gcc-flags in CI conda build for lalinference See merge request lscsoft/lalsuite!1304
-
- 17 Apr, 2020 1 commit
-
-
Duncan Macleod authored
...CI jobs
-
- 13 Apr, 2020 1 commit
-
-
Leo Pound Singer authored
-
- 11 Apr, 2020 2 commits
-
-
Karl Wette authored
PulsarDataTypes: change PulsarParams::name to a fixed-length array See merge request lscsoft/lalsuite!1300
-
Leo Pound Singer authored
-
- 10 Apr, 2020 7 commits
-
-
David Keitel authored
SFTfileIO: minor documentation fix for MultiLIGOTimeGPSVector See merge request lscsoft/lalsuite!1301
-
Karl Wette authored
-
Karl Wette authored
-
Karl Wette authored
SWIG: disown Python/Octave objects assigned to viewed C arrays See merge request lscsoft/lalsuite!1299
-
Karl Wette authored
- When assigning Python/Octave objects to a C array, assume the struct who owns the C array takes ownership of the memory of the C array element. The Python/Octave object wrapping the C array element should therefore disown the underlying memory.
-
Karl Wette authored
-
Karl Wette authored
-
- 09 Apr, 2020 1 commit
-
-
Karl Wette authored
lalapps_splitSFTs: fix error message and initialization of --minStartTime --maxStartTime Closes #294 See merge request lscsoft/lalsuite!1296
-
- 08 Apr, 2020 2 commits
-
-
Adam Mercer authored
Lint with coala See merge request lscsoft/lalsuite!1295
-
David Keitel authored
-fixes #294
-
- 07 Apr, 2020 7 commits
-
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
coala configuration file for source code linting, intially this just checks Makefile.am to ensure that tabs, and not spaces, are used. eventually this will be extended to do more linting throughout the source tree.
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
- 06 Apr, 2020 11 commits
-
-
David Keitel authored
-
David Keitel authored
ComputePSD: new option for emulating harmonic/powerminus2 means over combined set of SFTs from all IFOs -keep loop order unchanged -but add an extra normalization factor at the end -also extended testComputePSD.sh to this case
-
David Keitel authored
-refs https://git.ligo.org/CW/software/lalsuite/issues/80
-
David Keitel authored
-will make this much easier to use stand-alone e.g. through SWIG -use common XLALRoundFrequency[Up/Down]ToSFTBin() functions to ensure equivalence with previous at-SFT-reading-time implementation
-
David Keitel authored
-XLALRoundFrequencyDownToSFTBin() -XLALRoundFrequencyUpToSFTBin()
-
David Keitel authored
-still ugly: passing of precomputed firstBin/lastBin instead of more user-friendly freq/freqBand
-
David Keitel authored
-
David Keitel authored
-fixes https://git.ligo.org/CW/software/lalsuite/issues/78
-
David Keitel authored
-also use an enum/UserChoices combo for its optype argument -allow lalapps_ComputePSD user options to be specified either by numbers (for backwards compatibility) or friendlier string names
-
David Keitel authored
-XLALDumpMultiPSDVector() -XLALCropMultiPSDandSFTVectors() -XLALComputeSegmentDataQ()
-
David Keitel authored
-