diff --git a/DESCRIPTION b/DESCRIPTION index 5760c046..057a7e11 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: spant Type: Package Title: MR Spectroscopy Analysis Tools -Version: 2.17.9000 -Date: 2023-10-23 +Version: 2.17.0 +Date: 2023-11-27 Authors@R: c( person("Martin", "Wilson", email = "martin@pipegrep.co.uk", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-2089-3956")), diff --git a/NEWS.md b/NEWS.md index de930d5a..9c8c8873 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # spant 2.17.0 * Simulation duration output is now rounded to 2dp. * sim_basis now accepts a character vector of molecular names. +* Added get_1h_brain_basis_names function. # spant 2.16.0 * Added subset option to mean_dyns function. diff --git a/R/qm_simulation.R b/R/qm_simulation.R index 3aee14f0..52208800 100644 --- a/R/qm_simulation.R +++ b/R/qm_simulation.R @@ -506,20 +506,20 @@ get_1h_braino_basis_names <- function() { #' Note, this is a basic set and it may be appropriate to also include Asc, #' Gly and PEth for high quality MRS data. #' -#' @param extra optional character vector of additional molecular names. Eg +#' @param add optional character vector of additional molecular names. Eg #' c("asc", "gly", "peth"). #' @param remove optional character vector of molecular names to remove from the #' set. Eg c("m_cr_ch2"). #' @param inc_lip_mm include Lipid and MM basis signals. #' @return a character vector of molecule names. #' @export -get_1h_brain_basis_names <- function(extra = NULL, remove = NULL, +get_1h_brain_basis_names <- function(add = NULL, remove = NULL, inc_lip_mm = TRUE) { names <- c("m_cr_ch2", "ala", "asp", "cr", "gaba", "glc", "gln", "gsh", "glu", "gpc", "ins", "lac", "naa", "naag", "pch", "pcr", "sins", "tau") - if (!is.null(extra)) names <- sort(c(names, extra)) + if (!is.null(add)) names <- sort(c(names, add)) if (inc_lip_mm) { names <- c(names, "lip09", "lip13a", "lip13b", "lip20", "mm09", "mm12", diff --git a/docs/404.html b/docs/404.html index c7fe7293..7e8da7f9 100644 --- a/docs/404.html +++ b/docs/404.html @@ -39,7 +39,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 2cd128a8..d9e52591 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 05b6c61d..c7ccb6bc 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/articles/abfit-baseline-opts.html b/docs/articles/abfit-baseline-opts.html index 51683f3d..e886e8d6 100644 --- a/docs/articles/abfit-baseline-opts.html +++ b/docs/articles/abfit-baseline-opts.html @@ -40,7 +40,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_aic-1.png b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_aic-1.png index 020694f7..65a9b03f 100644 Binary files a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_aic-1.png and b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_aic-1.png differ diff --git a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline-1.png b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline-1.png index 72ec06bf..859b59a1 100644 Binary files a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline-1.png and b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline-1.png differ diff --git a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline_more-1.png b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline_more-1.png index 334f3af5..d0f1d32d 100644 Binary files a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline_more-1.png and b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_bspline_more-1.png differ diff --git a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_default-1.png b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_default-1.png index d144b029..2b541c90 100644 Binary files a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_default-1.png and b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_default-1.png differ diff --git a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_flex-1.png b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_flex-1.png index 3b923e95..34d6d677 100644 Binary files a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_flex-1.png and b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_flex-1.png differ diff --git a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_stiff-1.png b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_stiff-1.png index ff884c35..d3727620 100644 Binary files a/docs/articles/abfit-baseline-opts_files/figure-html/abfit_stiff-1.png and b/docs/articles/abfit-baseline-opts_files/figure-html/abfit_stiff-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index 6a82a60b..28344296 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/articles/spant-basis-simulation.html b/docs/articles/spant-basis-simulation.html index 91e0865b..aeaa3f02 100644 --- a/docs/articles/spant-basis-simulation.html +++ b/docs/articles/spant-basis-simulation.html @@ -40,7 +40,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/articles/spant-intro.html b/docs/articles/spant-intro.html index 6c8f62a0..2bd0b819 100644 --- a/docs/articles/spant-intro.html +++ b/docs/articles/spant-intro.html @@ -40,7 +40,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 @@ -194,62 +194,60 @@

Basis simulation
 fit_res$res_tab
-#>   X Y Z Dynamic Coil X.CrCH2          Ala          Asp           Cr        GABA
-#> 1 1 1 1       1    1       0 8.282683e-06 3.536328e-05 4.051518e-05 1.69569e-05
-#>            Glc          Gln          GSH          Glu          GPC          Ins
-#> 1 2.923544e-06 3.307971e-06 2.232385e-05 6.530254e-05 1.610997e-05 5.954705e-05
+#>   X Y Z Dynamic Coil X.CrCH2         Ala          Asp          Cr         GABA
+#> 1 1 1 1       1    1       0 8.22895e-06 3.548331e-05 4.02031e-05 1.706756e-05
+#>            Glc          Gln          GSH          Glu         GPC          Ins
+#> 1 2.442204e-06 3.029796e-06 2.227788e-05 6.499653e-05 1.60329e-05 5.902972e-05
 #>           Lac        Lip09       Lip13a Lip13b Lip20         MM09         MM12
-#> 1 5.75405e-06 2.365938e-05 2.725383e-06      0     0 9.856811e-06 6.539043e-06
-#>           MM14         MM17         MM20          NAA         NAAG PCh
-#> 1 2.601885e-05 2.253372e-05 9.249603e-05 5.984007e-05 1.533315e-05   0
-#>            PCr         sIns Tau         tNAA          tCr         tCho
-#> 1 2.076041e-05 6.578295e-06   0 7.517322e-05 6.127558e-05 1.610997e-05
-#>            Glx       tLM09        tLM13        tLM20   X.CrCH2.sd       Ala.sd
-#> 1 6.861051e-05 3.35162e-05 3.528328e-05 9.249603e-05 2.386273e-06 4.352719e-06
-#>         Asp.sd        Cr.sd      GABA.sd       Glc.sd      Gln.sd       GSH.sd
-#> 1 9.250881e-06 3.711212e-06 4.552666e-06 4.441281e-06 5.09079e-06 2.024702e-06
-#>         Glu.sd       GPC.sd      Ins.sd       Lac.sd     Lip09.sd    Lip13a.sd
-#> 1 5.090244e-06 2.562912e-06 2.10465e-06 5.311585e-06 4.125766e-06 1.329999e-05
-#>      Lip13b.sd     Lip20.sd     MM09.sd     MM12.sd     MM14.sd      MM17.sd
-#> 1 6.483611e-06 7.522036e-06 3.83357e-06 4.60222e-06 7.23746e-06 3.817216e-06
-#>        MM20.sd       NAA.sd      NAAG.sd       PCh.sd       PCr.sd      sIns.sd
-#> 1 8.608667e-06 1.015224e-06 1.201871e-06 2.196945e-06 3.101179e-06 7.250236e-07
-#>         Tau.sd      tNAA.sd      tCr.sd     tCho.sd       Glx.sd     tLM09.sd
-#> 1 3.781837e-06 7.017798e-07 5.89541e-07 2.11765e-07 3.173939e-06 1.008401e-06
-#>      tLM13.sd     tLM20.sd    phase       lw        shift      asym
-#> 1 1.57506e-06 3.021225e-06 10.99464 5.028305 -0.003608806 0.1754811
-#>   res.deviance res.niter res.info
-#> 1 7.331634e-05        28        2
-#>                                                        res.message bl_ed_pppm
-#> 1 Relative error between `par' and the solution is at most `ptol'.   2.364083
-#>   max_bl_flex_used     full_res fit_pts ppm_range      SNR      SRR      FQN
-#> 1            FALSE 7.763333e-05     497       3.8 62.77982 51.30852 1.497136
-#>      tNAA_lw     tCr_lw    tCho_lw auto_bl_crit_7 auto_bl_crit_5.901
-#> 1 0.04557527 0.05197066 0.05450109      -8.904265          -8.948438
+#> 1 5.81872e-06 2.362969e-05 2.635534e-06      0     0 9.887589e-06 6.546986e-06
+#>           MM14        MM17         MM20          NAA         NAAG PCh
+#> 1 2.599939e-05 2.24551e-05 9.207425e-05 5.981785e-05 1.556186e-05   0
+#>           PCr         sIns Tau        tNAA        tCr        tCho          Glx
+#> 1 2.10129e-05 6.508656e-06   0 7.53797e-05 6.1216e-05 1.60329e-05 6.802632e-05
+#>          tLM09        tLM13        tLM20   X.CrCH2.sd       Ala.sd       Asp.sd
+#> 1 3.351728e-05 3.518191e-05 9.207425e-05 2.383752e-06 4.353308e-06 9.243631e-06
+#>          Cr.sd      GABA.sd       Glc.sd       Gln.sd       GSH.sd       Glu.sd
+#> 1 3.715168e-06 4.580094e-06 4.427049e-06 5.089146e-06 2.022837e-06 5.086891e-06
+#>         GPC.sd       Ins.sd       Lac.sd     Lip09.sd    Lip13a.sd    Lip13b.sd
+#> 1 2.525935e-06 2.091042e-06 5.311857e-06 4.118788e-06 1.328563e-05 6.477228e-06
+#>       Lip20.sd      MM09.sd      MM12.sd      MM14.sd     MM17.sd      MM20.sd
+#> 1 7.510919e-06 3.827223e-06 4.597885e-06 7.234432e-06 3.81027e-06 8.602468e-06
+#>         NAA.sd      NAAG.sd       PCh.sd      PCr.sd      sIns.sd       Tau.sd
+#> 1 1.015226e-06 1.215671e-06 2.174694e-06 3.10803e-06 7.233859e-07 3.777987e-06
+#>        tNAA.sd       tCr.sd      tCho.sd       Glx.sd     tLM09.sd     tLM13.sd
+#> 1 7.031061e-07 5.881707e-07 2.113501e-07 3.165047e-06 1.006533e-06 1.572004e-06
+#>      tLM20.sd    phase       lw        shift      asym res.deviance res.niter
+#> 1 3.01819e-06 11.15083 5.038936 -0.003427611 0.1764494 7.300326e-05        28
+#>   res.info                                                      res.message
+#> 1        2 Relative error between `par' and the solution is at most `ptol'.
+#>   bl_ed_pppm max_bl_flex_used     full_res fit_pts ppm_range      SNR      SRR
+#> 1   2.364083            FALSE 7.745307e-05     497       3.8 62.79192 51.44065
+#>        FQN   tNAA_lw     tCr_lw    tCho_lw auto_bl_crit_7 auto_bl_crit_5.901
+#> 1 1.490028 0.0456527 0.05199591 0.05438811      -8.904402          -8.947808
 #>   auto_bl_crit_4.942 auto_bl_crit_4.12 auto_bl_crit_3.425 auto_bl_crit_2.844
-#> 1          -8.981514         -9.003005          -9.014519          -9.019649
+#> 1          -8.980941         -9.003463          -9.016574          -9.023968
 #>   auto_bl_crit_2.364 auto_bl_crit_1.969 auto_bl_crit_1.647 auto_bl_crit_1.384
-#> 1          -9.021423          -9.019548          -9.006584          -8.959218
+#> 1          -9.027876          -9.027565          -9.014311          -8.963288
 #>   auto_bl_crit_1.17 auto_bl_crit_0.997 auto_bl_crit_0.856 auto_bl_crit_0.743
-#> 1         -8.852424          -8.707634          -8.586249          -8.513339
+#> 1          -8.84875          -8.694789          -8.565998          -8.488423
 #>   auto_bl_crit_0.654 auto_bl_crit_0.593 auto_bl_crit_0.558 auto_bl_crit_0.54
-#> 1          -8.477466           -8.46179          -8.455281         -8.452588
+#> 1          -8.449882          -8.432822          -8.425656         -8.422669
 #>   auto_bl_crit_0.532 auto_bl_crit_0.529
-#> 1          -8.451462          -8.450986
+#> 1 -8.421414 -8.420883

Note that signal names appended with “.sd” are the CRLB estimates for the uncertainty (standard deviation) in the metabolite quantity estimate. e.g. to calculate the percentage s.d. for tNAA:

 fit_res$res_tab$tNAA.sd / fit_res$res_tab$tNAA * 100
-#> [1] 0.9335504
+#> [1] 0.9327525

Spectral SNR:

 fit_res$res_tab$SNR
-#> [1] 62.77982
+#> [1] 62.79192

Linewidth of the tNAA resonance in PPM:

 fit_res$res_tab$tNAA_lw
-#> [1] 0.04557527
+#> [1] 0.0456527

Ratios to total-creatine @@ -264,39 +262,39 @@

Ratios to total-creatineprint(t(amps)) #> [,1] #> X.CrCH2 0.00000000 -#> Ala 0.13517102 -#> Asp 0.57711863 -#> Cr 0.66119613 -#> GABA 0.27673168 -#> Glc 0.04771140 -#> Gln 0.05398514 -#> GSH 0.36431881 -#> Glu 1.06571883 -#> GPC 0.26291006 -#> Ins 0.97179086 -#> Lac 0.09390445 -#> Lip09 0.38611439 -#> Lip13a 0.04447746 +#> Ala 0.13442483 +#> Asp 0.57964105 +#> Cr 0.65674172 +#> GABA 0.27880886 +#> Glc 0.03989487 +#> Gln 0.04949353 +#> GSH 0.36392249 +#> Glu 1.06175719 +#> GPC 0.26190699 +#> Ins 0.96428574 +#> Lac 0.09505227 +#> Lip09 0.38600521 +#> Lip13a 0.04305302 #> Lip13b 0.00000000 #> Lip20 0.00000000 -#> MM09 0.16086034 -#> MM12 0.10671531 -#> MM14 0.42462025 -#> MM17 0.36774389 -#> MM20 1.50950882 -#> NAA 0.97657280 -#> NAAG 0.25023257 +#> MM09 0.16151968 +#> MM12 0.10694893 +#> MM14 0.42471564 +#> MM17 0.36681750 +#> MM20 1.50408802 +#> NAA 0.97716035 +#> NAAG 0.25421222 #> PCh 0.00000000 -#> PCr 0.33880387 -#> sIns 0.10735589 +#> PCr 0.34325828 +#> sIns 0.10632279 #> Tau 0.00000000 -#> tNAA 1.22680537 +#> tNAA 1.23137257 #> tCr 1.00000000 -#> tCho 0.26291006 -#> Glx 1.11970397 -#> tLM09 0.54697472 -#> tLM13 0.57581303 -#> tLM20 1.50950882

+#> tCho 0.26190699 +#> Glx 1.11125073 +#> tLM09 0.54752489 +#> tLM13 0.57471759 +#> tLM20 1.50408802

Water reference scaling, AKA “absolute-quantification” @@ -317,7 +315,7 @@

Water reference sca TR = 2 fit_res_molal <- scale_amp_molal_pvc(fit_res, mrs_data_wref, p_vols, TE, TR) fit_res_molal$res_tab$tNAA -#> [1] 12.54728

+#> [1] 12.58175

An alternative method scales the metabolite values into molar (mM) units (mol / Litre of tissue) based on assumptions outlined in the LCModel manual and references therein (section 10.2). This approach may @@ -326,7 +324,7 @@

Water reference sca
 fit_res_molar <- scale_amp_molar(fit_res, mrs_data_wref)
 fit_res_molar$res_tab$tNAA
-#> [1] 6.798914
+#> [1] 6.81759

Note, while “absolute” units are attractive, a large number of assumptions about metabolite and water relaxation rates are necessary to arrive at these mM estimates. If you’re not confident at being able to diff --git a/docs/articles/spant-intro_files/figure-html/unnamed-chunk-10-1.png b/docs/articles/spant-intro_files/figure-html/unnamed-chunk-10-1.png index 64faf115..19eb7c62 100644 Binary files a/docs/articles/spant-intro_files/figure-html/unnamed-chunk-10-1.png and b/docs/articles/spant-intro_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/articles/spant-intro_files/figure-html/unnamed-chunk-7-1.png b/docs/articles/spant-intro_files/figure-html/unnamed-chunk-7-1.png index 062d8d13..de9e68c3 100644 Binary files a/docs/articles/spant-intro_files/figure-html/unnamed-chunk-7-1.png and b/docs/articles/spant-intro_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/articles/spant-intro_files/figure-html/unnamed-chunk-8-1.png b/docs/articles/spant-intro_files/figure-html/unnamed-chunk-8-1.png index cceccee8..11e79ce5 100644 Binary files a/docs/articles/spant-intro_files/figure-html/unnamed-chunk-8-1.png and b/docs/articles/spant-intro_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/articles/spant-metabolite-simulation.html b/docs/articles/spant-metabolite-simulation.html index 6e5f0ed3..bee38e7d 100644 --- a/docs/articles/spant-metabolite-simulation.html +++ b/docs/articles/spant-metabolite-simulation.html @@ -40,7 +40,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 @@ -119,17 +119,17 @@

Simple simulation
 get_mol_names()
-#>  [1] "2hg"      "a_glc"    "ace"      "ala"      "asc"      "asp"     
-#>  [7] "atp_31p"  "b_glc"    "bhb"      "cho"      "cit"      "cr_ch2"  
-#> [13] "cr_ch3"   "cr"       "gaba_jn"  "gaba"     "gaba_rt"  "glc"     
-#> [19] "gln"      "glu"      "glu_rt"   "gly"      "glyc"     "gpc_31p" 
-#> [25] "gpc"      "gpe_31p"  "gsh"      "h2o"      "ins"      "ins_rt"  
-#> [31] "lac"      "lac_rt"   "lip09"    "lip13a"   "lip13b"   "lip20"   
-#> [37] "m_cr_ch2" "mm_3t"    "mm09"     "mm12"     "mm14"     "mm17"    
-#> [43] "mm20"     "msm"      "naa"      "naa_rt"   "naa2"     "naag_ch3"
-#> [49] "naag"     "nadh_31p" "nadp_31p" "pch_31p"  "pch"      "pcr_31p" 
-#> [55] "pcr"      "pe_31p"   "peth"     "pi_31p"   "pyr"      "ser"     
-#> [61] "sins"     "suc"      "tau"      "thr"
+#> [1] "2hg" "a_glc" "ace" "ala" "asc" "asp" +#> [7] "atp_31p" "b_glc" "bhb" "cho" "cho_rt" "cit" +#> [13] "cr_ch2_rt" "cr_ch3_rt" "cr" "gaba_jn" "gaba" "gaba_rt" +#> [19] "glc" "gln" "glu" "glu_rt" "gly" "glyc" +#> [25] "gpc_31p" "gpc" "gpe_31p" "gsh" "h2o" "ins" +#> [31] "ins_rt" "lac" "lac_rt" "lip09" "lip13a" "lip13b" +#> [37] "lip20" "m_cr_ch2" "mm_3t" "mm09" "mm12" "mm14" +#> [43] "mm17" "mm20" "msm" "naa" "naa_rt" "naa2" +#> [49] "naag_ch3" "naag" "nadh_31p" "nadp_31p" "pch_31p" "pch" +#> [55] "pcr_31p" "pcr" "pe_31p" "peth" "pi_31p" "pyr" +#> [61] "ser" "sins" "suc" "tau" "thr"

Get and print the spin system for myo-inositol:

 ins <- get_mol_paras("ins")
diff --git a/docs/articles/spant-preprocessing.html b/docs/articles/spant-preprocessing.html
index 75e9cc38..c3c48039 100644
--- a/docs/articles/spant-preprocessing.html
+++ b/docs/articles/spant-preprocessing.html
@@ -40,7 +40,7 @@
       
       
         Spectroscopy Analysis Tools (spant)
-        2.16.0
+        2.17.0
       
     
diff --git a/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-10-1.png b/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-10-1.png index 75b11403..72b4c1f7 100644 Binary files a/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-10-1.png and b/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-8-1.png b/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-8-1.png index 69a9dd62..9e1f34ae 100644 Binary files a/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-8-1.png and b/docs/articles/spant-preprocessing_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/authors.html b/docs/authors.html index ddd913db..3eace157 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/index.html b/docs/index.html index 5fa5a491..5e1d5aa5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,7 +43,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/news/index.html b/docs/news/index.html index 4256270b..2c271221 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 @@ -73,7 +73,13 @@

Changelog

- + +
  • Simulation duration output is now rounded to 2dp.
  • +
  • sim_basis now accepts a character vector of molecular names.
  • +
  • Added get_1h_brain_basis_names function.
  • +
+
+
  • Added subset option to mean_dyns function.
  • Added vline option to plot.
  • Added common 31P brain metabolites.
  • diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 740ac587..0aa92b07 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -7,7 +7,7 @@ articles: spant-intro: spant-intro.html spant-metabolite-simulation: spant-metabolite-simulation.html spant-preprocessing: spant-preprocessing.html -last_built: 2023-10-23T14:18Z +last_built: 2023-11-27T10:00Z urls: reference: https://martin3141.github.io/spant/reference article: https://martin3141.github.io/spant/articles diff --git a/docs/reference/Arg.mrs_data.html b/docs/reference/Arg.mrs_data.html index 3be8e93a..02dfa198 100644 --- a/docs/reference/Arg.mrs_data.html +++ b/docs/reference/Arg.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0
diff --git a/docs/reference/Conj.mrs_data.html b/docs/reference/Conj.mrs_data.html index 24eec8d3..c2b048f0 100644 --- a/docs/reference/Conj.mrs_data.html +++ b/docs/reference/Conj.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Im.mrs_data.html b/docs/reference/Im.mrs_data.html index 81f90021..4b84f37f 100644 --- a/docs/reference/Im.mrs_data.html +++ b/docs/reference/Im.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Imzap.html b/docs/reference/Imzap.html index 608c31e6..2a530a58 100644 --- a/docs/reference/Imzap.html +++ b/docs/reference/Imzap.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Mod.mrs_data.html b/docs/reference/Mod.mrs_data.html index 85fe49af..af94a07b 100644 --- a/docs/reference/Mod.mrs_data.html +++ b/docs/reference/Mod.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Ncoils.html b/docs/reference/Ncoils.html index fa763281..40feaafb 100644 --- a/docs/reference/Ncoils.html +++ b/docs/reference/Ncoils.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Ndyns.html b/docs/reference/Ndyns.html index 8bb2cccd..612d68fa 100644 --- a/docs/reference/Ndyns.html +++ b/docs/reference/Ndyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Npts.html b/docs/reference/Npts.html index 0271ebc5..ab9a650e 100644 --- a/docs/reference/Npts.html +++ b/docs/reference/Npts.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Nspec.html b/docs/reference/Nspec.html index e260830b..22946610 100644 --- a/docs/reference/Nspec.html +++ b/docs/reference/Nspec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Ntrans.html b/docs/reference/Ntrans.html index 4c85d24e..9761b38b 100644 --- a/docs/reference/Ntrans.html +++ b/docs/reference/Ntrans.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Nx.html b/docs/reference/Nx.html index 1337a26e..69326abd 100644 --- a/docs/reference/Nx.html +++ b/docs/reference/Nx.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Ny.html b/docs/reference/Ny.html index af7b7c99..777f7759 100644 --- a/docs/reference/Ny.html +++ b/docs/reference/Ny.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Nz.html b/docs/reference/Nz.html index 7434dd31..fee8b401 100644 --- a/docs/reference/Nz.html +++ b/docs/reference/Nz.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/Re.mrs_data.html b/docs/reference/Re.mrs_data.html index 27cfe66d..25b4188c 100644 --- a/docs/reference/Re.mrs_data.html +++ b/docs/reference/Re.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/abfit_opts.html b/docs/reference/abfit_opts.html index f7103e03..52c3fd0e 100644 --- a/docs/reference/abfit_opts.html +++ b/docs/reference/abfit_opts.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/abfit_opts_v1_9_0.html b/docs/reference/abfit_opts_v1_9_0.html index 4af5ec9a..853139d6 100644 --- a/docs/reference/abfit_opts_v1_9_0.html +++ b/docs/reference/abfit_opts_v1_9_0.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/acquire.html b/docs/reference/acquire.html index 3959c1b4..45ee5114 100644 --- a/docs/reference/acquire.html +++ b/docs/reference/acquire.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/add_noise.html b/docs/reference/add_noise.html index 6f045765..67b96120 100644 --- a/docs/reference/add_noise.html +++ b/docs/reference/add_noise.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/align.html b/docs/reference/align.html index 5a6a765a..10a9968a 100644 --- a/docs/reference/align.html +++ b/docs/reference/align.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/apodise_xy.html b/docs/reference/apodise_xy.html index 348074bc..5b3f3547 100644 --- a/docs/reference/apodise_xy.html +++ b/docs/reference/apodise_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/append_basis.html b/docs/reference/append_basis.html index 1f14b83c..57ff30b7 100644 --- a/docs/reference/append_basis.html +++ b/docs/reference/append_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/append_coils.html b/docs/reference/append_coils.html index df3797c1..34d24de7 100644 --- a/docs/reference/append_coils.html +++ b/docs/reference/append_coils.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/append_dyns.html b/docs/reference/append_dyns.html index 7a5ee1f8..a7baf537 100644 --- a/docs/reference/append_dyns.html +++ b/docs/reference/append_dyns.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/apply_axes.html b/docs/reference/apply_axes.html index abb21f49..9f72332b 100644 --- a/docs/reference/apply_axes.html +++ b/docs/reference/apply_axes.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/apply_mrs.html b/docs/reference/apply_mrs.html index d767b583..6cae04b5 100644 --- a/docs/reference/apply_mrs.html +++ b/docs/reference/apply_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/apply_pulse.html b/docs/reference/apply_pulse.html index 8dfbb6be..f04b48e4 100644 --- a/docs/reference/apply_pulse.html +++ b/docs/reference/apply_pulse.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/array2mrs_data.html b/docs/reference/array2mrs_data.html index 76663433..f0e0b89c 100644 --- a/docs/reference/array2mrs_data.html +++ b/docs/reference/array2mrs_data.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/auto_phase.html b/docs/reference/auto_phase.html index 99057b81..82f1cdf0 100644 --- a/docs/reference/auto_phase.html +++ b/docs/reference/auto_phase.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/back_extrap_ar.html b/docs/reference/back_extrap_ar.html index 5d74a80e..bb7cd0a1 100644 --- a/docs/reference/back_extrap_ar.html +++ b/docs/reference/back_extrap_ar.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/basis2mrs_data.html b/docs/reference/basis2mrs_data.html index 2a7bca19..245295f0 100644 --- a/docs/reference/basis2mrs_data.html +++ b/docs/reference/basis2mrs_data.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bbase.html b/docs/reference/bbase.html index 60a0c82c..c2ad3462 100644 --- a/docs/reference/bbase.html +++ b/docs/reference/bbase.html @@ -19,7 +19,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bc_als.html b/docs/reference/bc_als.html index 2d9dfa71..da6879f8 100644 --- a/docs/reference/bc_als.html +++ b/docs/reference/bc_als.html @@ -18,7 +18,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bc_constant.html b/docs/reference/bc_constant.html index 77a81bab..411fdbae 100644 --- a/docs/reference/bc_constant.html +++ b/docs/reference/bc_constant.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bc_gauss.html b/docs/reference/bc_gauss.html index f73695ff..9c1a9b7f 100644 --- a/docs/reference/bc_gauss.html +++ b/docs/reference/bc_gauss.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bc_poly.html b/docs/reference/bc_poly.html index 4cc33ad8..7350d0b6 100644 --- a/docs/reference/bc_poly.html +++ b/docs/reference/bc_poly.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bc_spline.html b/docs/reference/bc_spline.html index ae544adb..8491ff1e 100644 --- a/docs/reference/bc_spline.html +++ b/docs/reference/bc_spline.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/beta2lw.html b/docs/reference/beta2lw.html index 1c732203..5d88ccd6 100644 --- a/docs/reference/beta2lw.html +++ b/docs/reference/beta2lw.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/bin_spec.html b/docs/reference/bin_spec.html index 02d54ebc..375c4d66 100644 --- a/docs/reference/bin_spec.html +++ b/docs/reference/bin_spec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_coil_noise_cor.html b/docs/reference/calc_coil_noise_cor.html index d576db5f..88fa8665 100644 --- a/docs/reference/calc_coil_noise_cor.html +++ b/docs/reference/calc_coil_noise_cor.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_coil_noise_sd.html b/docs/reference/calc_coil_noise_sd.html index f2b87522..628a8b8b 100644 --- a/docs/reference/calc_coil_noise_sd.html +++ b/docs/reference/calc_coil_noise_sd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_ed_from_lambda.html b/docs/reference/calc_ed_from_lambda.html index 94068947..28850604 100644 --- a/docs/reference/calc_ed_from_lambda.html +++ b/docs/reference/calc_ed_from_lambda.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_peak_info_vec.html b/docs/reference/calc_peak_info_vec.html index 48ae73f1..79ca2ef8 100644 --- a/docs/reference/calc_peak_info_vec.html +++ b/docs/reference/calc_peak_info_vec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_sd_poly.html b/docs/reference/calc_sd_poly.html index 124d0a2d..faa09d9d 100644 --- a/docs/reference/calc_sd_poly.html +++ b/docs/reference/calc_sd_poly.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_spec_diff.html b/docs/reference/calc_spec_diff.html index ef3b786a..0fb49f8f 100644 --- a/docs/reference/calc_spec_diff.html +++ b/docs/reference/calc_spec_diff.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/calc_spec_snr.html b/docs/reference/calc_spec_snr.html index 1fccd8cb..fb6b485d 100644 --- a/docs/reference/calc_spec_snr.html +++ b/docs/reference/calc_spec_snr.html @@ -18,7 +18,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/check_lcm.html b/docs/reference/check_lcm.html index c44a7401..71314553 100644 --- a/docs/reference/check_lcm.html +++ b/docs/reference/check_lcm.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/check_tqn.html b/docs/reference/check_tqn.html index 7e1302fb..bc4ee2d7 100644 --- a/docs/reference/check_tqn.html +++ b/docs/reference/check_tqn.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/circ_mask.html b/docs/reference/circ_mask.html index 9d26cc1b..d35f69d9 100644 --- a/docs/reference/circ_mask.html +++ b/docs/reference/circ_mask.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/coherence_filter.html b/docs/reference/coherence_filter.html index e8f728ab..2350ac86 100644 --- a/docs/reference/coherence_filter.html +++ b/docs/reference/coherence_filter.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/collapse_to_dyns.html b/docs/reference/collapse_to_dyns.html index be22e604..992dd68d 100644 --- a/docs/reference/collapse_to_dyns.html +++ b/docs/reference/collapse_to_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/comb_coils.html b/docs/reference/comb_coils.html index 73a66dd8..22bd09ed 100644 --- a/docs/reference/comb_coils.html +++ b/docs/reference/comb_coils.html @@ -19,7 +19,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/comb_fit_list_fit_tables.html b/docs/reference/comb_fit_list_fit_tables.html index 9039816a..08d6ca81 100644 --- a/docs/reference/comb_fit_list_fit_tables.html +++ b/docs/reference/comb_fit_list_fit_tables.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/comb_fit_list_result_tables.html b/docs/reference/comb_fit_list_result_tables.html index 75e1120a..5e3934ce 100644 --- a/docs/reference/comb_fit_list_result_tables.html +++ b/docs/reference/comb_fit_list_result_tables.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/comb_fit_tables.html b/docs/reference/comb_fit_tables.html index 39f49fc0..fb10785e 100644 --- a/docs/reference/comb_fit_tables.html +++ b/docs/reference/comb_fit_tables.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/comb_metab_ref.html b/docs/reference/comb_metab_ref.html index 3760bb3d..2c8dac52 100644 --- a/docs/reference/comb_metab_ref.html +++ b/docs/reference/comb_metab_ref.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/conv_mrs.html b/docs/reference/conv_mrs.html index c10664de..b85da008 100644 --- a/docs/reference/conv_mrs.html +++ b/docs/reference/conv_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crop_basis.html b/docs/reference/crop_basis.html index c1ac735e..bfc5b867 100644 --- a/docs/reference/crop_basis.html +++ b/docs/reference/crop_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crop_spec.html b/docs/reference/crop_spec.html index f43e6653..fa8ad836 100644 --- a/docs/reference/crop_spec.html +++ b/docs/reference/crop_spec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crop_td_pts.html b/docs/reference/crop_td_pts.html index 2c77d28e..b621024a 100644 --- a/docs/reference/crop_td_pts.html +++ b/docs/reference/crop_td_pts.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crop_td_pts_end.html b/docs/reference/crop_td_pts_end.html index 85d8986b..cdec3e4a 100644 --- a/docs/reference/crop_td_pts_end.html +++ b/docs/reference/crop_td_pts_end.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crop_td_pts_pot.html b/docs/reference/crop_td_pts_pot.html index 8fd2671d..e6910e0a 100644 --- a/docs/reference/crop_td_pts_pot.html +++ b/docs/reference/crop_td_pts_pot.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crop_xy.html b/docs/reference/crop_xy.html index 80751d30..972a06bc 100644 --- a/docs/reference/crop_xy.html +++ b/docs/reference/crop_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/crossprod_3d.html b/docs/reference/crossprod_3d.html index 66cfa31b..c13865ae 100644 --- a/docs/reference/crossprod_3d.html +++ b/docs/reference/crossprod_3d.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/decimate_mrs_fd.html b/docs/reference/decimate_mrs_fd.html index 0e771283..de21ee3c 100644 --- a/docs/reference/decimate_mrs_fd.html +++ b/docs/reference/decimate_mrs_fd.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/decimate_mrs_td.html b/docs/reference/decimate_mrs_td.html index 0fc4ad93..93bfe686 100644 --- a/docs/reference/decimate_mrs_td.html +++ b/docs/reference/decimate_mrs_td.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/deconv_mrs.html b/docs/reference/deconv_mrs.html index 9b233f76..27e60aff 100644 --- a/docs/reference/deconv_mrs.html +++ b/docs/reference/deconv_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/def_N.html b/docs/reference/def_N.html index 048dc143..ba8abefb 100644 --- a/docs/reference/def_N.html +++ b/docs/reference/def_N.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/def_acq_paras.html b/docs/reference/def_acq_paras.html index d0aaccc3..d203a346 100644 --- a/docs/reference/def_acq_paras.html +++ b/docs/reference/def_acq_paras.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/def_fs.html b/docs/reference/def_fs.html index d1e7f9b1..0d9d6692 100644 --- a/docs/reference/def_fs.html +++ b/docs/reference/def_fs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/def_ft.html b/docs/reference/def_ft.html index f12c51d0..8d64db12 100644 --- a/docs/reference/def_ft.html +++ b/docs/reference/def_ft.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/def_nuc.html b/docs/reference/def_nuc.html index a6443e9f..5993fc68 100644 --- a/docs/reference/def_nuc.html +++ b/docs/reference/def_nuc.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/def_ref.html b/docs/reference/def_ref.html index 3c089996..b9ffc30b 100644 --- a/docs/reference/def_ref.html +++ b/docs/reference/def_ref.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/dicom_reader.html b/docs/reference/dicom_reader.html index 19bfc54b..ac2b4d06 100644 --- a/docs/reference/dicom_reader.html +++ b/docs/reference/dicom_reader.html @@ -19,7 +19,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/diff_mrs.html b/docs/reference/diff_mrs.html index 43ce16ab..65eb3b7c 100644 --- a/docs/reference/diff_mrs.html +++ b/docs/reference/diff_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/downsample_mrs_fd.html b/docs/reference/downsample_mrs_fd.html index 28d524b3..73afe0aa 100644 --- a/docs/reference/downsample_mrs_fd.html +++ b/docs/reference/downsample_mrs_fd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/downsample_mrs_td.html b/docs/reference/downsample_mrs_td.html index 80cfa126..ce881613 100644 --- a/docs/reference/downsample_mrs_td.html +++ b/docs/reference/downsample_mrs_td.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ecc.html b/docs/reference/ecc.html index ca6b0658..44679fb7 100644 --- a/docs/reference/ecc.html +++ b/docs/reference/ecc.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/elliptical_mask.html b/docs/reference/elliptical_mask.html index c9542142..7e0c1e87 100644 --- a/docs/reference/elliptical_mask.html +++ b/docs/reference/elliptical_mask.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/est_noise_sd.html b/docs/reference/est_noise_sd.html index 52c47e7a..ce5f12a4 100644 --- a/docs/reference/est_noise_sd.html +++ b/docs/reference/est_noise_sd.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fd2td.html b/docs/reference/fd2td.html index 8f0167be..e99f595a 100644 --- a/docs/reference/fd2td.html +++ b/docs/reference/fd2td.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fd_conv_filt.html b/docs/reference/fd_conv_filt.html index 56d45dbb..b869bfd2 100644 --- a/docs/reference/fd_conv_filt.html +++ b/docs/reference/fd_conv_filt.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fd_gauss_smo.html b/docs/reference/fd_gauss_smo.html index 3878cfbf..06894d3d 100644 --- a/docs/reference/fd_gauss_smo.html +++ b/docs/reference/fd_gauss_smo.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/find_mrs_files.html b/docs/reference/find_mrs_files.html index 398287fc..cdce2aa9 100644 --- a/docs/reference/find_mrs_files.html +++ b/docs/reference/find_mrs_files.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_amps.html b/docs/reference/fit_amps.html index e27fd701..f1a3077f 100644 --- a/docs/reference/fit_amps.html +++ b/docs/reference/fit_amps.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_diags.html b/docs/reference/fit_diags.html index 9acd2441..34c7ee5e 100644 --- a/docs/reference/fit_diags.html +++ b/docs/reference/fit_diags.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_mrs.html b/docs/reference/fit_mrs.html index b825273a..f3c1fbe9 100644 --- a/docs/reference/fit_mrs.html +++ b/docs/reference/fit_mrs.html @@ -19,7 +19,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_res2csv.html b/docs/reference/fit_res2csv.html index 8a4aaab9..621d4ec5 100644 --- a/docs/reference/fit_res2csv.html +++ b/docs/reference/fit_res2csv.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_t1_ti_array.html b/docs/reference/fit_t1_ti_array.html index 6959c5f4..67579cd6 100644 --- a/docs/reference/fit_t1_ti_array.html +++ b/docs/reference/fit_t1_ti_array.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_t1_tr_array.html b/docs/reference/fit_t1_tr_array.html index 08ec64cc..5d76f081 100644 --- a/docs/reference/fit_t1_tr_array.html +++ b/docs/reference/fit_t1_tr_array.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fit_t2_te_array.html b/docs/reference/fit_t2_te_array.html index 640a0585..22597faa 100644 --- a/docs/reference/fit_t2_te_array.html +++ b/docs/reference/fit_t2_te_array.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fp_phase.html b/docs/reference/fp_phase.html index 7a25a079..ee295eff 100644 --- a/docs/reference/fp_phase.html +++ b/docs/reference/fp_phase.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fp_phase_correct.html b/docs/reference/fp_phase_correct.html index 56a95938..88a21eca 100644 --- a/docs/reference/fp_phase_correct.html +++ b/docs/reference/fp_phase_correct.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fp_scale.html b/docs/reference/fp_scale.html index 4658c150..4d8a967d 100644 --- a/docs/reference/fp_scale.html +++ b/docs/reference/fp_scale.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/fs.html b/docs/reference/fs.html index 5e9a79f3..cefa6f80 100644 --- a/docs/reference/fs.html +++ b/docs/reference/fs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ft_dyns.html b/docs/reference/ft_dyns.html index 47ca2bd5..080cd568 100644 --- a/docs/reference/ft_dyns.html +++ b/docs/reference/ft_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ft_shift.html b/docs/reference/ft_shift.html index 057229c9..e79721ed 100644 --- a/docs/reference/ft_shift.html +++ b/docs/reference/ft_shift.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ft_shift_mat.html b/docs/reference/ft_shift_mat.html index b1e828fd..47220429 100644 --- a/docs/reference/ft_shift_mat.html +++ b/docs/reference/ft_shift_mat.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/gausswin_2d.html b/docs/reference/gausswin_2d.html index bcc577c2..ee8e46eb 100644 --- a/docs/reference/gausswin_2d.html +++ b/docs/reference/gausswin_2d.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/gen_F.html b/docs/reference/gen_F.html index 7003ed67..6c94bb32 100644 --- a/docs/reference/gen_F.html +++ b/docs/reference/gen_F.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/gen_F_xy.html b/docs/reference/gen_F_xy.html index 6c8c5713..53bb6330 100644 --- a/docs/reference/gen_F_xy.html +++ b/docs/reference/gen_F_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/gen_I.html b/docs/reference/gen_I.html index 628e6713..f2a8412c 100644 --- a/docs/reference/gen_I.html +++ b/docs/reference/gen_I.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_1h_brain_basis_names.html b/docs/reference/get_1h_brain_basis_names.html new file mode 100644 index 00000000..045be21f --- /dev/null +++ b/docs/reference/get_1h_brain_basis_names.html @@ -0,0 +1,135 @@ + +Return a character vector of common 1H molecules found in healthy human +brain. — get_1h_brain_basis_names • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Note, this is a basic set and it may be appropriate to also include Asc, +Gly and PEth for high quality MRS data.

+
+ +
+
get_1h_brain_basis_names(add = NULL, remove = NULL, inc_lip_mm = TRUE)
+
+ +
+

Arguments

+
add
+

optional character vector of additional molecular names. Eg +c("asc", "gly", "peth").

+ + +
remove
+

optional character vector of molecular names to remove from the +set. Eg c("m_cr_ch2").

+ + +
inc_lip_mm
+

include Lipid and MM basis signals.

+ +
+
+

Value

+ + +

a character vector of molecule names.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/get_1h_brain_basis_paras.html b/docs/reference/get_1h_brain_basis_paras.html index d8d45ca8..5edbead8 100644 --- a/docs/reference/get_1h_brain_basis_paras.html +++ b/docs/reference/get_1h_brain_basis_paras.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_1h_brain_basis_paras_v1.html b/docs/reference/get_1h_brain_basis_paras_v1.html index 2c55d476..5829afd5 100644 --- a/docs/reference/get_1h_brain_basis_paras_v1.html +++ b/docs/reference/get_1h_brain_basis_paras_v1.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_1h_brain_basis_paras_v2.html b/docs/reference/get_1h_brain_basis_paras_v2.html index 41d65849..ebb45246 100644 --- a/docs/reference/get_1h_brain_basis_paras_v2.html +++ b/docs/reference/get_1h_brain_basis_paras_v2.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_1h_brain_basis_paras_v3.html b/docs/reference/get_1h_brain_basis_paras_v3.html index fd80e278..a727eef6 100644 --- a/docs/reference/get_1h_brain_basis_paras_v3.html +++ b/docs/reference/get_1h_brain_basis_paras_v3.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_1h_braino_basis_names.html b/docs/reference/get_1h_braino_basis_names.html new file mode 100644 index 00000000..a32e0950 --- /dev/null +++ b/docs/reference/get_1h_braino_basis_names.html @@ -0,0 +1,114 @@ + +Return a character vector of molecules included in the GE BRAINO phantom. — get_1h_braino_basis_names • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Return a character vector of molecules included in the GE BRAINO phantom.

+
+ +
+
get_1h_braino_basis_names()
+
+ +
+

Value

+ + +

a character vector of molecule names.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/get_1h_spectre_basis_names.html b/docs/reference/get_1h_spectre_basis_names.html new file mode 100644 index 00000000..23d0ffaf --- /dev/null +++ b/docs/reference/get_1h_spectre_basis_names.html @@ -0,0 +1,119 @@ + +Return a character vector of molecules included in the Gold Star Phantoms +SPECTRE phantom. — get_1h_spectre_basis_names • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Return a character vector of molecules included in the Gold Star Phantoms +SPECTRE phantom.

+
+ +
+
get_1h_spectre_basis_names()
+
+ +
+

Value

+ + +

a character vector of molecule names.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/get_2d_psf.html b/docs/reference/get_2d_psf.html index 9d69c9ce..f846ab86 100644 --- a/docs/reference/get_2d_psf.html +++ b/docs/reference/get_2d_psf.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_acq_paras.html b/docs/reference/get_acq_paras.html index c2ec1b4f..433787ca 100644 --- a/docs/reference/get_acq_paras.html +++ b/docs/reference/get_acq_paras.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_basis_subset.html b/docs/reference/get_basis_subset.html index 9505e3ba..211b692f 100644 --- a/docs/reference/get_basis_subset.html +++ b/docs/reference/get_basis_subset.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_dyns.html b/docs/reference/get_dyns.html index 0675f989..f0b0080c 100644 --- a/docs/reference/get_dyns.html +++ b/docs/reference/get_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_even_dyns.html b/docs/reference/get_even_dyns.html index 8b184a0f..bf62220d 100644 --- a/docs/reference/get_even_dyns.html +++ b/docs/reference/get_even_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_fh_dyns.html b/docs/reference/get_fh_dyns.html index 2de344c0..5276d3ee 100644 --- a/docs/reference/get_fh_dyns.html +++ b/docs/reference/get_fh_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_fit_map.html b/docs/reference/get_fit_map.html index cf016a79..3c4f7012 100644 --- a/docs/reference/get_fit_map.html +++ b/docs/reference/get_fit_map.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_fp.html b/docs/reference/get_fp.html index 87c9abb4..93467700 100644 --- a/docs/reference/get_fp.html +++ b/docs/reference/get_fp.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_guassian_pulse.html b/docs/reference/get_guassian_pulse.html index 6ded9f6b..1b45bfde 100644 --- a/docs/reference/get_guassian_pulse.html +++ b/docs/reference/get_guassian_pulse.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_head_dyns.html b/docs/reference/get_head_dyns.html index 0ee2161d..a00ac95d 100644 --- a/docs/reference/get_head_dyns.html +++ b/docs/reference/get_head_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_lcm_cmd.html b/docs/reference/get_lcm_cmd.html index e233d1b7..7119b104 100644 --- a/docs/reference/get_lcm_cmd.html +++ b/docs/reference/get_lcm_cmd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_metab.html b/docs/reference/get_metab.html index 99d09c1c..2eb3cf21 100644 --- a/docs/reference/get_metab.html +++ b/docs/reference/get_metab.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mol_names.html b/docs/reference/get_mol_names.html index 36f447f6..e61ccb77 100644 --- a/docs/reference/get_mol_names.html +++ b/docs/reference/get_mol_names.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mol_paras.html b/docs/reference/get_mol_paras.html index c1c6617a..d6bbd6f6 100644 --- a/docs/reference/get_mol_paras.html +++ b/docs/reference/get_mol_paras.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mrs_affine.html b/docs/reference/get_mrs_affine.html index ca433210..705693e7 100644 --- a/docs/reference/get_mrs_affine.html +++ b/docs/reference/get_mrs_affine.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mrsi2d_seg.html b/docs/reference/get_mrsi2d_seg.html index 74b5e867..07656622 100644 --- a/docs/reference/get_mrsi2d_seg.html +++ b/docs/reference/get_mrsi2d_seg.html @@ -18,7 +18,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mrsi_voi.html b/docs/reference/get_mrsi_voi.html index 21d2c0cf..6c534afd 100644 --- a/docs/reference/get_mrsi_voi.html +++ b/docs/reference/get_mrsi_voi.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mrsi_voxel.html b/docs/reference/get_mrsi_voxel.html index e8e0468f..c0bcfe34 100644 --- a/docs/reference/get_mrsi_voxel.html +++ b/docs/reference/get_mrsi_voxel.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_mrsi_voxel_xy_psf.html b/docs/reference/get_mrsi_voxel_xy_psf.html index 01a8c776..a291f5ec 100644 --- a/docs/reference/get_mrsi_voxel_xy_psf.html +++ b/docs/reference/get_mrsi_voxel_xy_psf.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_odd_dyns.html b/docs/reference/get_odd_dyns.html index 66a26456..800e488d 100644 --- a/docs/reference/get_odd_dyns.html +++ b/docs/reference/get_odd_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_ref.html b/docs/reference/get_ref.html index ffed7a3d..84b6fee9 100644 --- a/docs/reference/get_ref.html +++ b/docs/reference/get_ref.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_seg_ind.html b/docs/reference/get_seg_ind.html index 157f4f84..68446018 100644 --- a/docs/reference/get_seg_ind.html +++ b/docs/reference/get_seg_ind.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_sh_dyns.html b/docs/reference/get_sh_dyns.html index 7fdd42b1..261ce3d5 100644 --- a/docs/reference/get_sh_dyns.html +++ b/docs/reference/get_sh_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_slice.html b/docs/reference/get_slice.html index 808518c5..82169bf7 100644 --- a/docs/reference/get_slice.html +++ b/docs/reference/get_slice.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_spin_num.html b/docs/reference/get_spin_num.html new file mode 100644 index 00000000..2f37267d --- /dev/null +++ b/docs/reference/get_spin_num.html @@ -0,0 +1,120 @@ + +Return the spin number for a given nucleus. — get_spin_num • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Return the spin number for a given nucleus.

+
+ +
+
get_spin_num(nucleus)
+
+ +
+

Arguments

+
nucleus
+

nucleus name, eg "1H".

+ +
+
+

Value

+ + +

spin number.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/get_subset.html b/docs/reference/get_subset.html index 91ae03c9..1e75033f 100644 --- a/docs/reference/get_subset.html +++ b/docs/reference/get_subset.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_svs_voi.html b/docs/reference/get_svs_voi.html index a2a851a6..b9ce238c 100644 --- a/docs/reference/get_svs_voi.html +++ b/docs/reference/get_svs_voi.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_tail_dyns.html b/docs/reference/get_tail_dyns.html index 96f655e9..f633699b 100644 --- a/docs/reference/get_tail_dyns.html +++ b/docs/reference/get_tail_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_td_amp.html b/docs/reference/get_td_amp.html index 57da37b1..d9c03273 100644 --- a/docs/reference/get_td_amp.html +++ b/docs/reference/get_td_amp.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_tqn_cmd.html b/docs/reference/get_tqn_cmd.html index 4f112b01..28bbbecf 100644 --- a/docs/reference/get_tqn_cmd.html +++ b/docs/reference/get_tqn_cmd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_uncoupled_mol.html b/docs/reference/get_uncoupled_mol.html index c382f738..6931fe5e 100644 --- a/docs/reference/get_uncoupled_mol.html +++ b/docs/reference/get_uncoupled_mol.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_voi_cog.html b/docs/reference/get_voi_cog.html index ee12eb90..97486ab1 100644 --- a/docs/reference/get_voi_cog.html +++ b/docs/reference/get_voi_cog.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_voi_seg.html b/docs/reference/get_voi_seg.html index adba3d2f..83f68a94 100644 --- a/docs/reference/get_voi_seg.html +++ b/docs/reference/get_voi_seg.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_voi_seg_psf.html b/docs/reference/get_voi_seg_psf.html index 39c373f7..263417a3 100644 --- a/docs/reference/get_voi_seg_psf.html +++ b/docs/reference/get_voi_seg_psf.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/get_voxel.html b/docs/reference/get_voxel.html index acea3e41..63650e34 100644 --- a/docs/reference/get_voxel.html +++ b/docs/reference/get_voxel.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/grid_shift_xy.html b/docs/reference/grid_shift_xy.html index 5512e248..16d2a93d 100644 --- a/docs/reference/grid_shift_xy.html +++ b/docs/reference/grid_shift_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/gridplot.html b/docs/reference/gridplot.html index fee592fa..6f631b3e 100644 --- a/docs/reference/gridplot.html +++ b/docs/reference/gridplot.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/gridplot.mrs_data.html b/docs/reference/gridplot.mrs_data.html index 7bc75918..ffcc3adf 100644 --- a/docs/reference/gridplot.mrs_data.html +++ b/docs/reference/gridplot.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/hsvd.html b/docs/reference/hsvd.html index 23c6efe2..77b3899f 100644 --- a/docs/reference/hsvd.html +++ b/docs/reference/hsvd.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/hsvd_filt.html b/docs/reference/hsvd_filt.html index 6c329330..2eaf0113 100644 --- a/docs/reference/hsvd_filt.html +++ b/docs/reference/hsvd_filt.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/hsvd_vec.html b/docs/reference/hsvd_vec.html index 96df5b94..09a0c209 100644 --- a/docs/reference/hsvd_vec.html +++ b/docs/reference/hsvd_vec.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/hz.html b/docs/reference/hz.html index cd8e0b4f..32bf97be 100644 --- a/docs/reference/hz.html +++ b/docs/reference/hz.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ift_shift.html b/docs/reference/ift_shift.html index 40084682..c3d7bb3a 100644 --- a/docs/reference/ift_shift.html +++ b/docs/reference/ift_shift.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ift_shift_mat.html b/docs/reference/ift_shift_mat.html index 56248053..8f0002e0 100644 --- a/docs/reference/ift_shift_mat.html +++ b/docs/reference/ift_shift_mat.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/image.mrs_data.html b/docs/reference/image.mrs_data.html index d68303f8..ffd8bbb0 100644 --- a/docs/reference/image.mrs_data.html +++ b/docs/reference/image.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/img2kspace_xy.html b/docs/reference/img2kspace_xy.html index e14d4aa1..9a2fe74e 100644 --- a/docs/reference/img2kspace_xy.html +++ b/docs/reference/img2kspace_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/index.html b/docs/reference/index.html index 9f77d0af..65430fd7 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 @@ -500,6 +500,11 @@

All functions gen_I()

Generate the I product operator for a single spin.

+ +

get_1h_brain_basis_names()

+ +

Return a character vector of common 1H molecules found in healthy human +brain.

get_1h_brain_basis_paras()

@@ -520,6 +525,15 @@

All functions

Return a list of mol_parameter objects suitable for 1H brain MRS analyses.

+ +

get_1h_braino_basis_names()

+ +

Return a character vector of molecules included in the GE BRAINO phantom.

+ +

get_1h_spectre_basis_names()

+ +

Return a character vector of molecules included in the Gold Star Phantoms +SPECTRE phantom.

get_2d_psf()

@@ -617,6 +631,10 @@

All functions get_slice()

Return a single slice from a larger MRSI dataset.

+ +

get_spin_num()

+ +

Return the spin number for a given nucleus.

get_subset()

@@ -996,6 +1014,10 @@

All functions read_mrs_tqn()

Read MRS data using the TARQUIN software package.

+ +

read_pulse_ascii()

+ +

Read an ASCII formatted pulse file.

read_pulse_bruker()

@@ -1140,6 +1162,10 @@

All functions

MEGA-PRESS sequence with ideal localisation pulses and Gaussian shaped editing pulse.

+ +

seq_press_2d_shaped()

+ +

PRESS sequence with shaped refocusing pulses.

seq_press_ideal()

@@ -1339,6 +1365,10 @@

All functions sub_mean_dyns()

Subtract the mean dynamic spectrum from a dynamic series.

+ +

sub_median_dyns()

+ +

Subtract the median dynamic spectrum from a dynamic series.

sum_coils()

@@ -1359,6 +1389,10 @@

All functions svs_1h_brain_analysis()

Standard SVS 1H brain analysis pipeline.

+ +

svs_1h_brain_analysis_dev()

+ +

Standard SVS 1H brain analysis pipeline.

svs_1h_brain_batch_analysis()

@@ -1375,6 +1409,10 @@

All functions tdsr()

Time-domain spectral registration.

+ +

te()

+ +

Return the echo time of an MRS dataset.

tr()

@@ -1411,6 +1449,10 @@

All functions write_mrs_nifti()

Write MRS data object to file in NIFTI format.

+ +

write_pulse_ascii()

+ +

Write an ASCII formatted pulse file.

zero_fade_spec()

diff --git a/docs/reference/int_spec.html b/docs/reference/int_spec.html index 8c5bc4c9..b3976e72 100644 --- a/docs/reference/int_spec.html +++ b/docs/reference/int_spec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/interleave_dyns.html b/docs/reference/interleave_dyns.html index 05228b1f..b7bbec04 100644 --- a/docs/reference/interleave_dyns.html +++ b/docs/reference/interleave_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/inv_even_dyns.html b/docs/reference/inv_even_dyns.html index 72e3031c..e2bb7154 100644 --- a/docs/reference/inv_even_dyns.html +++ b/docs/reference/inv_even_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/inv_odd_dyns.html b/docs/reference/inv_odd_dyns.html index 6882d3fc..775fd88b 100644 --- a/docs/reference/inv_odd_dyns.html +++ b/docs/reference/inv_odd_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/is.def.html b/docs/reference/is.def.html index 593f5345..805a2765 100644 --- a/docs/reference/is.def.html +++ b/docs/reference/is.def.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/is_fd.html b/docs/reference/is_fd.html index 7984c6ed..b72228b1 100644 --- a/docs/reference/is_fd.html +++ b/docs/reference/is_fd.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/kspace2img_xy.html b/docs/reference/kspace2img_xy.html index 57fa015a..f7633379 100644 --- a/docs/reference/kspace2img_xy.html +++ b/docs/reference/kspace2img_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/l2_reg.html b/docs/reference/l2_reg.html index bfbdf9f7..563e6340 100644 --- a/docs/reference/l2_reg.html +++ b/docs/reference/l2_reg.html @@ -18,7 +18,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/lb.html b/docs/reference/lb.html index 19f772e0..d3a39acb 100644 --- a/docs/reference/lb.html +++ b/docs/reference/lb.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/lofdc.html b/docs/reference/lofdc.html index 0cd7e334..6badc792 100644 --- a/docs/reference/lofdc.html +++ b/docs/reference/lofdc.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/lw2alpha.html b/docs/reference/lw2alpha.html index 93e0329d..5e959d5c 100644 --- a/docs/reference/lw2alpha.html +++ b/docs/reference/lw2alpha.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/lw2beta.html b/docs/reference/lw2beta.html index 281aa76d..25e51415 100644 --- a/docs/reference/lw2beta.html +++ b/docs/reference/lw2beta.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/make_basis_from_raw.html b/docs/reference/make_basis_from_raw.html index 0637a42d..a301f08b 100644 --- a/docs/reference/make_basis_from_raw.html +++ b/docs/reference/make_basis_from_raw.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mask_dyns.html b/docs/reference/mask_dyns.html index e4f138a3..acaa99b3 100644 --- a/docs/reference/mask_dyns.html +++ b/docs/reference/mask_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mask_fit_res.html b/docs/reference/mask_fit_res.html index abd4d144..282487d5 100644 --- a/docs/reference/mask_fit_res.html +++ b/docs/reference/mask_fit_res.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mask_xy.html b/docs/reference/mask_xy.html index c9441975..69757216 100644 --- a/docs/reference/mask_xy.html +++ b/docs/reference/mask_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mask_xy_corners.html b/docs/reference/mask_xy_corners.html index 720f286b..55f7e3af 100644 --- a/docs/reference/mask_xy_corners.html +++ b/docs/reference/mask_xy_corners.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mask_xy_ellipse.html b/docs/reference/mask_xy_ellipse.html index a620fba8..0d9e28c3 100644 --- a/docs/reference/mask_xy_ellipse.html +++ b/docs/reference/mask_xy_ellipse.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mask_xy_mat.html b/docs/reference/mask_xy_mat.html index cc2eb0b9..13298296 100644 --- a/docs/reference/mask_xy_mat.html +++ b/docs/reference/mask_xy_mat.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mat2mrs_data.html b/docs/reference/mat2mrs_data.html index aae11d7b..18238230 100644 --- a/docs/reference/mat2mrs_data.html +++ b/docs/reference/mat2mrs_data.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/matexp.html b/docs/reference/matexp.html index 4dee8db2..8fec885d 100644 --- a/docs/reference/matexp.html +++ b/docs/reference/matexp.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/max_mrs.html b/docs/reference/max_mrs.html index fa9568cb..e0f68e59 100644 --- a/docs/reference/max_mrs.html +++ b/docs/reference/max_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/max_mrs_interp.html b/docs/reference/max_mrs_interp.html index 93b75e9f..41fd4eeb 100644 --- a/docs/reference/max_mrs_interp.html +++ b/docs/reference/max_mrs_interp.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean.list.html b/docs/reference/mean.list.html index d5066410..8d8cd90a 100644 --- a/docs/reference/mean.list.html +++ b/docs/reference/mean.list.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean.mrs_data.html b/docs/reference/mean.mrs_data.html index cab4580e..cc2cf6d7 100644 --- a/docs/reference/mean.mrs_data.html +++ b/docs/reference/mean.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean_dyn_blocks.html b/docs/reference/mean_dyn_blocks.html index e14d2d3f..dea20523 100644 --- a/docs/reference/mean_dyn_blocks.html +++ b/docs/reference/mean_dyn_blocks.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean_dyn_pairs.html b/docs/reference/mean_dyn_pairs.html index 34232244..a042cf0b 100644 --- a/docs/reference/mean_dyn_pairs.html +++ b/docs/reference/mean_dyn_pairs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean_dyns.html b/docs/reference/mean_dyns.html index 2d121512..ceb8f833 100644 --- a/docs/reference/mean_dyns.html +++ b/docs/reference/mean_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean_mrs_list.html b/docs/reference/mean_mrs_list.html index 20461bfd..221a02e6 100644 --- a/docs/reference/mean_mrs_list.html +++ b/docs/reference/mean_mrs_list.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mean_vec_blocks.html b/docs/reference/mean_vec_blocks.html index 0302cc4b..421e618b 100644 --- a/docs/reference/mean_vec_blocks.html +++ b/docs/reference/mean_vec_blocks.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/median_dyns.html b/docs/reference/median_dyns.html index 3e7adfc8..97cf2538 100644 --- a/docs/reference/median_dyns.html +++ b/docs/reference/median_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mod_td.html b/docs/reference/mod_td.html index e7a69604..2fd36ab8 100644 --- a/docs/reference/mod_td.html +++ b/docs/reference/mod_td.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mrs_data2basis.html b/docs/reference/mrs_data2basis.html index 3f81dc56..de8f8636 100644 --- a/docs/reference/mrs_data2basis.html +++ b/docs/reference/mrs_data2basis.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mrs_data2mat.html b/docs/reference/mrs_data2mat.html index 01487efa..0dba02d8 100644 --- a/docs/reference/mrs_data2mat.html +++ b/docs/reference/mrs_data2mat.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mrs_data2vec.html b/docs/reference/mrs_data2vec.html index 8d13a628..55cf43e4 100644 --- a/docs/reference/mrs_data2vec.html +++ b/docs/reference/mrs_data2vec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mvfftshift.html b/docs/reference/mvfftshift.html index ada0d584..1a1df55f 100644 --- a/docs/reference/mvfftshift.html +++ b/docs/reference/mvfftshift.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/mvifftshift.html b/docs/reference/mvifftshift.html index f5f4ce78..d55fdb0f 100644 --- a/docs/reference/mvifftshift.html +++ b/docs/reference/mvifftshift.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/n2coord.html b/docs/reference/n2coord.html index 9ca05e0a..1b3142be 100644 --- a/docs/reference/n2coord.html +++ b/docs/reference/n2coord.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/nifti_flip_lr.html b/docs/reference/nifti_flip_lr.html index d21d4be0..e83012ea 100644 --- a/docs/reference/nifti_flip_lr.html +++ b/docs/reference/nifti_flip_lr.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/one_page_pdf.html b/docs/reference/one_page_pdf.html index c22ebb25..2831d50a 100644 --- a/docs/reference/one_page_pdf.html +++ b/docs/reference/one_page_pdf.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ortho3.html b/docs/reference/ortho3.html index b1d36e09..7d07584a 100644 --- a/docs/reference/ortho3.html +++ b/docs/reference/ortho3.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ortho3_inter.html b/docs/reference/ortho3_inter.html index 57477beb..a17b0842 100644 --- a/docs/reference/ortho3_inter.html +++ b/docs/reference/ortho3_inter.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/peak_info.html b/docs/reference/peak_info.html index 9be8bbe2..2ad1e90c 100644 --- a/docs/reference/peak_info.html +++ b/docs/reference/peak_info.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/pg_extrap_xy.html b/docs/reference/pg_extrap_xy.html index 8765b94c..54004629 100644 --- a/docs/reference/pg_extrap_xy.html +++ b/docs/reference/pg_extrap_xy.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/phase.html b/docs/reference/phase.html index 10bdc53b..08963a1c 100644 --- a/docs/reference/phase.html +++ b/docs/reference/phase.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot.fit_result.html b/docs/reference/plot.fit_result.html index 340359a7..7e47f6a2 100644 --- a/docs/reference/plot.fit_result.html +++ b/docs/reference/plot.fit_result.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot.mrs_data.html b/docs/reference/plot.mrs_data.html index 8ed32cd4..54c10fba 100644 --- a/docs/reference/plot.mrs_data.html +++ b/docs/reference/plot.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_bc.html b/docs/reference/plot_bc.html index f25e85ee..a9809d40 100644 --- a/docs/reference/plot_bc.html +++ b/docs/reference/plot_bc.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_slice_fit.html b/docs/reference/plot_slice_fit.html index c40bde66..5e7cf3f2 100644 --- a/docs/reference/plot_slice_fit.html +++ b/docs/reference/plot_slice_fit.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_slice_fit_inter.html b/docs/reference/plot_slice_fit_inter.html index 0f47c3fe..47e4b428 100644 --- a/docs/reference/plot_slice_fit_inter.html +++ b/docs/reference/plot_slice_fit_inter.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_slice_map.html b/docs/reference/plot_slice_map.html index 542588cd..c57052d1 100644 --- a/docs/reference/plot_slice_map.html +++ b/docs/reference/plot_slice_map.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_slice_map_inter.html b/docs/reference/plot_slice_map_inter.html index 104a426a..50928db2 100644 --- a/docs/reference/plot_slice_map_inter.html +++ b/docs/reference/plot_slice_map_inter.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_spec_sd.html b/docs/reference/plot_spec_sd.html index b4fc4b11..e8d57ea0 100644 --- a/docs/reference/plot_spec_sd.html +++ b/docs/reference/plot_spec_sd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_voi_overlay.html b/docs/reference/plot_voi_overlay.html index 0fb2d712..81bdd7b2 100644 --- a/docs/reference/plot_voi_overlay.html +++ b/docs/reference/plot_voi_overlay.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/plot_voi_overlay_seg.html b/docs/reference/plot_voi_overlay_seg.html index 810cc3b5..0fa975fa 100644 --- a/docs/reference/plot_voi_overlay_seg.html +++ b/docs/reference/plot_voi_overlay_seg.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/ppm.html b/docs/reference/ppm.html index 733b1a2d..e87acf94 100644 --- a/docs/reference/ppm.html +++ b/docs/reference/ppm.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/precomp.html b/docs/reference/precomp.html index aa33d602..8285166b 100644 --- a/docs/reference/precomp.html +++ b/docs/reference/precomp.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/print.fit_result.html b/docs/reference/print.fit_result.html index e16dd5a8..6c95f8e3 100644 --- a/docs/reference/print.fit_result.html +++ b/docs/reference/print.fit_result.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/print.mrs_data.html b/docs/reference/print.mrs_data.html index 2ecccf36..0ae8a47d 100644 --- a/docs/reference/print.mrs_data.html +++ b/docs/reference/print.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/qn_states.html b/docs/reference/qn_states.html index 2662946a..20c30392 100644 --- a/docs/reference/qn_states.html +++ b/docs/reference/qn_states.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/rats.html b/docs/reference/rats.html index 7b3a0032..ff366a22 100644 --- a/docs/reference/rats.html +++ b/docs/reference/rats.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/re_weighting.html b/docs/reference/re_weighting.html index d8fb437e..4cf6afbe 100644 --- a/docs/reference/re_weighting.html +++ b/docs/reference/re_weighting.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_basis.html b/docs/reference/read_basis.html index cd19f22b..a9ac797e 100644 --- a/docs/reference/read_basis.html +++ b/docs/reference/read_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_ima_coil_dir.html b/docs/reference/read_ima_coil_dir.html index e891e4df..0cd11054 100644 --- a/docs/reference/read_ima_coil_dir.html +++ b/docs/reference/read_ima_coil_dir.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_ima_dyn_dir.html b/docs/reference/read_ima_dyn_dir.html index 2d5b4e3e..e4aca7ae 100644 --- a/docs/reference/read_ima_dyn_dir.html +++ b/docs/reference/read_ima_dyn_dir.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_lcm_coord.html b/docs/reference/read_lcm_coord.html index 1f72f500..98e39b58 100644 --- a/docs/reference/read_lcm_coord.html +++ b/docs/reference/read_lcm_coord.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_mrs.html b/docs/reference/read_mrs.html index 132fa21c..2b6c66f9 100644 --- a/docs/reference/read_mrs.html +++ b/docs/reference/read_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_mrs_tqn.html b/docs/reference/read_mrs_tqn.html index ab0637ee..9eede504 100644 --- a/docs/reference/read_mrs_tqn.html +++ b/docs/reference/read_mrs_tqn.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_pulse_ascii.html b/docs/reference/read_pulse_ascii.html new file mode 100644 index 00000000..c9cbdc9a --- /dev/null +++ b/docs/reference/read_pulse_ascii.html @@ -0,0 +1,124 @@ + +Read an ASCII formatted pulse file. — read_pulse_ascii • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Read an ASCII formatted pulse file.

+
+ +
+
read_pulse_ascii(fname, deg2rad = TRUE)
+
+ +
+

Arguments

+
fname
+

ASCII formatted pulse file path.

+ + +
deg2rad
+

convert phase values stored in degrees to radians.

+ +
+
+

Value

+ + +

pulse waveform and header.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/read_pulse_bruker.html b/docs/reference/read_pulse_bruker.html index e09f5313..cd7e3227 100644 --- a/docs/reference/read_pulse_bruker.html +++ b/docs/reference/read_pulse_bruker.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_pulse_pta.html b/docs/reference/read_pulse_pta.html index c6dbcc99..d94837af 100644 --- a/docs/reference/read_pulse_pta.html +++ b/docs/reference/read_pulse_pta.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_siemens_txt_hdr.html b/docs/reference/read_siemens_txt_hdr.html index ca2881d2..a28dba8a 100644 --- a/docs/reference/read_siemens_txt_hdr.html +++ b/docs/reference/read_siemens_txt_hdr.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_tqn_fit.html b/docs/reference/read_tqn_fit.html index 56c9aefc..2f7a46f5 100644 --- a/docs/reference/read_tqn_fit.html +++ b/docs/reference/read_tqn_fit.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/read_tqn_result.html b/docs/reference/read_tqn_result.html index 9ccc4d5d..0b2bd08a 100644 --- a/docs/reference/read_tqn_result.html +++ b/docs/reference/read_tqn_result.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/recon_imag.html b/docs/reference/recon_imag.html index 62b36af5..8383517a 100644 --- a/docs/reference/recon_imag.html +++ b/docs/reference/recon_imag.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/recon_imag_vec.html b/docs/reference/recon_imag_vec.html index fae77e82..4f1a9587 100644 --- a/docs/reference/recon_imag_vec.html +++ b/docs/reference/recon_imag_vec.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/recon_twix_2d_mrsi.html b/docs/reference/recon_twix_2d_mrsi.html index d892407f..687a4dee 100644 --- a/docs/reference/recon_twix_2d_mrsi.html +++ b/docs/reference/recon_twix_2d_mrsi.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/rectangular_mask.html b/docs/reference/rectangular_mask.html index 7a0c95a2..96edea0d 100644 --- a/docs/reference/rectangular_mask.html +++ b/docs/reference/rectangular_mask.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/reexports.html b/docs/reference/reexports.html index e574f6ac..b9b92396 100644 --- a/docs/reference/reexports.html +++ b/docs/reference/reexports.html @@ -24,7 +24,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/rep_array_dim.html b/docs/reference/rep_array_dim.html index c96c1d27..e663c321 100644 --- a/docs/reference/rep_array_dim.html +++ b/docs/reference/rep_array_dim.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/rep_dyn.html b/docs/reference/rep_dyn.html index 9e3a8f69..3fc97662 100644 --- a/docs/reference/rep_dyn.html +++ b/docs/reference/rep_dyn.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/rep_mrs.html b/docs/reference/rep_mrs.html index d0f683c1..1b493144 100644 --- a/docs/reference/rep_mrs.html +++ b/docs/reference/rep_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/resample_basis.html b/docs/reference/resample_basis.html index eba8efb6..cf2cd5d0 100644 --- a/docs/reference/resample_basis.html +++ b/docs/reference/resample_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/resample_img.html b/docs/reference/resample_img.html index 0ea59005..ec8759d0 100644 --- a/docs/reference/resample_img.html +++ b/docs/reference/resample_img.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/resample_voi.html b/docs/reference/resample_voi.html index 51b96034..3a8c5585 100644 --- a/docs/reference/resample_voi.html +++ b/docs/reference/resample_voi.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/reslice_to_mrs.html b/docs/reference/reslice_to_mrs.html index ab9a785b..4af45855 100644 --- a/docs/reference/reslice_to_mrs.html +++ b/docs/reference/reslice_to_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/reson_table2mrs_data.html b/docs/reference/reson_table2mrs_data.html index d489c423..f9f69a1f 100644 --- a/docs/reference/reson_table2mrs_data.html +++ b/docs/reference/reson_table2mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/rm_dyns.html b/docs/reference/rm_dyns.html index 92ed7978..16592a4e 100644 --- a/docs/reference/rm_dyns.html +++ b/docs/reference/rm_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_molal.html b/docs/reference/scale_amp_molal.html index 3c88b965..10530ede 100644 --- a/docs/reference/scale_amp_molal.html +++ b/docs/reference/scale_amp_molal.html @@ -25,7 +25,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_molal_pvc.html b/docs/reference/scale_amp_molal_pvc.html index f077f514..cfb2bf21 100644 --- a/docs/reference/scale_amp_molal_pvc.html +++ b/docs/reference/scale_amp_molal_pvc.html @@ -24,7 +24,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_molar.html b/docs/reference/scale_amp_molar.html index c3e78354..4a566b6f 100644 --- a/docs/reference/scale_amp_molar.html +++ b/docs/reference/scale_amp_molar.html @@ -22,7 +22,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_molar2molal_pvc.html b/docs/reference/scale_amp_molar2molal_pvc.html index 092d1be7..32e3ab6c 100644 --- a/docs/reference/scale_amp_molar2molal_pvc.html +++ b/docs/reference/scale_amp_molar2molal_pvc.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_ratio.html b/docs/reference/scale_amp_ratio.html index d1ea672c..019422f5 100644 --- a/docs/reference/scale_amp_ratio.html +++ b/docs/reference/scale_amp_ratio.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_ratio_value.html b/docs/reference/scale_amp_ratio_value.html index ecf81ff0..1253dacd 100644 --- a/docs/reference/scale_amp_ratio_value.html +++ b/docs/reference/scale_amp_ratio_value.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_amp_water_ratio.html b/docs/reference/scale_amp_water_ratio.html index 4306c812..fbb08cba 100644 --- a/docs/reference/scale_amp_water_ratio.html +++ b/docs/reference/scale_amp_water_ratio.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_basis_amp.html b/docs/reference/scale_basis_amp.html index 94ce0552..1da5275b 100644 --- a/docs/reference/scale_basis_amp.html +++ b/docs/reference/scale_basis_amp.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_basis_from_singlet.html b/docs/reference/scale_basis_from_singlet.html index c71353f0..62437239 100644 --- a/docs/reference/scale_basis_from_singlet.html +++ b/docs/reference/scale_basis_from_singlet.html @@ -23,7 +23,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_mrs_amp.html b/docs/reference/scale_mrs_amp.html index 9e4f9b16..cbbbe526 100644 --- a/docs/reference/scale_mrs_amp.html +++ b/docs/reference/scale_mrs_amp.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/scale_spec.html b/docs/reference/scale_spec.html index 35aaed55..b5cdc84a 100644 --- a/docs/reference/scale_spec.html +++ b/docs/reference/scale_spec.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sd.html b/docs/reference/sd.html index 03068988..01e2dfbc 100644 --- a/docs/reference/sd.html +++ b/docs/reference/sd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sd.mrs_data.html b/docs/reference/sd.mrs_data.html index 698ab1c9..df609d3a 100644 --- a/docs/reference/sd.mrs_data.html +++ b/docs/reference/sd.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seconds.html b/docs/reference/seconds.html index be3f1ec0..fab1ee51 100644 --- a/docs/reference/seconds.html +++ b/docs/reference/seconds.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_cpmg_ideal.html b/docs/reference/seq_cpmg_ideal.html index 1ccd5348..c4e5c81a 100644 --- a/docs/reference/seq_cpmg_ideal.html +++ b/docs/reference/seq_cpmg_ideal.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_mega_press_ideal.html b/docs/reference/seq_mega_press_ideal.html index 2eeda6a6..46303157 100644 --- a/docs/reference/seq_mega_press_ideal.html +++ b/docs/reference/seq_mega_press_ideal.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_press_2d_shaped.html b/docs/reference/seq_press_2d_shaped.html new file mode 100644 index 00000000..0baa4488 --- /dev/null +++ b/docs/reference/seq_press_2d_shaped.html @@ -0,0 +1,179 @@ + +PRESS sequence with shaped refocusing pulses. — seq_press_2d_shaped • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

PRESS sequence with shaped refocusing pulses.

+
+ +
+
seq_press_2d_shaped(
+  spin_params,
+  ft,
+  ref,
+  TE1 = 0.01,
+  TE2 = 0.02,
+  pulse_file,
+  pulse_dur,
+  pulse_file_format,
+  refoc_flip_angle = 180,
+  xy_pulse_ppm = NULL,
+  resamp = TRUE,
+  fs_resamp = 1e-04
+)
+
+ +
+

Arguments

+
spin_params
+

spin system definition.

+ + +
ft
+

transmitter frequency in Hz.

+ + +
ref
+

reference value for ppm scale.

+ + +
TE1
+

TE1 sequence parameter in seconds (TE=TE1+TE2).

+ + +
TE2
+

TE2 sequence parameter in seconds.

+ + +
pulse_file
+

path to refocusing pulse file.

+ + +
pulse_dur
+

refocusing pulse duration.

+ + +
pulse_file_format
+

file format for the refocusing pulse.

+ + +
refoc_flip_angle
+

refocusing pulse flip angle in degrees (defaults to +180).

+ + +
xy_pulse_ppm
+

a vector of ppm values for the offset of each +sub-simulation.

+ + +
resamp
+

option to resample the pulse shape.

+ + +
fs_resamp
+

sampling frequency (Hz) to resample.

+ +
+
+

Value

+ + +

list of resonance amplitudes and frequencies.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/seq_press_ideal.html b/docs/reference/seq_press_ideal.html index 30250aa4..c074a3b5 100644 --- a/docs/reference/seq_press_ideal.html +++ b/docs/reference/seq_press_ideal.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_pulse_acquire.html b/docs/reference/seq_pulse_acquire.html index 60491eb7..01338613 100644 --- a/docs/reference/seq_pulse_acquire.html +++ b/docs/reference/seq_pulse_acquire.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_slaser_ideal.html b/docs/reference/seq_slaser_ideal.html index 4aeccce4..c6136219 100644 --- a/docs/reference/seq_slaser_ideal.html +++ b/docs/reference/seq_slaser_ideal.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_spin_echo_ideal.html b/docs/reference/seq_spin_echo_ideal.html index 1a9f5aff..041eb7eb 100644 --- a/docs/reference/seq_spin_echo_ideal.html +++ b/docs/reference/seq_spin_echo_ideal.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_steam_ideal.html b/docs/reference/seq_steam_ideal.html index 430d9bb0..17be5434 100644 --- a/docs/reference/seq_steam_ideal.html +++ b/docs/reference/seq_steam_ideal.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_steam_ideal_cof.html b/docs/reference/seq_steam_ideal_cof.html index 93ba6caa..782f8e0f 100644 --- a/docs/reference/seq_steam_ideal_cof.html +++ b/docs/reference/seq_steam_ideal_cof.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/seq_steam_ideal_young.html b/docs/reference/seq_steam_ideal_young.html index 3ac5465c..aa511a57 100644 --- a/docs/reference/seq_steam_ideal_young.html +++ b/docs/reference/seq_steam_ideal_young.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_Ntrans.html b/docs/reference/set_Ntrans.html index 71babb38..60ff0ccf 100644 --- a/docs/reference/set_Ntrans.html +++ b/docs/reference/set_Ntrans.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_def_acq_paras.html b/docs/reference/set_def_acq_paras.html index bbafda19..42d08bd1 100644 --- a/docs/reference/set_def_acq_paras.html +++ b/docs/reference/set_def_acq_paras.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_lcm_cmd.html b/docs/reference/set_lcm_cmd.html index eac06edf..3e1e52b2 100644 --- a/docs/reference/set_lcm_cmd.html +++ b/docs/reference/set_lcm_cmd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_lw.html b/docs/reference/set_lw.html index 4ff365d6..91b4a0b9 100644 --- a/docs/reference/set_lw.html +++ b/docs/reference/set_lw.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_mask_xy_mat.html b/docs/reference/set_mask_xy_mat.html index c5e3d8f6..7473b889 100644 --- a/docs/reference/set_mask_xy_mat.html +++ b/docs/reference/set_mask_xy_mat.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_precomp_mode.html b/docs/reference/set_precomp_mode.html index 3c5987c5..a65ec631 100644 --- a/docs/reference/set_precomp_mode.html +++ b/docs/reference/set_precomp_mode.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_precomp_verbose.html b/docs/reference/set_precomp_verbose.html index a585cd14..81b71734 100644 --- a/docs/reference/set_precomp_verbose.html +++ b/docs/reference/set_precomp_verbose.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_ref.html b/docs/reference/set_ref.html index ebd9de72..6f2b752b 100644 --- a/docs/reference/set_ref.html +++ b/docs/reference/set_ref.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_td_pts.html b/docs/reference/set_td_pts.html index 5237d78f..28af911d 100644 --- a/docs/reference/set_td_pts.html +++ b/docs/reference/set_td_pts.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_tqn_cmd.html b/docs/reference/set_tqn_cmd.html index f8d4be33..a0d6f498 100644 --- a/docs/reference/set_tqn_cmd.html +++ b/docs/reference/set_tqn_cmd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/set_tr.html b/docs/reference/set_tr.html index e9d3679c..91345865 100644 --- a/docs/reference/set_tr.html +++ b/docs/reference/set_tr.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/shift.html b/docs/reference/shift.html index 8706d357..4c09bb67 100644 --- a/docs/reference/shift.html +++ b/docs/reference/shift.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/shift_basis.html b/docs/reference/shift_basis.html index 1fbe114d..3534285e 100644 --- a/docs/reference/shift_basis.html +++ b/docs/reference/shift_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_basis.html b/docs/reference/sim_basis.html index 3f81e85e..28830d1e 100644 --- a/docs/reference/sim_basis.html +++ b/docs/reference/sim_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 @@ -91,7 +91,9 @@

Simulate a basis set object.

Arguments

mol_list
-

list of mol_parameter objects.

+

list of mol_parameter objects. Alternatively, a +character vector matching molecules may also be provided. Use the +get_mol_names function for a full list of molecules.

pul_seq
diff --git a/docs/reference/sim_basis_1h_brain.html b/docs/reference/sim_basis_1h_brain.html index c558e685..3a92c849 100644 --- a/docs/reference/sim_basis_1h_brain.html +++ b/docs/reference/sim_basis_1h_brain.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0
diff --git a/docs/reference/sim_basis_1h_brain_press.html b/docs/reference/sim_basis_1h_brain_press.html index 03eb6895..9a924032 100644 --- a/docs/reference/sim_basis_1h_brain_press.html +++ b/docs/reference/sim_basis_1h_brain_press.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_basis_mm_lip_lcm.html b/docs/reference/sim_basis_mm_lip_lcm.html index d71b32d2..2d6891e7 100644 --- a/docs/reference/sim_basis_mm_lip_lcm.html +++ b/docs/reference/sim_basis_mm_lip_lcm.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_basis_tqn.html b/docs/reference/sim_basis_tqn.html index dd75c115..bcf0775c 100644 --- a/docs/reference/sim_basis_tqn.html +++ b/docs/reference/sim_basis_tqn.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_brain_1h.html b/docs/reference/sim_brain_1h.html index 65e93a6f..c3454d61 100644 --- a/docs/reference/sim_brain_1h.html +++ b/docs/reference/sim_brain_1h.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_mol.html b/docs/reference/sim_mol.html index aa06e4f1..acb0f233 100644 --- a/docs/reference/sim_mol.html +++ b/docs/reference/sim_mol.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_noise.html b/docs/reference/sim_noise.html index 49e61796..a51bce88 100644 --- a/docs/reference/sim_noise.html +++ b/docs/reference/sim_noise.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_resonances.html b/docs/reference/sim_resonances.html index 1a5235b6..60428af4 100644 --- a/docs/reference/sim_resonances.html +++ b/docs/reference/sim_resonances.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_th_excit_profile.html b/docs/reference/sim_th_excit_profile.html index 6ea721bf..2e312f8f 100644 --- a/docs/reference/sim_th_excit_profile.html +++ b/docs/reference/sim_th_excit_profile.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sim_zero.html b/docs/reference/sim_zero.html index 85d63897..8bc0493a 100644 --- a/docs/reference/sim_zero.html +++ b/docs/reference/sim_zero.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/smooth_dyns.html b/docs/reference/smooth_dyns.html index c974599a..369bf7bd 100644 --- a/docs/reference/smooth_dyns.html +++ b/docs/reference/smooth_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sort_basis.html b/docs/reference/sort_basis.html index a184219e..1264033f 100644 --- a/docs/reference/sort_basis.html +++ b/docs/reference/sort_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spant-package.html b/docs/reference/spant-package.html index b2454302..1b8a86d0 100644 --- a/docs/reference/spant-package.html +++ b/docs/reference/spant-package.html @@ -18,7 +18,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spant_abfit_benchmark.html b/docs/reference/spant_abfit_benchmark.html index 4736c398..b6d7b7de 100644 --- a/docs/reference/spant_abfit_benchmark.html +++ b/docs/reference/spant_abfit_benchmark.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spant_mpress_drift.html b/docs/reference/spant_mpress_drift.html index db776bc5..ac2c5fea 100644 --- a/docs/reference/spant_mpress_drift.html +++ b/docs/reference/spant_mpress_drift.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spant_simulation_benchmark.html b/docs/reference/spant_simulation_benchmark.html index 03064b01..734bac74 100644 --- a/docs/reference/spant_simulation_benchmark.html +++ b/docs/reference/spant_simulation_benchmark.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spec_decomp.html b/docs/reference/spec_decomp.html index 67795b43..c51b9128 100644 --- a/docs/reference/spec_decomp.html +++ b/docs/reference/spec_decomp.html @@ -19,7 +19,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spec_op.html b/docs/reference/spec_op.html index f77b4c5a..56e78083 100644 --- a/docs/reference/spec_op.html +++ b/docs/reference/spec_op.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/spin_sys.html b/docs/reference/spin_sys.html index 21e87de3..df71f896 100644 --- a/docs/reference/spin_sys.html +++ b/docs/reference/spin_sys.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 @@ -78,7 +78,7 @@

Create a spin system object for pulse sequence simulation.

-
spin_sys(spin_params, ft, ref)
+
spin_sys(spin_params, ft, ref, precomp_jc_H = NULL, precomp_Iz = NULL)
@@ -94,6 +94,14 @@

Arguments

ref

reference value for ppm scale.

+ +
precomp_jc_H
+

use a precomputed J-coupling H matrix to save time.

+ + +
precomp_Iz
+

use precomputed Iz matrices to save time.

+

Value

diff --git a/docs/reference/spm_pve2categorical.html b/docs/reference/spm_pve2categorical.html index 44510dcc..af2962d1 100644 --- a/docs/reference/spm_pve2categorical.html +++ b/docs/reference/spm_pve2categorical.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0
diff --git a/docs/reference/ssp.html b/docs/reference/ssp.html index 8dec3d2c..3a47af12 100644 --- a/docs/reference/ssp.html +++ b/docs/reference/ssp.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/stackplot.fit_result.html b/docs/reference/stackplot.fit_result.html index dde4f11e..a63258ab 100644 --- a/docs/reference/stackplot.fit_result.html +++ b/docs/reference/stackplot.fit_result.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/stackplot.html b/docs/reference/stackplot.html index 55c77d73..1eb17153 100644 --- a/docs/reference/stackplot.html +++ b/docs/reference/stackplot.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/stackplot.mrs_data.html b/docs/reference/stackplot.mrs_data.html index 13334fc5..53fb7352 100644 --- a/docs/reference/stackplot.mrs_data.html +++ b/docs/reference/stackplot.mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sub_first_dyn.html b/docs/reference/sub_first_dyn.html index ae25c437..0a79b683 100644 --- a/docs/reference/sub_first_dyn.html +++ b/docs/reference/sub_first_dyn.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sub_mean_dyns.html b/docs/reference/sub_mean_dyns.html index dfb479f1..c31c05a4 100644 --- a/docs/reference/sub_mean_dyns.html +++ b/docs/reference/sub_mean_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sub_median_dyns.html b/docs/reference/sub_median_dyns.html new file mode 100644 index 00000000..0842861d --- /dev/null +++ b/docs/reference/sub_median_dyns.html @@ -0,0 +1,124 @@ + +Subtract the median dynamic spectrum from a dynamic series. — sub_median_dyns • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Subtract the median dynamic spectrum from a dynamic series.

+
+ +
+
sub_median_dyns(mrs_data, scale = 1)
+
+ +
+

Arguments

+
mrs_data
+

dynamic MRS data.

+ + +
scale
+

scale factor for the medium spectrum.

+ +
+
+

Value

+ + +

subtracted data.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/sum_coils.html b/docs/reference/sum_coils.html index dccc8c55..157e952f 100644 --- a/docs/reference/sum_coils.html +++ b/docs/reference/sum_coils.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sum_dyns.html b/docs/reference/sum_dyns.html index 296521cd..29c391a9 100644 --- a/docs/reference/sum_dyns.html +++ b/docs/reference/sum_dyns.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sum_mrs.html b/docs/reference/sum_mrs.html index ccd28a9e..22146ce1 100644 --- a/docs/reference/sum_mrs.html +++ b/docs/reference/sum_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/sum_mrs_list.html b/docs/reference/sum_mrs_list.html index 5b0090a5..cb5d516a 100644 --- a/docs/reference/sum_mrs_list.html +++ b/docs/reference/sum_mrs_list.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/svs_1h_brain_analysis.html b/docs/reference/svs_1h_brain_analysis.html index faaf4c17..363ee35d 100644 --- a/docs/reference/svs_1h_brain_analysis.html +++ b/docs/reference/svs_1h_brain_analysis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/svs_1h_brain_analysis_dev.html b/docs/reference/svs_1h_brain_analysis_dev.html new file mode 100644 index 00000000..3ed06ca9 --- /dev/null +++ b/docs/reference/svs_1h_brain_analysis_dev.html @@ -0,0 +1,196 @@ + +Standard SVS 1H brain analysis pipeline. — svs_1h_brain_analysis_dev • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Standard SVS 1H brain analysis pipeline.

+
+ +
+
svs_1h_brain_analysis_dev(
+  metab,
+  w_ref = NULL,
+  output_dir = NULL,
+  p_vols = NULL,
+  append_basis = NULL,
+  remove_basis = NULL,
+  basis = NULL,
+  dfp_corr = TRUE,
+  omit_bad_dynamics = TRUE,
+  te = NULL,
+  tr = NULL,
+  output_ratio = "tCr",
+  ecc = FALSE,
+  fit_opts = NULL,
+  verbose = FALSE
+)
+
+ +
+

Arguments

+
metab
+

filepath or mrs_data object containing MRS metabolite data.

+ + +
w_ref
+

filepath or mrs_data object containing MRS water reference data.

+ + +
output_dir
+

directory path to output fitting results.

+ + +
p_vols
+

a numeric vector of partial volumes expressed as percentages. +Defaults to 100% white matter. A voxel containing 100% gray matter tissue +would use : p_vols = c(WM = 0, GM = 100, CSF = 0).

+ + +
append_basis
+

names of extra signals to add to the default basis. Eg +append_basis = c("peth", "cit"). Cannot be used with precompiled basis sets.

+ + +
remove_basis
+

names of signals to remove from the basis. Cannot be used +with precompiled basis sets.

+ + +
basis
+

basis set object to use for analysis.

+ + +
dfp_corr
+

perform dynamic frequency and phase correction using the RATS +method.

+ + +
omit_bad_dynamics
+

detect and remove bad dynamics.

+ + +
te
+

metabolite mrs data echo time in seconds. If not supplied this will +be guessed from the metab data file.

+ + +
tr
+

metabolite mrs data repetition time in seconds. If not supplied +this will be guessed from the metab data file.

+ + +
output_ratio
+

optional string to specify a metabolite ratio to output. +Defaults to "tCr" and multiple metabolites may be specified for multiple +outputs. Set to NULL to omit.

+ + +
ecc
+

option to perform water reference based eddy current correction, +defaults to FALSE.

+ + +
fit_opts
+

options to pass to the fitting method.

+ + +
verbose
+

output potentially useful information.

+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/svs_1h_brain_batch_analysis.html b/docs/reference/svs_1h_brain_batch_analysis.html index 8295f23a..5b6c2f34 100644 --- a/docs/reference/svs_1h_brain_batch_analysis.html +++ b/docs/reference/svs_1h_brain_batch_analysis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/td2fd.html b/docs/reference/td2fd.html index 5909fecd..74e3de01 100644 --- a/docs/reference/td2fd.html +++ b/docs/reference/td2fd.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/td_conv_filt.html b/docs/reference/td_conv_filt.html index 88c681eb..0c6533ae 100644 --- a/docs/reference/td_conv_filt.html +++ b/docs/reference/td_conv_filt.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/tdsr.html b/docs/reference/tdsr.html index aa1df2d5..2cedf2cf 100644 --- a/docs/reference/tdsr.html +++ b/docs/reference/tdsr.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/te.html b/docs/reference/te.html new file mode 100644 index 00000000..32fd13b1 --- /dev/null +++ b/docs/reference/te.html @@ -0,0 +1,120 @@ + +Return the echo time of an MRS dataset. — te • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Return the echo time of an MRS dataset.

+
+ +
+
te(mrs_data)
+
+ +
+

Arguments

+
mrs_data
+

MRS data.

+ +
+
+

Value

+ + +

echo time in seconds.

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/tr.html b/docs/reference/tr.html index e7b8edba..4c1551a4 100644 --- a/docs/reference/tr.html +++ b/docs/reference/tr.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/varpro_3_para_opts.html b/docs/reference/varpro_3_para_opts.html index c75f06bf..a14ffb2c 100644 --- a/docs/reference/varpro_3_para_opts.html +++ b/docs/reference/varpro_3_para_opts.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/varpro_basic_opts.html b/docs/reference/varpro_basic_opts.html index ed682567..7f483870 100644 --- a/docs/reference/varpro_basic_opts.html +++ b/docs/reference/varpro_basic_opts.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/varpro_opts.html b/docs/reference/varpro_opts.html index 38d0eeb2..40e78399 100644 --- a/docs/reference/varpro_opts.html +++ b/docs/reference/varpro_opts.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/vec2mrs_data.html b/docs/reference/vec2mrs_data.html index 7a528f9b..b5f3861c 100644 --- a/docs/reference/vec2mrs_data.html +++ b/docs/reference/vec2mrs_data.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/write_basis.html b/docs/reference/write_basis.html index a02a5ad6..56801459 100644 --- a/docs/reference/write_basis.html +++ b/docs/reference/write_basis.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/write_basis_tqn.html b/docs/reference/write_basis_tqn.html index ed7efd3b..6a197ede 100644 --- a/docs/reference/write_basis_tqn.html +++ b/docs/reference/write_basis_tqn.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/write_mrs.html b/docs/reference/write_mrs.html index 362361a5..4679ef14 100644 --- a/docs/reference/write_mrs.html +++ b/docs/reference/write_mrs.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/write_mrs_nifti.html b/docs/reference/write_mrs_nifti.html index c57debbf..66ad01bd 100644 --- a/docs/reference/write_mrs_nifti.html +++ b/docs/reference/write_mrs_nifti.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/write_pulse_ascii.html b/docs/reference/write_pulse_ascii.html new file mode 100644 index 00000000..dbcae57a --- /dev/null +++ b/docs/reference/write_pulse_ascii.html @@ -0,0 +1,118 @@ + +Write an ASCII formatted pulse file. — write_pulse_ascii • Spectroscopy Analysis Tools (spant) + + +
+
+ + + +
+
+ + +
+

Write an ASCII formatted pulse file.

+
+ +
+
write_pulse_ascii(pulse, path)
+
+ +
+

Arguments

+
pulse
+

pulse data object.

+ + +
path
+

file path for export.

+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/reference/zero_fade_spec.html b/docs/reference/zero_fade_spec.html index 4c0b6b39..77a223c2 100644 --- a/docs/reference/zero_fade_spec.html +++ b/docs/reference/zero_fade_spec.html @@ -20,7 +20,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/zero_higher_orders.html b/docs/reference/zero_higher_orders.html index 015f2e2a..b149c17d 100644 --- a/docs/reference/zero_higher_orders.html +++ b/docs/reference/zero_higher_orders.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/zero_td_pts_end.html b/docs/reference/zero_td_pts_end.html index 39c8976f..e281219d 100644 --- a/docs/reference/zero_td_pts_end.html +++ b/docs/reference/zero_td_pts_end.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/zf.html b/docs/reference/zf.html index e71c5cc5..a18a541f 100644 --- a/docs/reference/zf.html +++ b/docs/reference/zf.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/reference/zf_xy.html b/docs/reference/zf_xy.html index a4e9b0e2..93eeaf55 100644 --- a/docs/reference/zf_xy.html +++ b/docs/reference/zf_xy.html @@ -17,7 +17,7 @@ Spectroscopy Analysis Tools (spant) - 2.16.0 + 2.17.0 diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 2a47f183..dc9e1bae 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -381,6 +381,9 @@ https://martin3141.github.io/spant/reference/gen_I.html + + https://martin3141.github.io/spant/reference/get_1h_brain_basis_names.html + https://martin3141.github.io/spant/reference/get_1h_brain_basis_paras.html @@ -393,6 +396,12 @@ https://martin3141.github.io/spant/reference/get_1h_brain_basis_paras_v3.html + + https://martin3141.github.io/spant/reference/get_1h_braino_basis_names.html + + + https://martin3141.github.io/spant/reference/get_1h_spectre_basis_names.html + https://martin3141.github.io/spant/reference/get_2d_psf.html @@ -468,6 +477,9 @@ https://martin3141.github.io/spant/reference/get_slice.html + + https://martin3141.github.io/spant/reference/get_spin_num.html + https://martin3141.github.io/spant/reference/get_subset.html @@ -756,6 +768,9 @@ https://martin3141.github.io/spant/reference/read_mrs_tqn.html + + https://martin3141.github.io/spant/reference/read_pulse_ascii.html + https://martin3141.github.io/spant/reference/read_pulse_bruker.html @@ -864,6 +879,9 @@ https://martin3141.github.io/spant/reference/seq_mega_press_ideal.html + + https://martin3141.github.io/spant/reference/seq_press_2d_shaped.html + https://martin3141.github.io/spant/reference/seq_press_fast.html @@ -1014,6 +1032,9 @@ https://martin3141.github.io/spant/reference/sub_mean_dyns.html + + https://martin3141.github.io/spant/reference/sub_median_dyns.html + https://martin3141.github.io/spant/reference/sum_coils.html @@ -1029,6 +1050,9 @@ https://martin3141.github.io/spant/reference/svs_1h_brain_analysis.html + + https://martin3141.github.io/spant/reference/svs_1h_brain_analysis_dev.html + https://martin3141.github.io/spant/reference/svs_1h_brain_batch_analysis.html @@ -1041,6 +1065,9 @@ https://martin3141.github.io/spant/reference/tdsr.html + + https://martin3141.github.io/spant/reference/te.html + https://martin3141.github.io/spant/reference/tr.html @@ -1080,6 +1107,9 @@ https://martin3141.github.io/spant/reference/write_mrs_rds.html + + https://martin3141.github.io/spant/reference/write_pulse_ascii.html + https://martin3141.github.io/spant/reference/zero_fade_spec.html diff --git a/man/get_1h_brain_basis_names.Rd b/man/get_1h_brain_basis_names.Rd index 5cac7193..a1e29349 100644 --- a/man/get_1h_brain_basis_names.Rd +++ b/man/get_1h_brain_basis_names.Rd @@ -5,10 +5,10 @@ \title{Return a character vector of common 1H molecules found in healthy human brain.} \usage{ -get_1h_brain_basis_names(extra = NULL, remove = NULL, inc_lip_mm = TRUE) +get_1h_brain_basis_names(add = NULL, remove = NULL, inc_lip_mm = TRUE) } \arguments{ -\item{extra}{optional character vector of additional molecular names. Eg +\item{add}{optional character vector of additional molecular names. Eg c("asc", "gly", "peth").} \item{remove}{optional character vector of molecular names to remove from the