- 22 Mar, 2018 1 commit
-
-
Gregory Ashton authored
-
- 18 Mar, 2018 1 commit
-
-
Gregory Ashton authored
-
- 09 Mar, 2018 1 commit
-
-
David Keitel authored
-
- 08 Mar, 2018 1 commit
-
-
Gregory Ashton authored
-
- 07 Mar, 2018 1 commit
-
-
Gregory Ashton authored
-
- 27 Feb, 2018 1 commit
-
-
Gregory Ashton authored
-
- 21 Feb, 2018 1 commit
-
-
Gregory Ashton authored
-
- 12 Feb, 2018 2 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 09 Feb, 2018 2 commits
-
-
Gregory Ashton authored
-
David Keitel authored
pyCUDA version of transient F-stat See merge request GregAshton/PyFstat!13
-
- 08 Feb, 2018 7 commits
-
-
Gregory Ashton authored
- Add transient window type - Rename arrays -> coord_arrays to solve caching check bug
-
David Keitel authored
-previously check was done in _optional_import [called from init_transient_fstat_map_features()] -this was the right place only back when still importing autoinit -now do check at the time of make_default_context()
-
David Keitel authored
-make some functions internal in tcw_fstat_map_funcs.py -clean up debug messages -clean up code formatting
-
Gregory Ashton authored
Conflicts: pyfstat/core.py
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 07 Feb, 2018 3 commits
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 05 Feb, 2018 10 commits
-
-
David Keitel authored
-not sure why this is not inherited from the base ComputeFstat class
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
-requires manual context initialisation and cleanup
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
TransientGridSearch: new F_mn writer function matching the format of lalpulsar.write_transientFstatMap_to_fp
-
David Keitel authored
-optional import of pyCUDA package only if requested -including kernel .cu files in packaging
-
David Keitel authored
-to later allow for CUDA implementation -some optional-import acrobatics to fail gracefully if a module (especially CUDA) is not available -as of this commit, nothing beyond lal implemented yet
-
Gregory Ashton authored
writer function for atoms (TransientGridSearch) See merge request GregAshton/PyFstat!14
-
- 31 Jan, 2018 6 commits
-
-
David Keitel authored
-
Gregory Ashton authored
Closes #12
-
Gregory Ashton authored
displayless matplotlib import workaround also in helper_functions.py See merge request GregAshton/PyFstat!12
-
Gregory Ashton authored
transients: fix window=none case and allow custom dt0, dtau See merge request GregAshton/PyFstat!11
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- 11 Jan, 2018 1 commit
-
-
David Keitel authored
-
- 10 Jan, 2018 2 commits
-
-
David Keitel authored
-
Gregory Ashton authored
This updates get_input_data_array. First, the list of possible search parameters is defined as a list of strings in the class itself avoiding repeated definitions of get_input_data_array. Second, is `args.clean == True` then the input_data is not generated as an array, but a generator. For large arrays this avoids memory issues.
-