Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
PyFstat
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Gregory Ashton
  • PyFstat
  • Merge Requests
  • !8

Merged
Opened Dec 15, 2017 by David Keitel@dkeitelMaintainer

add transient F(t0,tau) file output

  • 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
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: GregAshton/PyFstat!8
Source branch: develop-DK