Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
10 results

helper_functions.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    • Gregory Ashton's avatar
      a1cd52bd
      Adds parallelisation of the artifact SFT generation · a1cd52bd
      Gregory Ashton authored
      Since each SFT is generated in a for loop, the process can be quite
      slow. This allows the user with `pathos` multiprocessing installed to
      leverage `-N` cores (set by command line arg) to speed the process up
      Setting N=1 or if pathos is not installed, reverts to the usual
      behaviour.
      a1cd52bd
      History
      Adds parallelisation of the artifact SFT generation
      Gregory Ashton authored
      Since each SFT is generated in a for loop, the process can be quite
      slow. This allows the user with `pathos` multiprocessing installed to
      leverage `-N` cores (set by command line arg) to speed the process up
      Setting N=1 or if pathos is not installed, reverts to the usual
      behaviour.