filtnifti
Description:
Temporally filters a NIFTI file.
Inputs:
A 4D NIFTI file
Outputs:
The filtered 4D NIFTI file
Usage:
Temporally filters a NIFTI file.
usage: filtnifti [-h] [--padseconds SECONDS]
inputfilename outputfilename lowestfreq highestfreq
Positional Arguments
- inputfilename
The name of the input nifti file.
- outputfilename
The name of the output nifti file.
- lowestfreq
The low passband frequency limit in Hz (set less than zero to disable HPF).
- highestfreq
The high passband frequency limit in Hz (set less than zero to disable LPF)
Named Arguments
- --padseconds
The number of seconds of padding to add to each end of a timecourse to be filtered to reduce end effects. Default is 30.
Default:
30