From 32748c91223896435a868b985971f4b50d641155 Mon Sep 17 00:00:00 2001 From: NiPreps Bot Date: Tue, 27 Feb 2024 20:46:58 +0000 Subject: [PATCH] docs(master): Update docs of development line --- master/api/niworkflows-anat-ants-1.pdf | Bin 20450 -> 20450 bytes master/api/niworkflows-anat-ants-2.pdf | Bin 16179 -> 16179 bytes master/api/niworkflows-anat-ants-3.pdf | Bin 11748 -> 11748 bytes .../api/niworkflows-anat-coregistration-1.pdf | Bin 10523 -> 10523 bytes master/api/niworkflows-anat-freesurfer-1.pdf | Bin 13597 -> 13597 bytes master/api/niworkflows-anat-skullstrip-1.pdf | Bin 12656 -> 12656 bytes master/api/niworkflows-func-util-1.pdf | Bin 10183 -> 10183 bytes master/api/niworkflows-func-util-2.pdf | Bin 15599 -> 15599 bytes master/api/niworkflows-func-util-3.pdf | Bin 12276 -> 12276 bytes .../niworkflows-workflows-epi-refmap-1.pdf | Bin 9669 -> 9669 bytes .../api/niworkflows.interfaces.confounds.html | 20 +++++++++--------- 11 files changed, 10 insertions(+), 10 deletions(-) diff --git a/master/api/niworkflows-anat-ants-1.pdf b/master/api/niworkflows-anat-ants-1.pdf index 98a9d945262b0a9cf63ebf4fcd3306339ba848dc..02ca332ac75d8bdcdd877d9c21367c5feee45dd2 100644 GIT binary patch delta 22 ecmaDfpYhRr#tn0Q*^SJN3{1?7H!tzEV*&tag9q{e delta 22 ecmaDfpYhRr#tn0Q*$vDLEsRYJH!tzEV*&tadLeLE%qQ{@J7 delta 20 bcmey6^dV`3wm!RonW2TTiQ#4=eLE%qQ{Dz~ diff --git a/master/api/niworkflows-func-util-1.pdf b/master/api/niworkflows-func-util-1.pdf index 562b740d33036b6cc873e31d2e8a0c40dfdfd259..78d5c69883f0bb7427933d9dc46a541ca8e5d9c6 100644 GIT binary patch delta 20 bcmX@^f82iqzZ$!dxsid1nek>ZwT+AbNm~XY delta 20 bcmX@^f82iqzZ$!NnW2TTiQ#53wT+AbNmK?Q diff --git a/master/api/niworkflows-func-util-2.pdf b/master/api/niworkflows-func-util-2.pdf index 9224a598cfa0c8d556e500d1e970248730fd5327..b9ca324d2f827060661225ddb35eaac8a7c30baa 100644 GIT binary patch delta 20 bcmaD~`Mz?)Dl2v)b0Y&2Gn365t?ZZpVJQc* delta 20 bcmaD~`Mz?)Dl2vaGeZkw6Qj)=t?ZZpVIl{z diff --git a/master/api/niworkflows-func-util-3.pdf b/master/api/niworkflows-func-util-3.pdf index 7c991ca98a5bf828af1f5fe764d9193c1e970ab8..96935c83a841a15f457fee72607a4210baa530a5 100644 GIT binary patch delta 21 ccmewo|0RCIdR-19b0Y&2GZTZ&+jVW30A!R0ssI20 delta 21 ccmewo|0RCIdR-0!GeZkw6C=aT+jVW30A!K}ssI20 diff --git a/master/api/niworkflows-workflows-epi-refmap-1.pdf b/master/api/niworkflows-workflows-epi-refmap-1.pdf index e9b1a6338e75173543b75ba3361655612f20f468..bb17a2a964845c0c2c3ec851ec5e40ec6c164c9f 100644 GIT binary patch delta 21 ccmX@=ebjpcuL_5exsid1nTf?_QI!ph08S4ENB{r; delta 21 ccmX@=ebjpcuL_5OnW2TTiIL@IQI!ph08R}CNB{r; 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:

    • variables_exp (list) – A list of variables to include in the final data frame after adding the specified exponential terms.

    • -
    • data_exp (DataFrame) – Table of values of all observations of all variables, including any +

    • data_exp (DataFrame) – Table of values of all observations of all variables, including any specified exponential terms.

    @@ -424,13 +424,13 @@
    • expression (str) – Formula expression: either a single variable or a variable group paired with an operation (exponentiation or differentiation).

    • -
    • parent_data (DataFrame) – The source data for the model expansion.

    • +
    • parent_data (DataFrame) – The source data for the model expansion.

    Returns:

    • variables (list) – A list of variables in the provided formula expression.

    • -
    • data (DataFrame) – A tabulation of all terms in the provided formula expression.

    • +
    • data (DataFrame) – A tabulation of all terms in the provided formula expression.

    @@ -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 @@

    • variables (list of str) – A list of variables included in the model parsed from the provided formula.

    • -
    • data (DataFrame) – All values in the complete model.

    • +
    • data (DataFrame) – All values in the complete model.

    @@ -498,7 +498,7 @@
    Parameters:
      -
    • data (DataFrame) – A tabulation of observations from which spike regressors should be +

    • data (DataFrame) – A tabulation of observations from which spike regressors should be estimated.

    • criteria (dict of (str, '>' or '<' or float)) – Criteria for generating a spike regressor. If, for a given frame, the value of the variable corresponding to the key exceeds the threshold @@ -525,7 +525,7 @@

      data – The input DataFrame with a column for each spike regressor.

      Return type:
      -

      DataFrame

      +

      DataFrame

    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:

    • variables_deriv (list) – A list of variables to include in the final data frame after adding the specified derivative terms.

    • -
    • data_deriv (DataFrame) – Table of values of all observations of all variables, including any +

    • data_deriv (DataFrame) – Table of values of all observations of all variables, including any specified derivative terms.