From 048f6cd476c112b98a06cc6bc22b5c481839ceb1 Mon Sep 17 00:00:00 2001 From: NiPreps Bot Date: Wed, 31 Jul 2024 20:13:01 +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 e4c85397897f484ca35dc9633ec0ec2354d2d520..7131a191d8ee47e4243a23480a69411f5de30182 100644 GIT binary patch delta 20 ccmaDfpYhRr#trj*S&a+~jf^)h@wH8xv7!qW-+ymi~v5R1-<|P diff --git a/master/api/niworkflows-func-util-2.pdf b/master/api/niworkflows-func-util-2.pdf index 90ff79c28fa3f41751f286cdd5f11e053dd3c700..5396b906f12ffc76861198ea9ca2b59be3959370 100644 GIT binary patch delta 18 ZcmaD~`Mz?)8Y@;K14AQ|%^R)km;h632SWe= delta 18 ZcmaD~`Mz?)8Y@;qb5kSJ%^R)km;h792TlM0 diff --git a/master/api/niworkflows-func-util-3.pdf b/master/api/niworkflows-func-util-3.pdf index eafbef4b6f406ef7a9ebc5dba19fde68719a7730..5cc60d4ac464436267b5dec8a8cd547e6c0ac94c 100644 GIT binary patch delta 18 Zcmewo|0RCIMqO4T14AQ|&D(VCm;g{{2MGWG delta 18 Zcmewo|0RCIMqO4zb5kSJ&D(VCm;g}22NVDR diff --git a/master/api/niworkflows-workflows-epi-refmap-1.pdf b/master/api/niworkflows-workflows-epi-refmap-1.pdf index ddc4aa3faec4c200bfc02f2f2e5e1c0d7bf062f0..c0942b8ab8ce8ff10373b290d59b8a2d4b8367ae 100644 GIT binary patch delta 19 acmX@=ebjpczY3d?fuWJ9;bu{l4U7Ong9Xw6 delta 19 acmX@=ebjpczY3e7xv8;%!DdmF4U7On!3Ea< diff --git a/master/api/niworkflows.interfaces.confounds.html b/master/api/niworkflows.interfaces.confounds.html index 1e03387572f..a87e63cbc2d 100644 --- a/master/api/niworkflows.interfaces.confounds.html +++ b/master/api/niworkflows.interfaces.confounds.html @@ -450,14 +450,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.

    @@ -474,13 +474,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.

    @@ -524,7 +524,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).

  • @@ -534,7 +534,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.

    @@ -548,7 +548,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 @@ -575,7 +575,7 @@

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

      Return type:
      -

      DataFrame

      +

      DataFrame

    References

    @@ -601,14 +601,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.