- 04 Apr, 2017 1 commit
-
-
Reinhard Prix authored
Original: 333bee8724c1efba6f1b604458b23086c5657924
-
- 19 Mar, 2017 1 commit
-
-
Reinhard Prix authored
- include barycentering time more explicitly Original: a597453fcb862a64b1613b7c00ac8559e67074cc
-
- 24 Feb, 2017 2 commits
-
-
Reinhard Prix authored
Original: 522f982caac8e481d3f5903bac55db5143519e33
-
Reinhard Prix authored
Original: 62c588bbd2b0c4096f3d97c0ddbf9cf46600238a
-
- 02 Aug, 2016 2 commits
-
-
Reinhard Prix authored
- refs #4488 Original: 970032a6c4cddb6be72fb687114fd9b08efe8d3c
-
Reinhard Prix authored
- changed 'FreqResolution' definition - memory-reading should be safe safe (but disfunctional) on non-Linux platforms - refs #4488 Original: 7e84a34727e7af066a3865b6e53e986fd930cc24
-
- 09 May, 2016 1 commit
-
-
Karl Wette authored
- Remove registered help variables and UVAR_CATEGORY_HELP - Pass boolean 'should_exit' to XLALUserVarReadAllInput() and other functions, which indicates whether program should exit with non-zero status Original: 4d10e8d97c6a5c89c609b44bd3f1e160be8314c8
-
- 04 Mar, 2016 1 commit
-
-
Karl Wette authored
- XLALRegister<...>UserVar() functions now take 'cvar' pointer as first argument - Requires a literal string for help - XLALFstatMethodHelpString() now just returns list of F-statistic methods - Refs #3514 Original: 331af742df01a9c1886b9908f14d70714f455897
-
- 06 Jan, 2016 1 commit
-
-
Reinhard Prix authored
- don't require compile-time switch, controlled via 'optionalArgs' argument to CFS setup function, timing data stored in (opaque) FstatInput structure - API functions to extract and dump timing data to file - Adapted ComputeFstatBenchmark code to output timing info in both Demod and Resamp cases - refs #3133 Original: f3a6c0bea5c03301a4d648f3bbe5b2bca1bc815d
-
- 29 May, 2015 1 commit
-
-
Reinhard Prix authored
Original: 1c809fc608381392e6bdab47aa5749f73943093e
-
- 09 Apr, 2015 6 commits
-
-
Reinhard Prix authored
- can be output by ComputeFstatBenchmark - allow overriding COLLECT_TIMING via CFLAGS define - refs #2001 Original: 979200cb8471c78a4e4e4e2b6ccfea37d2bdc486
-
Reinhard Prix authored
- testGCT.sh: change Fstat method used to 'best' instead of 'OptC' - ComputeFstatTest: avoid re-running redundant tests on 'best' methods - ComputeFstatBenchmark: removed unused option 'runBuffered' - minor efficiency improvement in XLALComputeFstatFromFaFb() - ComputeFstatBenchmark: output info file for any 'resamp' method - ComputeFstat_Resamp: removed now-unused MultiUINT4Vector type - refs #2001 Original: 4fb7578c9cb3fbbee291c9491ea93203e590bbf6
-
Karl Wette authored
- Only useful for checking workspace management - Refs #2001 Original: ba1d8fee6139dd855a45759cbeedce8470629ece
-
Karl Wette authored
- XLALGetResampTimingInfo() replaced by global variables Resamp_tauF1Buf and Resamp_tauF1NoBuf, updated at end of ComputeFstat_Resamp() - XLALAppendResampInfo2File() now fully internal, called at end of ComputeFstat_Resamp() with file pointer from FstatOptionalArgs - Refs #2001 Original: e430dd3e8ae740eebc53cad5ab5a87372f1ed959
-
Karl Wette authored
- Move workspace into common Fstat data - Move workspace ownership logic into XLALCreateFstatInput() - Methods that use a workspace must supply a destructor function - User now just needs to pass a previous FstatInput to optionalArgs; the FstatInput that allocated the workspace also destroys it - Refs #2001 Original: 4168a79a1fcff721685f948f3b41a9a80fda801e
-
Karl Wette authored
ComputeFstat: change XLALGetFstatMethodName(FstatMethodType) to XLALGetFstatInputMethodName(const FstatInput*) - Since F-statistic method might now be selected at runtime, cannot know for sure which method is in use until XLALCreateFstatInput() has been called - Best therefore to query the FstatInput* for which method is being used - Refs #2001 Original: f405ec2758fc7f932bd4af62cbe3c03db02b8a30
-
- 01 Apr, 2015 3 commits
-
-
Reinhard Prix authored
- use those in ComputeFstatBenchmark, improved output - refs #1954 Original: e8d2349839272b652295e8cea3a8ecacc821b31f
-
Reinhard Prix authored
- take input ranges for frequency bins and frequency-resolution, from which numTrials random values a drawn - output written into easily plottable output file, 1 line per trial - refs #1954 Original: 63b0cf202a9ba0d732fea44b16b41b03d28c85da
-
Reinhard Prix authored
- sneak this info out via the resampling 'workspace' - added a new function to append this in readily-readable + plottable form into a file - refer all timings to single-IFO case - start using this in CFSBenchmark code - refs #1954 Original: e98288919993d0b1ff946e9e14c3a7c52a529649
-
- 05 Mar, 2015 3 commits
-
-
Reinhard Prix authored
- this yields substantial savings in memory usage, as pre-allocated workspace can be re-used across different segemts of same frequency resolution - refs #1936, #535 Original: 492fe7f885b1548c16bad7e99f7d8113cd4d8ac2
-
Reinhard Prix authored
- better for Resampling, as some workspace sizes depend on frequency resolution determining number of samples of zero-padded SRC-frame timeseries - with fixed dFreq we can fix this and will later be able to re-use this across different compute() calls - refs #1936, #535 Original: aa0d124ae22497ebeb426c905ab95d252fb0978e
-
Reinhard Prix authored
- less cluttered function interface, easier to pass 'sane defaults' - provide global initializer 'FstatOptionalArgsDefaults' - refs #1936 Original: 9abb52cdd4f73e43778dcfc2e3a740f4da763241
-
- 02 Mar, 2015 1 commit
-
-
Reinhard Prix authored
- no API changes - prepares and makes next API-changing patches simpler - refs #1936 Original: 51f66fb734cba77950e2601600617abcd76482c0
-
- 25 Feb, 2015 1 commit
-
-
Reinhard Prix authored
- refs #535 Original: 7478149e72acb231b0ab4cc13026eb1ba4062927
-
- 22 Feb, 2015 1 commit
-
-
Reinhard Prix authored
- more comprehensive and easier to use than separate octave scripts - fully configurable - default configuration mimics S6Bucket setup - refs #535 Original: dfa649253c43cc08c4922d1746de07308dc4436d
-