Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Simplify STC logic for too short BOLD series #2489

Merged

Commits on Aug 4, 2021

  1. FIX: Simplify STC logic for too short BOLD series

    After nipreps#2461 and nipreps#2468, the ``TooShort`` value for running STC could not
    be assigned.
    This PR ignores manually set dummy timepoints, although the case when
    this could be problematic is largely a very edge case (say you have only
    7 timepoints and manually set 3 as dummy).
    
    On the flip side, this PR drops the use of a function discontinued in
    the latest niworkflows release, fixing a bug ahead of time.
    oesteban committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    820dea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3471cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    891ca78 View commit details
    Browse the repository at this point in the history
  4. enh: improve documentation adding one FAQ

    Minimal stylistic changes and a better structure with a ToC in the
    beginning are sneaked into this commit - sorry about that.
    oesteban committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3e2d0d8 View commit details
    Browse the repository at this point in the history