diff --git a/master/api/niworkflows-anat-ants-1.pdf b/master/api/niworkflows-anat-ants-1.pdf index 98a9d945262..02ca332ac75 100644 Binary files a/master/api/niworkflows-anat-ants-1.pdf and b/master/api/niworkflows-anat-ants-1.pdf differ diff --git a/master/api/niworkflows-anat-ants-2.pdf b/master/api/niworkflows-anat-ants-2.pdf index 494a1d378ca..62c1e398029 100644 Binary files a/master/api/niworkflows-anat-ants-2.pdf and b/master/api/niworkflows-anat-ants-2.pdf differ diff --git a/master/api/niworkflows-anat-ants-3.pdf b/master/api/niworkflows-anat-ants-3.pdf index 110618684c7..800e89d6be4 100644 Binary files a/master/api/niworkflows-anat-ants-3.pdf and b/master/api/niworkflows-anat-ants-3.pdf differ diff --git a/master/api/niworkflows-anat-coregistration-1.pdf b/master/api/niworkflows-anat-coregistration-1.pdf index fb5e466a460..fda2219d300 100644 Binary files a/master/api/niworkflows-anat-coregistration-1.pdf and b/master/api/niworkflows-anat-coregistration-1.pdf differ diff --git a/master/api/niworkflows-anat-freesurfer-1.pdf b/master/api/niworkflows-anat-freesurfer-1.pdf index 186b9b08e99..ec924b2735f 100644 Binary files a/master/api/niworkflows-anat-freesurfer-1.pdf and b/master/api/niworkflows-anat-freesurfer-1.pdf differ diff --git a/master/api/niworkflows-anat-skullstrip-1.pdf b/master/api/niworkflows-anat-skullstrip-1.pdf index 71f2bd1138f..eeb05df4c1d 100644 Binary files a/master/api/niworkflows-anat-skullstrip-1.pdf and b/master/api/niworkflows-anat-skullstrip-1.pdf differ diff --git a/master/api/niworkflows-func-util-1.pdf b/master/api/niworkflows-func-util-1.pdf index 562b740d330..78d5c69883f 100644 Binary files a/master/api/niworkflows-func-util-1.pdf and b/master/api/niworkflows-func-util-1.pdf differ diff --git a/master/api/niworkflows-func-util-2.pdf b/master/api/niworkflows-func-util-2.pdf index 9224a598cfa..b9ca324d2f8 100644 Binary files a/master/api/niworkflows-func-util-2.pdf and b/master/api/niworkflows-func-util-2.pdf differ diff --git a/master/api/niworkflows-func-util-3.pdf b/master/api/niworkflows-func-util-3.pdf index 7c991ca98a5..96935c83a84 100644 Binary files a/master/api/niworkflows-func-util-3.pdf and b/master/api/niworkflows-func-util-3.pdf differ diff --git a/master/api/niworkflows-workflows-epi-refmap-1.pdf b/master/api/niworkflows-workflows-epi-refmap-1.pdf index e9b1a6338e7..bb17a2a9648 100644 Binary files a/master/api/niworkflows-workflows-epi-refmap-1.pdf and b/master/api/niworkflows-workflows-epi-refmap-1.pdf differ diff --git a/master/api/niworkflows.interfaces.confounds.html b/master/api/niworkflows.interfaces.confounds.html index 7dda8c37d07..7c03b659ec1 100644 --- a/master/api/niworkflows.interfaces.confounds.html +++ b/master/api/niworkflows.interfaces.confounds.html @@ -400,14 +400,14 @@ indicates that the first and second exponential terms should be added. To retain the original terms, 1 must be included in the list.

  • variables (list of str) – List of variables for which exponential terms should be computed.

  • -
  • data (DataFrame) – Table of values of all observations of all variables.

  • +
  • data (DataFrame) – Table of values of all observations of all variables.

  • Returns:

    @@ -424,13 +424,13 @@
    Returns:

    @@ -474,7 +474,7 @@

    Temporal derivatives and exponential terms are computed for all terms in the grouping symbols that they adjoin.

    -
  • parent_data (DataFrame) – A tabulation of all values usable in the model formula. Each additive +

  • parent_data (DataFrame) – A tabulation of all values usable in the model formula. Each additive term in model_formula should correspond either to a variable in this data frame or to instructions for operating on a variable (for instance, computing temporal derivatives or exponential terms).

  • @@ -484,7 +484,7 @@

    @@ -498,7 +498,7 @@
    Parameters:

    References

    @@ -551,14 +551,14 @@ To retain the original terms, 0 must be included in the list.

  • variables (list of str) – List of variables for which temporal derivative terms should be computed.

  • -
  • data (DataFrame) – Table of values of all observations of all variables.

  • +
  • data (DataFrame) – Table of values of all observations of all variables.

  • Returns: