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

ENH: apply transform to single slice of time series #1800

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Commits on Oct 2, 2024

  1. ENH: apply transform to single slice of time series

    A common use case is to register a time series to a scalar reference,
    then apply the warp to each volume. Sometimes, users will have different
    transforms for each volume (say, motion correction in fMRI). Other times,
    the time series might be very large after resampling into the fixed space.
    
    This commit adds an option --time-index, which allows the user to select
    a particular volume. This is then extracted and transformed as a scalar image.
    cookpa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2e9caf2 View commit details
    Browse the repository at this point in the history