Skip to content
Snippets Groups Projects
Select Git revision
  • a1cd52bd97c8458756a49116d196e287659d64c3
  • master default protected
  • Binary
  • add-version-information
  • os-path-join
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
15 results

make_sfts.py

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.