Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P PyFstat
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Gregory Ashton
  • PyFstat
  • Merge requests
  • !8

add transient F(t0,tau) file output

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Keitel requested to merge develop-DK into master Dec 15, 2017
  • Overview 4
  • Commits 3
  • Changes 3

This adds two bits of transient output:

  1. two extra columns for the maximum-likelihood t0,tau values to the standard gridSearch output file, iff a transientWindowType was set
  2. one extra file per Doppler candidate with the full t0,tau grid iff a new explicit option outputTransientFstatMap is set to True.

The main low-level change is that get_fullycoherent_twoF now returns 3 results, two being None by default except for the transient case, and so I added [0] to its calls from other usecases. Tests and examples seem to be unaffected, so I hope I got all of them, but a double-check can't hurt. Or maybe you now a more elegant solution @GregAshton ?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-DK