diff --git a/dev/_static/basic.css b/dev/_static/basic.css index f316efc..7ebbd6d 100644 --- a/dev/_static/basic.css +++ b/dev/_static/basic.css @@ -1,12 +1,5 @@ /* - * basic.css - * ~~~~~~~~~ - * * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ /* -- main layout ----------------------------------------------------------- */ @@ -115,15 +108,11 @@ img { /* -- search page ----------------------------------------------------------- */ ul.search { - margin: 10px 0 0 20px; - padding: 0; + margin-top: 10px; } ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; + padding: 5px 0; } ul.search li a { diff --git a/dev/_static/doctools.js b/dev/_static/doctools.js index 4d67807..0398ebb 100644 --- a/dev/_static/doctools.js +++ b/dev/_static/doctools.js @@ -1,12 +1,5 @@ /* - * doctools.js - * ~~~~~~~~~~~ - * * Base JavaScript utilities for all Sphinx HTML documentation. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; diff --git a/dev/_static/language_data.js b/dev/_static/language_data.js index 367b8ed..c7fe6c6 100644 --- a/dev/_static/language_data.js +++ b/dev/_static/language_data.js @@ -1,13 +1,6 @@ /* - * language_data.js - * ~~~~~~~~~~~~~~~~ - * * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; diff --git a/dev/_static/pygments.css b/dev/_static/pygments.css index 02b4b12..f71bfbf 100644 --- a/dev/_static/pygments.css +++ b/dev/_static/pygments.css @@ -5,83 +5,83 @@ .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } -.highlight .c { color: #8f5902; font-style: italic } /* Comment */ -.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ -.highlight .g { color: #000000 } /* Generic */ -.highlight .k { color: #204a87; font-weight: bold } /* Keyword */ -.highlight .l { color: #000000 } /* Literal */ -.highlight .n { color: #000000 } /* Name */ -.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */ -.highlight .x { color: #000000 } /* Other */ -.highlight .p { color: #000000; font-weight: bold } /* Punctuation */ -.highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #a40000 } /* Generic.Deleted */ -.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ -.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -.highlight .gr { color: #ef2929 } /* Generic.Error */ +.highlight .c { color: #8F5902; font-style: italic } /* Comment */ +.highlight .err { color: #A40000; border: 1px solid #EF2929 } /* Error */ +.highlight .g { color: #000 } /* Generic */ +.highlight .k { color: #204A87; font-weight: bold } /* Keyword */ +.highlight .l { color: #000 } /* Literal */ +.highlight .n { color: #000 } /* Name */ +.highlight .o { color: #CE5C00; font-weight: bold } /* Operator */ +.highlight .x { color: #000 } /* Other */ +.highlight .p { color: #000; font-weight: bold } /* Punctuation */ +.highlight .ch { color: #8F5902; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #8F5902; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #8F5902; font-style: italic } /* Comment.Preproc */ +.highlight .cpf { color: #8F5902; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #8F5902; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #8F5902; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #A40000 } /* Generic.Deleted */ +.highlight .ge { color: #000; font-style: italic } /* Generic.Emph */ +.highlight .ges { color: #000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +.highlight .gr { color: #EF2929 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #000000; font-style: italic } /* Generic.Output */ -.highlight .gp { color: #8f5902 } /* Generic.Prompt */ -.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.highlight .go { color: #000; font-style: italic } /* Generic.Output */ +.highlight .gp { color: #8F5902 } /* Generic.Prompt */ +.highlight .gs { color: #000; font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ -.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ -.highlight .ld { color: #000000 } /* Literal.Date */ -.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */ -.highlight .s { color: #4e9a06 } /* Literal.String */ -.highlight .na { color: #c4a000 } /* Name.Attribute */ -.highlight .nb { color: #204a87 } /* Name.Builtin */ -.highlight .nc { color: #000000 } /* Name.Class */ -.highlight .no { color: #000000 } /* Name.Constant */ -.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #ce5c00 } /* Name.Entity */ -.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #000000 } /* Name.Function */ -.highlight .nl { color: #f57900 } /* Name.Label */ -.highlight .nn { color: #000000 } /* Name.Namespace */ -.highlight .nx { color: #000000 } /* Name.Other */ -.highlight .py { color: #000000 } /* Name.Property */ -.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #000000 } /* Name.Variable */ -.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */ -.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */ -.highlight .w { color: #f8f8f8 } /* Text.Whitespace */ -.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { color: #4e9a06 } /* Literal.String.Affix */ -.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */ -.highlight .sc { color: #4e9a06 } /* Literal.String.Char */ -.highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */ -.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */ -.highlight .se { color: #4e9a06 } /* Literal.String.Escape */ -.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */ -.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */ -.highlight .sx { color: #4e9a06 } /* Literal.String.Other */ -.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */ -.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */ -.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */ -.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #000000 } /* Name.Function.Magic */ -.highlight .vc { color: #000000 } /* Name.Variable.Class */ -.highlight .vg { color: #000000 } /* Name.Variable.Global */ -.highlight .vi { color: #000000 } /* Name.Variable.Instance */ -.highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ +.highlight .gt { color: #A40000; font-weight: bold } /* Generic.Traceback */ +.highlight .kc { color: #204A87; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #204A87; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #204A87; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #204A87; font-weight: bold } /* Keyword.Pseudo */ +.highlight .kr { color: #204A87; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #204A87; font-weight: bold } /* Keyword.Type */ +.highlight .ld { color: #000 } /* Literal.Date */ +.highlight .m { color: #0000CF; font-weight: bold } /* Literal.Number */ +.highlight .s { color: #4E9A06 } /* Literal.String */ +.highlight .na { color: #C4A000 } /* Name.Attribute */ +.highlight .nb { color: #204A87 } /* Name.Builtin */ +.highlight .nc { color: #000 } /* Name.Class */ +.highlight .no { color: #000 } /* Name.Constant */ +.highlight .nd { color: #5C35CC; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #CE5C00 } /* Name.Entity */ +.highlight .ne { color: #C00; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #000 } /* Name.Function */ +.highlight .nl { color: #F57900 } /* Name.Label */ +.highlight .nn { color: #000 } /* Name.Namespace */ +.highlight .nx { color: #000 } /* Name.Other */ +.highlight .py { color: #000 } /* Name.Property */ +.highlight .nt { color: #204A87; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #000 } /* Name.Variable */ +.highlight .ow { color: #204A87; font-weight: bold } /* Operator.Word */ +.highlight .pm { color: #000; font-weight: bold } /* Punctuation.Marker */ +.highlight .w { color: #F8F8F8 } /* Text.Whitespace */ +.highlight .mb { color: #0000CF; font-weight: bold } /* Literal.Number.Bin */ +.highlight .mf { color: #0000CF; font-weight: bold } /* Literal.Number.Float */ +.highlight .mh { color: #0000CF; font-weight: bold } /* Literal.Number.Hex */ +.highlight .mi { color: #0000CF; font-weight: bold } /* Literal.Number.Integer */ +.highlight .mo { color: #0000CF; font-weight: bold } /* Literal.Number.Oct */ +.highlight .sa { color: #4E9A06 } /* Literal.String.Affix */ +.highlight .sb { color: #4E9A06 } /* Literal.String.Backtick */ +.highlight .sc { color: #4E9A06 } /* Literal.String.Char */ +.highlight .dl { color: #4E9A06 } /* Literal.String.Delimiter */ +.highlight .sd { color: #8F5902; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #4E9A06 } /* Literal.String.Double */ +.highlight .se { color: #4E9A06 } /* Literal.String.Escape */ +.highlight .sh { color: #4E9A06 } /* Literal.String.Heredoc */ +.highlight .si { color: #4E9A06 } /* Literal.String.Interpol */ +.highlight .sx { color: #4E9A06 } /* Literal.String.Other */ +.highlight .sr { color: #4E9A06 } /* Literal.String.Regex */ +.highlight .s1 { color: #4E9A06 } /* Literal.String.Single */ +.highlight .ss { color: #4E9A06 } /* Literal.String.Symbol */ +.highlight .bp { color: #3465A4 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #000 } /* Name.Function.Magic */ +.highlight .vc { color: #000 } /* Name.Variable.Class */ +.highlight .vg { color: #000 } /* Name.Variable.Global */ +.highlight .vi { color: #000 } /* Name.Variable.Instance */ +.highlight .vm { color: #000 } /* Name.Variable.Magic */ +.highlight .il { color: #0000CF; font-weight: bold } /* Literal.Number.Integer.Long */ @media not print { body[data-theme="dark"] .highlight pre { line-height: 125%; } body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } @@ -89,85 +89,85 @@ body[data-theme="dark"] .highlight span.linenos { color: #aaaaaa; background-col body[data-theme="dark"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight .hll { background-color: #404040 } -body[data-theme="dark"] .highlight { background: #202020; color: #d0d0d0 } -body[data-theme="dark"] .highlight .c { color: #ababab; font-style: italic } /* Comment */ -body[data-theme="dark"] .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -body[data-theme="dark"] .highlight .esc { color: #d0d0d0 } /* Escape */ -body[data-theme="dark"] .highlight .g { color: #d0d0d0 } /* Generic */ -body[data-theme="dark"] .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */ -body[data-theme="dark"] .highlight .l { color: #d0d0d0 } /* Literal */ -body[data-theme="dark"] .highlight .n { color: #d0d0d0 } /* Name */ -body[data-theme="dark"] .highlight .o { color: #d0d0d0 } /* Operator */ -body[data-theme="dark"] .highlight .x { color: #d0d0d0 } /* Other */ -body[data-theme="dark"] .highlight .p { color: #d0d0d0 } /* Punctuation */ -body[data-theme="dark"] .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ -body[data-theme="dark"] .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ -body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ -body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ -body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ -body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ -body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */ -body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +body[data-theme="dark"] .highlight { background: #202020; color: #D0D0D0 } +body[data-theme="dark"] .highlight .c { color: #ABABAB; font-style: italic } /* Comment */ +body[data-theme="dark"] .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ +body[data-theme="dark"] .highlight .esc { color: #D0D0D0 } /* Escape */ +body[data-theme="dark"] .highlight .g { color: #D0D0D0 } /* Generic */ +body[data-theme="dark"] .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */ +body[data-theme="dark"] .highlight .l { color: #D0D0D0 } /* Literal */ +body[data-theme="dark"] .highlight .n { color: #D0D0D0 } /* Name */ +body[data-theme="dark"] .highlight .o { color: #D0D0D0 } /* Operator */ +body[data-theme="dark"] .highlight .x { color: #D0D0D0 } /* Other */ +body[data-theme="dark"] .highlight .p { color: #D0D0D0 } /* Punctuation */ +body[data-theme="dark"] .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */ +body[data-theme="dark"] .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */ +body[data-theme="dark"] .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */ +body[data-theme="dark"] .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */ +body[data-theme="dark"] .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */ +body[data-theme="dark"] .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +body[data-theme="dark"] .highlight .gd { color: #FF3A3A } /* Generic.Deleted */ +body[data-theme="dark"] .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */ +body[data-theme="dark"] .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body[data-theme="dark"] .highlight .gr { color: #FF3A3A } /* Generic.Error */ +body[data-theme="dark"] .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */ body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */ -body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */ -body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ -body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ -body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ -body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ -body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ -body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ -body[data-theme="dark"] .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */ -body[data-theme="dark"] .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */ -body[data-theme="dark"] .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */ -body[data-theme="dark"] .highlight .ld { color: #d0d0d0 } /* Literal.Date */ -body[data-theme="dark"] .highlight .m { color: #51b2fd } /* Literal.Number */ -body[data-theme="dark"] .highlight .s { color: #ed9d13 } /* Literal.String */ -body[data-theme="dark"] .highlight .na { color: #bbbbbb } /* Name.Attribute */ -body[data-theme="dark"] .highlight .nb { color: #2fbccd } /* Name.Builtin */ -body[data-theme="dark"] .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */ -body[data-theme="dark"] .highlight .no { color: #40ffff } /* Name.Constant */ -body[data-theme="dark"] .highlight .nd { color: #ffa500 } /* Name.Decorator */ -body[data-theme="dark"] .highlight .ni { color: #d0d0d0 } /* Name.Entity */ -body[data-theme="dark"] .highlight .ne { color: #bbbbbb } /* Name.Exception */ -body[data-theme="dark"] .highlight .nf { color: #71adff } /* Name.Function */ -body[data-theme="dark"] .highlight .nl { color: #d0d0d0 } /* Name.Label */ -body[data-theme="dark"] .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */ -body[data-theme="dark"] .highlight .nx { color: #d0d0d0 } /* Name.Other */ -body[data-theme="dark"] .highlight .py { color: #d0d0d0 } /* Name.Property */ -body[data-theme="dark"] .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */ -body[data-theme="dark"] .highlight .nv { color: #40ffff } /* Name.Variable */ -body[data-theme="dark"] .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */ -body[data-theme="dark"] .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */ -body[data-theme="dark"] .highlight .w { color: #666666 } /* Text.Whitespace */ -body[data-theme="dark"] .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */ -body[data-theme="dark"] .highlight .mf { color: #51b2fd } /* Literal.Number.Float */ -body[data-theme="dark"] .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */ -body[data-theme="dark"] .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */ -body[data-theme="dark"] .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */ -body[data-theme="dark"] .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ -body[data-theme="dark"] .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ -body[data-theme="dark"] .highlight .sc { color: #ed9d13 } /* Literal.String.Char */ -body[data-theme="dark"] .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ -body[data-theme="dark"] .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ -body[data-theme="dark"] .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ -body[data-theme="dark"] .highlight .se { color: #ed9d13 } /* Literal.String.Escape */ -body[data-theme="dark"] .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ -body[data-theme="dark"] .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ -body[data-theme="dark"] .highlight .sx { color: #ffa500 } /* Literal.String.Other */ -body[data-theme="dark"] .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ -body[data-theme="dark"] .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ -body[data-theme="dark"] .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ -body[data-theme="dark"] .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */ -body[data-theme="dark"] .highlight .fm { color: #71adff } /* Name.Function.Magic */ -body[data-theme="dark"] .highlight .vc { color: #40ffff } /* Name.Variable.Class */ -body[data-theme="dark"] .highlight .vg { color: #40ffff } /* Name.Variable.Global */ -body[data-theme="dark"] .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ -body[data-theme="dark"] .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ -body[data-theme="dark"] .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */ +body[data-theme="dark"] .highlight .go { color: #CCC } /* Generic.Output */ +body[data-theme="dark"] .highlight .gp { color: #AAA } /* Generic.Prompt */ +body[data-theme="dark"] .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */ +body[data-theme="dark"] .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */ +body[data-theme="dark"] .highlight .gt { color: #FF3A3A } /* Generic.Traceback */ +body[data-theme="dark"] .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */ +body[data-theme="dark"] .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */ +body[data-theme="dark"] .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */ +body[data-theme="dark"] .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */ +body[data-theme="dark"] .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */ +body[data-theme="dark"] .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */ +body[data-theme="dark"] .highlight .ld { color: #D0D0D0 } /* Literal.Date */ +body[data-theme="dark"] .highlight .m { color: #51B2FD } /* Literal.Number */ +body[data-theme="dark"] .highlight .s { color: #ED9D13 } /* Literal.String */ +body[data-theme="dark"] .highlight .na { color: #BBB } /* Name.Attribute */ +body[data-theme="dark"] .highlight .nb { color: #2FBCCD } /* Name.Builtin */ +body[data-theme="dark"] .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */ +body[data-theme="dark"] .highlight .no { color: #40FFFF } /* Name.Constant */ +body[data-theme="dark"] .highlight .nd { color: #FFA500 } /* Name.Decorator */ +body[data-theme="dark"] .highlight .ni { color: #D0D0D0 } /* Name.Entity */ +body[data-theme="dark"] .highlight .ne { color: #BBB } /* Name.Exception */ +body[data-theme="dark"] .highlight .nf { color: #71ADFF } /* Name.Function */ +body[data-theme="dark"] .highlight .nl { color: #D0D0D0 } /* Name.Label */ +body[data-theme="dark"] .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */ +body[data-theme="dark"] .highlight .nx { color: #D0D0D0 } /* Name.Other */ +body[data-theme="dark"] .highlight .py { color: #D0D0D0 } /* Name.Property */ +body[data-theme="dark"] .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */ +body[data-theme="dark"] .highlight .nv { color: #40FFFF } /* Name.Variable */ +body[data-theme="dark"] .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */ +body[data-theme="dark"] .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */ +body[data-theme="dark"] .highlight .w { color: #666 } /* Text.Whitespace */ +body[data-theme="dark"] .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */ +body[data-theme="dark"] .highlight .mf { color: #51B2FD } /* Literal.Number.Float */ +body[data-theme="dark"] .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */ +body[data-theme="dark"] .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */ +body[data-theme="dark"] .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */ +body[data-theme="dark"] .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */ +body[data-theme="dark"] .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */ +body[data-theme="dark"] .highlight .sc { color: #ED9D13 } /* Literal.String.Char */ +body[data-theme="dark"] .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */ +body[data-theme="dark"] .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */ +body[data-theme="dark"] .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */ +body[data-theme="dark"] .highlight .se { color: #ED9D13 } /* Literal.String.Escape */ +body[data-theme="dark"] .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */ +body[data-theme="dark"] .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */ +body[data-theme="dark"] .highlight .sx { color: #FFA500 } /* Literal.String.Other */ +body[data-theme="dark"] .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */ +body[data-theme="dark"] .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */ +body[data-theme="dark"] .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */ +body[data-theme="dark"] .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */ +body[data-theme="dark"] .highlight .fm { color: #71ADFF } /* Name.Function.Magic */ +body[data-theme="dark"] .highlight .vc { color: #40FFFF } /* Name.Variable.Class */ +body[data-theme="dark"] .highlight .vg { color: #40FFFF } /* Name.Variable.Global */ +body[data-theme="dark"] .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */ +body[data-theme="dark"] .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ +body[data-theme="dark"] .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ @media (prefers-color-scheme: dark) { body:not([data-theme="light"]) .highlight pre { line-height: 125%; } body:not([data-theme="light"]) .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } @@ -175,84 +175,84 @@ body:not([data-theme="light"]) .highlight span.linenos { color: #aaaaaa; backgro body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } body:not([data-theme="light"]) .highlight .hll { background-color: #404040 } -body:not([data-theme="light"]) .highlight { background: #202020; color: #d0d0d0 } -body:not([data-theme="light"]) .highlight .c { color: #ababab; font-style: italic } /* Comment */ -body:not([data-theme="light"]) .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -body:not([data-theme="light"]) .highlight .esc { color: #d0d0d0 } /* Escape */ -body:not([data-theme="light"]) .highlight .g { color: #d0d0d0 } /* Generic */ -body:not([data-theme="light"]) .highlight .k { color: #6ebf26; font-weight: bold } /* Keyword */ -body:not([data-theme="light"]) .highlight .l { color: #d0d0d0 } /* Literal */ -body:not([data-theme="light"]) .highlight .n { color: #d0d0d0 } /* Name */ -body:not([data-theme="light"]) .highlight .o { color: #d0d0d0 } /* Operator */ -body:not([data-theme="light"]) .highlight .x { color: #d0d0d0 } /* Other */ -body:not([data-theme="light"]) .highlight .p { color: #d0d0d0 } /* Punctuation */ -body:not([data-theme="light"]) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ -body:not([data-theme="light"]) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ -body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ -body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ -body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ -body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ -body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */ -body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +body:not([data-theme="light"]) .highlight { background: #202020; color: #D0D0D0 } +body:not([data-theme="light"]) .highlight .c { color: #ABABAB; font-style: italic } /* Comment */ +body:not([data-theme="light"]) .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ +body:not([data-theme="light"]) .highlight .esc { color: #D0D0D0 } /* Escape */ +body:not([data-theme="light"]) .highlight .g { color: #D0D0D0 } /* Generic */ +body:not([data-theme="light"]) .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */ +body:not([data-theme="light"]) .highlight .l { color: #D0D0D0 } /* Literal */ +body:not([data-theme="light"]) .highlight .n { color: #D0D0D0 } /* Name */ +body:not([data-theme="light"]) .highlight .o { color: #D0D0D0 } /* Operator */ +body:not([data-theme="light"]) .highlight .x { color: #D0D0D0 } /* Other */ +body:not([data-theme="light"]) .highlight .p { color: #D0D0D0 } /* Punctuation */ +body:not([data-theme="light"]) .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */ +body:not([data-theme="light"]) .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */ +body:not([data-theme="light"]) .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */ +body:not([data-theme="light"]) .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */ +body:not([data-theme="light"]) .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */ +body:not([data-theme="light"]) .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +body:not([data-theme="light"]) .highlight .gd { color: #FF3A3A } /* Generic.Deleted */ +body:not([data-theme="light"]) .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */ +body:not([data-theme="light"]) .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body:not([data-theme="light"]) .highlight .gr { color: #FF3A3A } /* Generic.Error */ +body:not([data-theme="light"]) .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */ body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */ -body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */ -body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ -body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ -body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ -body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ -body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ -body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ -body:not([data-theme="light"]) .highlight .kp { color: #6ebf26 } /* Keyword.Pseudo */ -body:not([data-theme="light"]) .highlight .kr { color: #6ebf26; font-weight: bold } /* Keyword.Reserved */ -body:not([data-theme="light"]) .highlight .kt { color: #6ebf26; font-weight: bold } /* Keyword.Type */ -body:not([data-theme="light"]) .highlight .ld { color: #d0d0d0 } /* Literal.Date */ -body:not([data-theme="light"]) .highlight .m { color: #51b2fd } /* Literal.Number */ -body:not([data-theme="light"]) .highlight .s { color: #ed9d13 } /* Literal.String */ -body:not([data-theme="light"]) .highlight .na { color: #bbbbbb } /* Name.Attribute */ -body:not([data-theme="light"]) .highlight .nb { color: #2fbccd } /* Name.Builtin */ -body:not([data-theme="light"]) .highlight .nc { color: #71adff; text-decoration: underline } /* Name.Class */ -body:not([data-theme="light"]) .highlight .no { color: #40ffff } /* Name.Constant */ -body:not([data-theme="light"]) .highlight .nd { color: #ffa500 } /* Name.Decorator */ -body:not([data-theme="light"]) .highlight .ni { color: #d0d0d0 } /* Name.Entity */ -body:not([data-theme="light"]) .highlight .ne { color: #bbbbbb } /* Name.Exception */ -body:not([data-theme="light"]) .highlight .nf { color: #71adff } /* Name.Function */ -body:not([data-theme="light"]) .highlight .nl { color: #d0d0d0 } /* Name.Label */ -body:not([data-theme="light"]) .highlight .nn { color: #71adff; text-decoration: underline } /* Name.Namespace */ -body:not([data-theme="light"]) .highlight .nx { color: #d0d0d0 } /* Name.Other */ -body:not([data-theme="light"]) .highlight .py { color: #d0d0d0 } /* Name.Property */ -body:not([data-theme="light"]) .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */ -body:not([data-theme="light"]) .highlight .nv { color: #40ffff } /* Name.Variable */ -body:not([data-theme="light"]) .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */ -body:not([data-theme="light"]) .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */ -body:not([data-theme="light"]) .highlight .w { color: #666666 } /* Text.Whitespace */ -body:not([data-theme="light"]) .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */ -body:not([data-theme="light"]) .highlight .mf { color: #51b2fd } /* Literal.Number.Float */ -body:not([data-theme="light"]) .highlight .mh { color: #51b2fd } /* Literal.Number.Hex */ -body:not([data-theme="light"]) .highlight .mi { color: #51b2fd } /* Literal.Number.Integer */ -body:not([data-theme="light"]) .highlight .mo { color: #51b2fd } /* Literal.Number.Oct */ -body:not([data-theme="light"]) .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ -body:not([data-theme="light"]) .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ -body:not([data-theme="light"]) .highlight .sc { color: #ed9d13 } /* Literal.String.Char */ -body:not([data-theme="light"]) .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ -body:not([data-theme="light"]) .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ -body:not([data-theme="light"]) .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ -body:not([data-theme="light"]) .highlight .se { color: #ed9d13 } /* Literal.String.Escape */ -body:not([data-theme="light"]) .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ -body:not([data-theme="light"]) .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ -body:not([data-theme="light"]) .highlight .sx { color: #ffa500 } /* Literal.String.Other */ -body:not([data-theme="light"]) .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ -body:not([data-theme="light"]) .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ -body:not([data-theme="light"]) .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ -body:not([data-theme="light"]) .highlight .bp { color: #2fbccd } /* Name.Builtin.Pseudo */ -body:not([data-theme="light"]) .highlight .fm { color: #71adff } /* Name.Function.Magic */ -body:not([data-theme="light"]) .highlight .vc { color: #40ffff } /* Name.Variable.Class */ -body:not([data-theme="light"]) .highlight .vg { color: #40ffff } /* Name.Variable.Global */ -body:not([data-theme="light"]) .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ -body:not([data-theme="light"]) .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ -body:not([data-theme="light"]) .highlight .il { color: #51b2fd } /* Literal.Number.Integer.Long */ +body:not([data-theme="light"]) .highlight .go { color: #CCC } /* Generic.Output */ +body:not([data-theme="light"]) .highlight .gp { color: #AAA } /* Generic.Prompt */ +body:not([data-theme="light"]) .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */ +body:not([data-theme="light"]) .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */ +body:not([data-theme="light"]) .highlight .gt { color: #FF3A3A } /* Generic.Traceback */ +body:not([data-theme="light"]) .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */ +body:not([data-theme="light"]) .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */ +body:not([data-theme="light"]) .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */ +body:not([data-theme="light"]) .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */ +body:not([data-theme="light"]) .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */ +body:not([data-theme="light"]) .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */ +body:not([data-theme="light"]) .highlight .ld { color: #D0D0D0 } /* Literal.Date */ +body:not([data-theme="light"]) .highlight .m { color: #51B2FD } /* Literal.Number */ +body:not([data-theme="light"]) .highlight .s { color: #ED9D13 } /* Literal.String */ +body:not([data-theme="light"]) .highlight .na { color: #BBB } /* Name.Attribute */ +body:not([data-theme="light"]) .highlight .nb { color: #2FBCCD } /* Name.Builtin */ +body:not([data-theme="light"]) .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */ +body:not([data-theme="light"]) .highlight .no { color: #40FFFF } /* Name.Constant */ +body:not([data-theme="light"]) .highlight .nd { color: #FFA500 } /* Name.Decorator */ +body:not([data-theme="light"]) .highlight .ni { color: #D0D0D0 } /* Name.Entity */ +body:not([data-theme="light"]) .highlight .ne { color: #BBB } /* Name.Exception */ +body:not([data-theme="light"]) .highlight .nf { color: #71ADFF } /* Name.Function */ +body:not([data-theme="light"]) .highlight .nl { color: #D0D0D0 } /* Name.Label */ +body:not([data-theme="light"]) .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */ +body:not([data-theme="light"]) .highlight .nx { color: #D0D0D0 } /* Name.Other */ +body:not([data-theme="light"]) .highlight .py { color: #D0D0D0 } /* Name.Property */ +body:not([data-theme="light"]) .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */ +body:not([data-theme="light"]) .highlight .nv { color: #40FFFF } /* Name.Variable */ +body:not([data-theme="light"]) .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */ +body:not([data-theme="light"]) .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */ +body:not([data-theme="light"]) .highlight .w { color: #666 } /* Text.Whitespace */ +body:not([data-theme="light"]) .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */ +body:not([data-theme="light"]) .highlight .mf { color: #51B2FD } /* Literal.Number.Float */ +body:not([data-theme="light"]) .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */ +body:not([data-theme="light"]) .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */ +body:not([data-theme="light"]) .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */ +body:not([data-theme="light"]) .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */ +body:not([data-theme="light"]) .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */ +body:not([data-theme="light"]) .highlight .sc { color: #ED9D13 } /* Literal.String.Char */ +body:not([data-theme="light"]) .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */ +body:not([data-theme="light"]) .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */ +body:not([data-theme="light"]) .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */ +body:not([data-theme="light"]) .highlight .se { color: #ED9D13 } /* Literal.String.Escape */ +body:not([data-theme="light"]) .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */ +body:not([data-theme="light"]) .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */ +body:not([data-theme="light"]) .highlight .sx { color: #FFA500 } /* Literal.String.Other */ +body:not([data-theme="light"]) .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */ +body:not([data-theme="light"]) .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */ +body:not([data-theme="light"]) .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */ +body:not([data-theme="light"]) .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */ +body:not([data-theme="light"]) .highlight .fm { color: #71ADFF } /* Name.Function.Magic */ +body:not([data-theme="light"]) .highlight .vc { color: #40FFFF } /* Name.Variable.Class */ +body:not([data-theme="light"]) .highlight .vg { color: #40FFFF } /* Name.Variable.Global */ +body:not([data-theme="light"]) .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */ +body:not([data-theme="light"]) .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ +body:not([data-theme="light"]) .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ } } \ No newline at end of file diff --git a/dev/_static/searchtools.js b/dev/_static/searchtools.js index b08d58c..2c774d1 100644 --- a/dev/_static/searchtools.js +++ b/dev/_static/searchtools.js @@ -1,12 +1,5 @@ /* - * searchtools.js - * ~~~~~~~~~~~~~~~~ - * * Sphinx JavaScript utilities for the full-text search. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; @@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") { // and returns the new score. /* score: result => { - const [docname, title, anchor, descr, score, filename] = result + const [docname, title, anchor, descr, score, filename, kind] = result return score }, */ @@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") { }; } +// Global search result kind enum, used by themes to style search results. +class SearchResultKind { + static get index() { return "index"; } + static get object() { return "object"; } + static get text() { return "text"; } + static get title() { return "title"; } +} + const _removeChildren = (element) => { while (element && element.lastChild) element.removeChild(element.lastChild); }; @@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => { const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; const contentRoot = document.documentElement.dataset.content_root; - const [docName, title, anchor, descr, score, _filename] = item; + const [docName, title, anchor, descr, score, _filename, kind] = item; let listItem = document.createElement("li"); + // Add a class representing the item's type: + // can be used by a theme's CSS selector for styling + // See SearchResultKind for the class names. + listItem.classList.add(`kind-${kind}`); let requestUrl; let linkUrl; if (docBuilder === "dirhtml") { @@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => { "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." ); else - Search.status.innerText = _( - "Search finished, found ${resultCount} page(s) matching the search query." + Search.status.innerText = Documentation.ngettext( + "Search finished, found one page matching the search query.", + "Search finished, found ${resultCount} pages matching the search query.", + resultCount, ).replace('${resultCount}', resultCount); }; const _displayNextItem = ( @@ -138,7 +145,7 @@ const _displayNextItem = ( else _finishSearch(resultCount); }; // Helper function used by query() to order search results. -// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Each input is an array of [docname, title, anchor, descr, score, filename, kind]. // Order the results by score (in opposite order of appearance, since the // `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. const _orderResultsByScoreThenName = (a, b) => { @@ -248,6 +255,7 @@ const Search = { searchSummary.classList.add("search-summary"); searchSummary.innerText = ""; const searchList = document.createElement("ul"); + searchList.setAttribute("role", "list"); searchList.classList.add("search"); const out = document.getElementById("search-results"); @@ -318,7 +326,7 @@ const Search = { const indexEntries = Search._index.indexentries; // Collect multiple result groups to be sorted separately and then ordered. - // Each is an array of [docname, title, anchor, descr, score, filename]. + // Each is an array of [docname, title, anchor, descr, score, filename, kind]. const normalResults = []; const nonMainIndexResults = []; @@ -337,6 +345,7 @@ const Search = { null, score + boost, filenames[file], + SearchResultKind.title, ]); } } @@ -354,6 +363,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.index, ]; if (isMain) { normalResults.push(result); @@ -475,6 +485,7 @@ const Search = { descr, score, filenames[match[0]], + SearchResultKind.object, ]); }; Object.keys(objects).forEach((prefix) => @@ -585,6 +596,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.text, ]); } return results; diff --git a/dev/api/generated/hipsta.run_hipsta.html b/dev/api/generated/hipsta.run_hipsta.html index b40afb8..139f2c9 100644 --- a/dev/api/generated/hipsta.run_hipsta.html +++ b/dev/api/generated/hipsta.run_hipsta.html @@ -5,9 +5,9 @@ - + hipsta.run_hipsta - Hipsta - + @@ -333,7 +333,7 @@

hipsta.run_hipstaReturns:
-
dict

a dictionary of input arguments

+
dict

a dictionary of input arguments

@@ -371,7 +371,7 @@

hipsta.run_hipsta
Made with Furo @@ -417,7 +417,7 @@

hipsta.run_hipsta - + diff --git a/dev/api/generated/hipsta.utils.map_values.mapValues.html b/dev/api/generated/hipsta.utils.map_values.mapValues.html index daa83f8..eaa589f 100644 --- a/dev/api/generated/hipsta.utils.map_values.mapValues.html +++ b/dev/api/generated/hipsta.utils.map_values.mapValues.html @@ -5,9 +5,9 @@ - + hipsta.utils.map_values.mapValues - Hipsta - + @@ -279,7 +279,7 @@

hipsta.utils.map_values.mapValues
Made with Furo @@ -325,7 +325,7 @@

hipsta.utils.map_values.mapValues - + diff --git a/dev/api/index.html b/dev/api/index.html index 05b2759..d6b094c 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -5,9 +5,9 @@ - + API Reference - Hipsta - + @@ -294,7 +294,7 @@

API Reference
Made with Furo @@ -321,7 +321,7 @@

API Reference - + diff --git a/dev/changes/index.html b/dev/changes/index.html index 26f37b2..7c3ac8e 100644 --- a/dev/changes/index.html +++ b/dev/changes/index.html @@ -5,9 +5,9 @@ - + Changes - Hipsta - + @@ -345,7 +345,7 @@

v0.1.0-beta
Made with Furo @@ -396,7 +396,7 @@

v0.1.0-beta - + diff --git a/dev/documentation/index.html b/dev/documentation/index.html index 5af5ba7..5c10004 100644 --- a/dev/documentation/index.html +++ b/dev/documentation/index.html @@ -5,9 +5,9 @@ - + Documentation - Hipsta - + @@ -328,12 +328,12 @@

As a command-line script:

As a python package:

The hipsta scripts can also be run within a Python environment:

-
import hipsta
+
import hipsta
 hipsta.run_hipsta(filename="my_filename.mgz", hemi="lh", lut="freesurfer", outputdir="my_output_directory")
 

A full list of available arguments for the run_hipsta function can be obtained with:

-
import hipsta
+
import hipsta
 help(hipsta.run_hipsta)
 
@@ -582,7 +582,7 @@

References:
Made with Furo @@ -638,7 +638,7 @@

References: - + diff --git a/dev/genindex.html b/dev/genindex.html index 060783f..9b53535 100644 --- a/dev/genindex.html +++ b/dev/genindex.html @@ -4,8 +4,8 @@ - Index - Hipsta - + Index - Hipsta + @@ -278,7 +278,7 @@

R

- + diff --git a/dev/index.html b/dev/index.html index b1331c9..1d96da5 100644 --- a/dev/index.html +++ b/dev/index.html @@ -5,9 +5,9 @@ - + Hipsta - + @@ -308,7 +308,7 @@

License - + diff --git a/dev/search.html b/dev/search.html index d64123c..d768934 100644 --- a/dev/search.html +++ b/dev/search.html @@ -5,9 +5,9 @@ - + -Search - Hipsta +Search - Hipsta @@ -266,7 +266,7 @@ - + diff --git a/dev/searchindex.js b/dev/searchindex.js index 2516943..df15317 100644 --- a/dev/searchindex.js +++ b/dev/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Image processing": [[6, "image-processing"]], "10. Mapping of subfield labels (and other volume-based data, optional)": [[6, "mapping-of-subfield-labels-and-other-volume-based-data-optional"]], "11. Creation supplementary files for visualization": [[6, "creation-supplementary-files-for-visualization"]], "2. Label processing": [[6, "label-processing"]], "3. Mask processing": [[6, "mask-processing"]], "4. Surface creation": [[6, "surface-creation"]], "5. Creation of a tetrahedral mesh": [[6, "creation-of-a-tetrahedral-mesh"]], "6. Creation of label files for the tetra mesh": [[6, "creation-of-label-files-for-the-tetra-mesh"]], "7. Cutting of the tetra mesh at anterior and posterior ends": [[6, "cutting-of-the-tetra-mesh-at-anterior-and-posterior-ends"]], "8. Cube parametrization": [[6, "cube-parametrization"]], "9. Thickness and curvature computation": [[6, "thickness-and-curvature-computation"]], "API Reference": [[2, null]], "Additional arguments for ASHS and FreeSurfer segmentations": [[6, "additional-arguments-for-ashs-and-freesurfer-segmentations"]], "Additional arguments for ASHS segmentations": [[6, "additional-arguments-for-ashs-segmentations"]], "As a command-line script:": [[4, "as-a-command-line-script"]], "As a python package:": [[4, "as-a-python-package"]], "Automated QC": [[6, "automated-qc"]], "Changes": [[3, null]], "Common issues": [[6, "common-issues"]], "Cutting issues": [[6, "cutting-issues"]], "Description:": [[4, "description"]], "Documentation": [[4, null]], "Evaluating the output": [[6, "evaluating-the-output"]], "Hipsta": [[5, null]], "Holes in the surface": [[6, "holes-in-the-surface"]], "Input images": [[6, "input-images"]], "Installation": [[5, "installation"]], "License": [[5, "license"]], "Logfiles": [[6, "logfiles"]], "Mandatory arguments": [[6, "mandatory-arguments"]], "Manual QC": [[6, "manual-qc"]], "Outputs:": [[4, "outputs"]], "Processing steps": [[6, "processing-steps"]], "Purpose:": [[4, "purpose"]], "QC": [[6, "qc"]], "References:": [[4, "references"]], "Requirements:": [[4, "requirements"]], "Running an analysis": [[6, "running-an-analysis"]], "Supported segmentations:": [[4, "supported-segmentations"]], "Troubleshooting": [[6, "troubleshooting"]], "Tutorial": [[6, null]], "Usage:": [[4, "usage"]], "hipsta.run_hipsta": [[0, null]], "hipsta.utils.map_values.mapValues": [[1, null]], "v0.1.0-beta": [[3, "v0-1-0-beta"]], "v0.1.1-beta": [[3, "v0-1-1-beta"]], "v0.2.0-beta": [[3, "v0-2-0-beta"]], "v0.3.0-beta": [[3, "v0-3-0-beta"]], "v0.4.0-beta": [[3, "v0-4-0-beta"]], "v0.8.0-beta": [[3, "v0-8-0-beta"]]}, "docnames": ["api/generated/hipsta.run_hipsta", "api/generated/hipsta.utils.map_values.mapValues", "api/index", "changes/index", "documentation/index", "index", "tutorials/index"], "envversion": {"nbsphinx": 4, "sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["api/generated/hipsta.run_hipsta.rst", "api/generated/hipsta.utils.map_values.mapValues.rst", "api/index.rst", "changes/index.md", "documentation/index.md", "index.rst", "tutorials/index.md"], "indexentries": {"mapvalues() (in module hipsta.utils.map_values)": [[1, "hipsta.utils.map_values.mapValues", false]], "run_hipsta() (in module hipsta)": [[0, "hipsta.run_hipsta", false]]}, "objects": {"hipsta": [[0, 0, 1, "", "run_hipsta"]], "hipsta.utils.map_values": [[1, 0, 1, "", "mapValues"]]}, "objnames": {"0": ["py", "function", "Python function"]}, "objtypes": {"0": "py:function"}, "terms": {"": [0, 4, 6], "0": [0, 4, 6], "1": [0, 4], "10": 4, "1016": 4, "11": [0, 4], "115": 4, "117": 4, "120182": 4, "1309": 4, "1331": 4, "137": 4, "16": 4, "2": 4, "20": 4, "2009": 4, "2014": 4, "2015": 4, "2023": 4, "21": [0, 4, 6], "236": 4, "255": 4, "258": 4, "276": 4, "287": 4, "299": 4, "3": [0, 4], "312": 4, "33": 6, "36": 4, "3d": 6, "3t": [4, 6], "4": 4, "40": [0, 4], "41": [0, 4, 6], "5": [0, 4], "50": [0, 4], "6": 4, "7": 4, "79": 4, "7t": [4, 6], "8": 4, "9": [0, 4], "975": [0, 4, 6], "A": [4, 5, 6], "By": 6, "For": [4, 6], "If": [0, 4, 6], "In": [4, 6], "It": [4, 6], "Or": 6, "The": [4, 6], "There": 6, "These": 6, "WITH": 6, "abc": [4, 6], "about": 6, "abov": 6, "absolut": 6, "accuraci": 6, "across": 6, "ad": 3, "adapt": 4, "add": 6, "addit": [3, 4], "adjac": 6, "adjust": 6, "advis": 6, "after": 6, "algorithm": [0, 3, 4, 6], "all": [0, 4, 6], "allow": [0, 6], "allow_ragged_surfac": 0, "allow_ragged_tria": 0, "along": [0, 4, 6], "alpha": [4, 6], "alreadi": 6, "also": [4, 5, 6], "altern": 6, "alwai": 6, "amount": 6, "an": [4, 5], "analysi": [0, 4, 5], "anatom": [4, 6], "andreux": 4, "ani": 6, "aniso": [4, 6], "aniso_alpha": 0, "aniso_smooth": 0, "anisoptrop": 6, "anisotrop": [4, 6], "anisotropi": [0, 4], "anoth": 6, "anterior": [3, 4], "api": 5, "appli": [0, 4, 6], "applic": [0, 4], "ar": [0, 4, 6], "argument": [0, 3, 4], "aris": 6, "artifici": 6, "ash": [0, 3, 4], "assertionerror": 6, "associ": [4, 6], "atla": [4, 6], "atlas": [4, 6], "attempt": [0, 4], "aubri": 4, "augustinack": 4, "autom": [0, 4], "automask": [4, 6], "automask_head": 0, "automask_head_margin": 0, "automask_tail": 0, "automask_tail_margin": 0, "avail": [4, 5], "ax": [0, 4, 6], "axi": [0, 4, 6], "b": 4, "base": [3, 4], "basi": 6, "basic": 4, "baumeist": 4, "been": 6, "below": 6, "beltrami": 4, "berron": 4, "besid": [4, 6], "better": 6, "between": [0, 4, 6], "bin": 4, "binar": 4, "binari": [4, 6], "bnd": [4, 6], "bodi": 6, "boundari": [0, 4, 6], "brain": 4, "briefli": 3, "built": [0, 4], "button": 6, "c": 4, "ca": 6, "ca1": 4, "ca2": 4, "ca3": [3, 4], "ca4": 4, "call": 6, "can": [0, 4, 5, 6], "cannot": 6, "case": 6, "caus": 6, "center": 6, "cham": 4, "chang": [5, 6], "check": [0, 4, 6], "check_surfac": 6, "choos": 6, "cite": 4, "cleanup": 4, "close": [0, 4, 6], "code": 3, "cognit": 4, "collect": 4, "color": 4, "com": 5, "combin": 4, "command": [3, 6], "comment": 4, "complement": 6, "complet": 6, "compli": 3, "comput": [0, 4], "conduc": 6, "conduct": [4, 6], "confer": 4, "configur": 6, "conjunct": 6, "connect": [0, 6], "conserv": 6, "consid": 4, "consist": 6, "construct": 4, "contain": [4, 6], "content": 6, "continu": 0, "control": [4, 6], "convent": 3, "convert": [4, 6], "coordin": 6, "copi": 5, "correspond": [4, 6], "cortic": 4, "could": 6, "cover": 6, "creat": [0, 4, 6], "creation": 4, "cremer": 4, "crop": [0, 4, 6], "csv": [4, 6], "cube": [0, 4], "current": [4, 6], "curv": [4, 6], "curvatur": [3, 4], "custom": 4, "cut": [0, 4], "cut_rang": 0, "d": 4, "da": 4, "data": [3, 4], "debug": [0, 4], "deep": 5, "default": [0, 3, 4, 6], "defin": 6, "depend": 3, "descript": 6, "desir": 6, "detail": 6, "detect": [0, 4, 6], "determin": 6, "diagnost": [0, 4, 6], "dict": 0, "dictionari": 0, "dier": 4, "differ": 6, "dilat": [4, 6], "dimens": [3, 4, 6], "dimension": 4, "ding": 4, "direct": [3, 4, 6], "directori": [0, 4, 6], "displai": 4, "distinguish": 4, "dmg": 4, "do": [0, 4], "documen": 6, "document": [3, 5, 6], "doe": 6, "doi": 4, "done": 6, "download": 4, "drop": 3, "due": 6, "dure": [4, 6], "d\u00fczel": 4, "e": [0, 3, 4, 6], "each": [4, 6], "edg": [0, 4, 6], "edit": 6, "either": [0, 4, 6], "element": 4, "emploi": 6, "enabl": 6, "end": 4, "engin": 4, "environ": 4, "eros": [4, 6], "error": [4, 6], "estim": [4, 6], "estimt": 6, "euler": 6, "european": 4, "evenli": [0, 4], "ex": 4, "exactli": 6, "exampl": [4, 6], "exclus": 6, "exist": [4, 6], "exit": 4, "expect": 4, "explain": 6, "explan": [4, 6], "explicit": 6, "export": 4, "ext": [4, 6], "extens": 4, "extent": [0, 4, 6], "exterior": [3, 4, 6], "extra": 6, "extract": [4, 6], "f": [4, 6], "facil": 4, "factor": [0, 4], "fail": 6, "failur": 6, "fals": [0, 1], "fifth": 6, "file": [0, 3, 4], "filenam": [0, 4, 6], "filenan": 6, "fill": [4, 6], "filter": [0, 4, 6], "final": 6, "fine": 6, "finish": [4, 6], "finit": 4, "first": 6, "fischl": 4, "flag": 6, "float": 4, "folder": [3, 4, 6], "follow": [4, 6], "form": 6, "format": [4, 6], "found": [4, 5], "fourth": 6, "freesurf": [0, 3, 4], "freesurfer_hom": 4, "freeview": 6, "frequent": 6, "from": [3, 4, 5, 6], "full": [3, 4, 5], "function": [3, 4, 6], "fundament": 3, "further": 6, "g": 4, "gauss": [4, 6], "gauss_filter_s": [0, 6], "gaussian": [0, 4, 6], "gener": [3, 4], "geometri": 4, "gertj": 4, "get": 4, "geuzain": 4, "git": 5, "github": 5, "give": 6, "given": 6, "gmsh": 4, "good": 6, "gradual": 6, "grain": 6, "grid": [0, 4, 6], "h": 4, "ha": [3, 6], "have": 4, "head": [0, 4, 6], "header": 4, "help": [4, 6], "hemi": [0, 4, 6], "hemispher": [0, 4, 6], "here": [4, 6], "heurist": 6, "high": [4, 6], "higher": [4, 6], "hippocamp": [0, 3, 4, 5, 6], "hippocampl": 6, "hippocampu": 4, "hipsta": [4, 6], "hole": [0, 4], "how": 6, "howev": 6, "hsf": [1, 4, 6], "hsflist": 3, "http": [4, 5], "human": 4, "i": [0, 3, 4, 5, 6], "id": 4, "identif": [4, 6], "identifi": 6, "iglesia": 4, "ignor": 4, "imag": [0, 4], "impair": 4, "import": 4, "impos": 6, "improv": 3, "in_indic": 1, "in_label": 1, "in_suffix": 1, "in_surf": 1, "in_vol": 1, "incl": 3, "includ": 4, "increas": 6, "inferior": 3, "info": [4, 6], "inform": [4, 6], "initi": [4, 6], "inner": 6, "input": 0, "inspect": 6, "instal": 4, "int": [4, 6], "integr": [1, 3], "interfac": 3, "interior": [3, 4, 6], "intermedi": [4, 6], "intern": 4, "interp": 1, "introduc": 3, "introduct": 3, "irregularli": 6, "isotrop": 4, "iter": [0, 4], "its": 6, "j": 4, "jessen": 4, "journal": 4, "k": 4, "keep": 0, "keyword": [0, 4], "kliot": 4, "kwarg": 0, "l": 4, "label": [0, 3, 4], "lapi": [3, 4], "laplac": 4, "larger": 6, "later": [3, 4, 6], "layer": [0, 4, 6], "left": 6, "length": [0, 4, 6], "less": [0, 6], "lh": [0, 4, 6], "librari": 4, "like": 6, "line": [3, 6], "linux": 4, "linux64": 4, "list": [0, 4, 6], "load": 6, "lobe": 6, "log": 3, "logfil": 4, "long": [4, 6], "long_filt": [0, 6], "long_filter_s": [0, 6], "longer": 3, "longitudin": [0, 4, 6], "look": [0, 4, 6], "loop": [0, 6], "lower": 6, "lut": [0, 3, 4, 6], "m": 4, "macosx": 4, "mai": [0, 4, 6], "main": 6, "major": [3, 4], "make": 4, "mancuso": 4, "mandatori": 3, "map": 4, "mapvalu": 3, "march": [0, 4, 6], "margin": [0, 4, 6], "mask": [0, 4], "mca": [0, 4, 6], "mcc": 0, "md": 3, "mean": [3, 4, 6], "meaning": 6, "medial": [3, 4, 6], "medic": 6, "merg": [0, 4, 6], "mesh": [0, 4], "messag": [4, 6], "method": 4, "mgh": [4, 6], "mgz": [4, 6], "mi": 5, "mid": [0, 3, 4, 6], "midsurfac": [4, 6], "mild": 4, "minim": 6, "miss": 4, "mit": 5, "mitig": 6, "mm": 6, "mode": 1, "modifi": 6, "molecular": [0, 4, 6], "more": [0, 4, 6], "mri": [4, 6], "mri_mc": [0, 4], "multipl": 4, "must": 4, "my": [4, 6], "my_filenam": 4, "my_output_directori": 4, "name": [3, 4], "nearest": 1, "necessari": [0, 3, 4, 6], "need": [3, 4, 6], "neg": [0, 3, 4, 6], "neuroimag": 4, "new": 6, "next": 6, "nguyen": 4, "nibabel": 4, "no_check_boundari": 0, "no_check_surfac": 0, "no_cleanup": 0, "no_close_mask": 0, "no_crop": 0, "no_gauss_filt": [0, 6], "no_merge_molecular_lay": 0, "no_ori": 0, "no_qc": 0, "none": 1, "now": 3, "number": [0, 4, 6], "numer": [0, 4, 6], "numpi": 4, "observ": 6, "obtain": [4, 6], "off": 6, "one": [0, 4, 6], "onli": [0, 4], "onto": [3, 4, 6], "ooverlai": 6, "open": [4, 5, 6], "oper": [0, 4, 6], "optim": 6, "option": [0, 4], "orient": 0, "origin": 0, "other": 4, "otherwis": [0, 4], "outer": 6, "outlin": 6, "output": 3, "outputdir": [0, 4, 6], "overlai": [3, 4, 6], "overlaid": [4, 6], "p": 4, "packag": [3, 5, 6], "page": 4, "panel": 6, "param": 1, "paramet": [0, 3, 4, 6], "parametr": 4, "part": 6, "particular": 6, "path": [4, 6], "penn": [4, 6], "penn_abc_3t_t2": [0, 4, 6], "perform": [0, 4], "permiss": 4, "pip": 5, "pipelin": 6, "place": 6, "plausibl": 6, "player": 4, "pleas": [4, 6], "plot": [4, 6], "plu": 3, "pluta": 4, "point": 4, "posit": [0, 3, 4, 6], "possibl": [4, 6], "post": 4, "posterior": [3, 4], "potenti": 6, "pp": 4, "pre": 4, "preprocess": [3, 6], "presenc": 6, "present": [4, 6], "presubiculum": [3, 4], "primari": [4, 6], "primarili": 4, "proce": 0, "procedur": 6, "process": 4, "produc": 6, "program": [4, 6], "project": [3, 4, 6], "provid": [4, 6], "psol": [4, 6], "public": 4, "purpos": 0, "py": 6, "pyacvd": [3, 4], "pypi": 5, "python": [3, 5], "pyvista": [3, 4], "qc": [0, 4], "qualiti": [4, 6], "quick": 6, "r": 4, "rag": 0, "ran": 6, "rang": [0, 4, 6], "re": [3, 6], "readm": 3, "recommend": 6, "reduc": 6, "refer": 5, "refin": 6, "region": [4, 6], "regular": [0, 4], "rel": 6, "relev": 6, "remacl": 4, "remesh": [0, 3, 4, 6], "remesh_s": 0, "remov": 4, "repeat": [0, 4, 6], "repres": 6, "represent": 6, "requir": [3, 6], "resolut": [0, 4, 6], "restrict": 4, "result": [0, 4, 6], "retri": 6, "return": [0, 6], "reuter": 4, "revis": 3, "rgb": 4, "rh": [0, 4, 6], "right": 6, "rm": 6, "rodola": 4, "run": [0, 3, 4], "run_hipsta": [4, 6], "same": 4, "sampl": 6, "scikit": 6, "scipi": 4, "script": 6, "second": 6, "section": 6, "see": [3, 4, 6], "segment": [0, 3], "select": [1, 3], "sens": 4, "separ": [3, 6], "sequenc": 6, "set": [4, 6], "sever": 6, "shape": [0, 4, 5, 6], "shapetool": 3, "sharp": 6, "sheet": 3, "should": [0, 4], "show": 6, "shown": 6, "sign": 3, "similar": 6, "simpli": 6, "sinc": 6, "singl": 4, "sixth": 6, "size": [0, 4, 6], "skimag": [0, 4], "slice": [0, 4], "small": [0, 4, 6], "smallest": [0, 4, 6], "smooth": [0, 4, 6], "so": 6, "softwar": [4, 6], "solut": 6, "solv": 6, "some": [4, 6], "sourc": [4, 5], "space": [0, 4, 6], "specif": 6, "specifi": 6, "speed": 6, "springer": 4, "stage": 6, "standalon": 3, "start": [3, 4], "step": [3, 4], "store": [4, 6], "strategi": 6, "structur": 4, "sub": [4, 6], "subdirectori": 6, "subfield": [3, 4], "subfielddna": 3, "subfold": 6, "subiculum": [4, 6], "substanti": 6, "substructur": 4, "success": 6, "successfulli": 6, "suitabl": 6, "superior": 3, "supplementari": 4, "support": [3, 6], "surf": [4, 6], "surfac": [0, 3, 4], "switch": 6, "system": 6, "t2": [4, 6], "tabl": [0, 4, 6], "tail": [0, 4, 6], "target": 0, "technic": [4, 6], "tempor": [4, 6], "term": 6, "termin": 6, "tetra": 4, "tetrahedr": [0, 4], "text": [0, 4, 6], "tgz": 4, "than": [0, 6], "thei": 6, "them": 6, "therefor": [4, 6], "thi": [3, 4, 6], "thick": [0, 3, 4, 5], "thickness_grid": 0, "third": 6, "three": [0, 4, 6], "threshold": [0, 4, 6], "through": 6, "tick": 4, "togeth": 6, "toolbox": 6, "topic": 6, "total": 6, "transit": [0, 4], "transpar": 4, "triangl": 0, "triangul": 6, "triangular": [4, 6], "troubleshoot": 4, "try": 6, "tune": 6, "tutori": [4, 5], "two": [0, 4, 6], "txt": [4, 6], "type": [0, 4, 6], "ultra": 4, "umc": 4, "umcutrecht_7t": [0, 4, 6], "unclean": 6, "unconnect": 6, "under": 5, "unit": 6, "unless": 6, "up": [0, 4, 6], "updat": 3, "upsampl": [0, 4, 6], "upsample_s": 0, "us": [0, 4, 6], "utrecht": [4, 6], "v": 6, "valid": 4, "valu": [4, 6], "variabl": 4, "variou": 3, "verbal": [0, 4, 6], "veri": 6, "versa": 3, "version": [3, 4, 6], "vertex": 6, "vertic": [0, 6], "vice": 3, "view": 6, "vision": 4, "visual": 4, "vivo": 4, "volum": [3, 4], "volumetri": 4, "voxel": [0, 4, 6], "vtk": [4, 6], "wa": 3, "wang": 4, "we": 6, "weight": [4, 6], "well": [4, 6], "were": [4, 6], "what": 3, "where": [0, 4, 6], "wherea": [4, 6], "whether": 6, "which": 6, "width": [0, 4, 6], "within": 4, "without": [4, 6], "wolk": 4, "work": [4, 6], "wright": 4, "writeannot": 1, "writemgh": 1, "writepsol": 1, "written": [0, 4, 6], "x": [0, 3, 4, 6], "xie": 4, "y": [0, 3, 4, 6], "you": 4, "your": 4, "yushkevich": 4, "z": [0, 3, 4, 6], "zero": [0, 4, 6]}, "titles": ["hipsta.run_hipsta", "hipsta.utils.map_values.mapValues", "API Reference", "Changes", "Documentation", "Hipsta", "Tutorial"], "titleterms": {"0": 3, "1": [3, 6], "10": 6, "11": 6, "2": [3, 6], "3": [3, 6], "4": [3, 6], "5": 6, "6": 6, "7": 6, "8": [3, 6], "9": 6, "As": 4, "addit": 6, "an": 6, "analysi": 6, "anterior": 6, "api": 2, "argument": 6, "ash": 6, "autom": 6, "base": 6, "beta": 3, "chang": 3, "command": 4, "common": 6, "comput": 6, "creation": 6, "cube": 6, "curvatur": 6, "cut": 6, "data": 6, "descript": 4, "document": 4, "end": 6, "evalu": 6, "file": 6, "freesurf": 6, "hipsta": [0, 1, 5], "hole": 6, "imag": 6, "input": 6, "instal": 5, "issu": 6, "label": 6, "licens": 5, "line": 4, "logfil": 6, "mandatori": 6, "manual": 6, "map": 6, "map_valu": 1, "mapvalu": 1, "mask": 6, "mesh": 6, "option": 6, "other": 6, "output": [4, 6], "packag": 4, "parametr": 6, "posterior": 6, "process": 6, "purpos": 4, "python": 4, "qc": 6, "refer": [2, 4], "requir": 4, "run": 6, "run_hipsta": 0, "script": 4, "segment": [4, 6], "step": 6, "subfield": 6, "supplementari": 6, "support": 4, "surfac": 6, "tetra": 6, "tetrahedr": 6, "thick": 6, "troubleshoot": 6, "tutori": 6, "usag": 4, "util": 1, "v0": 3, "visual": 6, "volum": 6}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. Image processing": [[6, "image-processing"]], "10. Mapping of subfield labels (and other volume-based data, optional)": [[6, "mapping-of-subfield-labels-and-other-volume-based-data-optional"]], "11. Creation supplementary files for visualization": [[6, "creation-supplementary-files-for-visualization"]], "2. Label processing": [[6, "label-processing"]], "3. Mask processing": [[6, "mask-processing"]], "4. Surface creation": [[6, "surface-creation"]], "5. Creation of a tetrahedral mesh": [[6, "creation-of-a-tetrahedral-mesh"]], "6. Creation of label files for the tetra mesh": [[6, "creation-of-label-files-for-the-tetra-mesh"]], "7. Cutting of the tetra mesh at anterior and posterior ends": [[6, "cutting-of-the-tetra-mesh-at-anterior-and-posterior-ends"]], "8. Cube parametrization": [[6, "cube-parametrization"]], "9. Thickness and curvature computation": [[6, "thickness-and-curvature-computation"]], "API Reference": [[2, null]], "Additional arguments for ASHS and FreeSurfer segmentations": [[6, "additional-arguments-for-ashs-and-freesurfer-segmentations"]], "Additional arguments for ASHS segmentations": [[6, "additional-arguments-for-ashs-segmentations"]], "As a command-line script:": [[4, "as-a-command-line-script"]], "As a python package:": [[4, "as-a-python-package"]], "Automated QC": [[6, "automated-qc"]], "Changes": [[3, null]], "Common issues": [[6, "common-issues"]], "Cutting issues": [[6, "cutting-issues"]], "Description:": [[4, "description"]], "Documentation": [[4, null]], "Evaluating the output": [[6, "evaluating-the-output"]], "Hipsta": [[5, null]], "Holes in the surface": [[6, "holes-in-the-surface"]], "Input images": [[6, "input-images"]], "Installation": [[5, "installation"]], "License": [[5, "license"]], "Logfiles": [[6, "logfiles"]], "Mandatory arguments": [[6, "mandatory-arguments"]], "Manual QC": [[6, "manual-qc"]], "Outputs:": [[4, "outputs"]], "Processing steps": [[6, "processing-steps"]], "Purpose:": [[4, "purpose"]], "QC": [[6, "qc"]], "References:": [[4, "references"]], "Requirements:": [[4, "requirements"]], "Running an analysis": [[6, "running-an-analysis"]], "Supported segmentations:": [[4, "supported-segmentations"]], "Troubleshooting": [[6, "troubleshooting"]], "Tutorial": [[6, null]], "Usage:": [[4, "usage"]], "hipsta.run_hipsta": [[0, null]], "hipsta.utils.map_values.mapValues": [[1, null]], "v0.1.0-beta": [[3, "v0-1-0-beta"]], "v0.1.1-beta": [[3, "v0-1-1-beta"]], "v0.2.0-beta": [[3, "v0-2-0-beta"]], "v0.3.0-beta": [[3, "v0-3-0-beta"]], "v0.4.0-beta": [[3, "v0-4-0-beta"]], "v0.8.0-beta": [[3, "v0-8-0-beta"]]}, "docnames": ["api/generated/hipsta.run_hipsta", "api/generated/hipsta.utils.map_values.mapValues", "api/index", "changes/index", "documentation/index", "index", "tutorials/index"], "envversion": {"nbsphinx": 4, "sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["api/generated/hipsta.run_hipsta.rst", "api/generated/hipsta.utils.map_values.mapValues.rst", "api/index.rst", "changes/index.md", "documentation/index.md", "index.rst", "tutorials/index.md"], "indexentries": {"mapvalues() (in module hipsta.utils.map_values)": [[1, "hipsta.utils.map_values.mapValues", false]], "run_hipsta() (in module hipsta)": [[0, "hipsta.run_hipsta", false]]}, "objects": {"hipsta": [[0, 0, 1, "", "run_hipsta"]], "hipsta.utils.map_values": [[1, 0, 1, "", "mapValues"]]}, "objnames": {"0": ["py", "function", "Python function"]}, "objtypes": {"0": "py:function"}, "terms": {"": [0, 4, 6], "0": [0, 4, 6], "1": [0, 4], "10": 4, "1016": 4, "11": [0, 4], "115": 4, "117": 4, "120182": 4, "1309": 4, "1331": 4, "137": 4, "16": 4, "2": 4, "20": 4, "2009": 4, "2014": 4, "2015": 4, "2023": 4, "21": [0, 4, 6], "236": 4, "255": 4, "258": 4, "276": 4, "287": 4, "299": 4, "3": [0, 4], "312": 4, "33": 6, "36": 4, "3d": 6, "3t": [4, 6], "4": 4, "40": [0, 4], "41": [0, 4, 6], "5": [0, 4], "50": [0, 4], "6": 4, "7": 4, "79": 4, "7t": [4, 6], "8": 4, "9": [0, 4], "975": [0, 4, 6], "A": [4, 5, 6], "By": 6, "For": [4, 6], "If": [0, 4, 6], "In": [4, 6], "It": [4, 6], "Or": 6, "The": [4, 6], "There": 6, "These": 6, "WITH": 6, "abc": [4, 6], "about": 6, "abov": 6, "absolut": 6, "accuraci": 6, "across": 6, "ad": 3, "adapt": 4, "add": 6, "addit": [3, 4], "adjac": 6, "adjust": 6, "advis": 6, "after": 6, "algorithm": [0, 3, 4, 6], "all": [0, 4, 6], "allow": [0, 6], "allow_ragged_surfac": 0, "allow_ragged_tria": 0, "along": [0, 4, 6], "alpha": [4, 6], "alreadi": 6, "also": [4, 5, 6], "altern": 6, "alwai": 6, "amount": 6, "an": [4, 5], "analysi": [0, 4, 5], "anatom": [4, 6], "andreux": 4, "ani": 6, "aniso": [4, 6], "aniso_alpha": 0, "aniso_smooth": 0, "anisoptrop": 6, "anisotrop": [4, 6], "anisotropi": [0, 4], "anoth": 6, "anterior": [3, 4], "api": 5, "appli": [0, 4, 6], "applic": [0, 4], "ar": [0, 4, 6], "argument": [0, 3, 4], "aris": 6, "artifici": 6, "ash": [0, 3, 4], "assertionerror": 6, "associ": [4, 6], "atla": [4, 6], "atlas": [4, 6], "attempt": [0, 4], "aubri": 4, "augustinack": 4, "autom": [0, 4], "automask": [4, 6], "automask_head": 0, "automask_head_margin": 0, "automask_tail": 0, "automask_tail_margin": 0, "avail": [4, 5], "ax": [0, 4, 6], "axi": [0, 4, 6], "b": 4, "base": [3, 4], "basi": 6, "basic": 4, "baumeist": 4, "been": 6, "below": 6, "beltrami": 4, "berron": 4, "besid": [4, 6], "better": 6, "between": [0, 4, 6], "bin": 4, "binar": 4, "binari": [4, 6], "bnd": [4, 6], "bodi": 6, "boundari": [0, 4, 6], "brain": 4, "briefli": 3, "built": [0, 4], "button": 6, "c": 4, "ca": 6, "ca1": 4, "ca2": 4, "ca3": [3, 4], "ca4": 4, "call": 6, "can": [0, 4, 5, 6], "cannot": 6, "case": 6, "caus": 6, "center": 6, "cham": 4, "chang": [5, 6], "check": [0, 4, 6], "check_surfac": 6, "choos": 6, "cite": 4, "cleanup": 4, "close": [0, 4, 6], "code": 3, "cognit": 4, "collect": 4, "color": 4, "com": 5, "combin": 4, "command": [3, 6], "comment": 4, "complement": 6, "complet": 6, "compli": 3, "comput": [0, 4], "conduc": 6, "conduct": [4, 6], "confer": 4, "configur": 6, "conjunct": 6, "connect": [0, 6], "conserv": 6, "consid": 4, "consist": 6, "construct": 4, "contain": [4, 6], "content": 6, "continu": 0, "control": [4, 6], "convent": 3, "convert": [4, 6], "coordin": 6, "copi": 5, "correspond": [4, 6], "cortic": 4, "could": 6, "cover": 6, "creat": [0, 4, 6], "creation": 4, "cremer": 4, "crop": [0, 4, 6], "csv": [4, 6], "cube": [0, 4], "current": [4, 6], "curv": [4, 6], "curvatur": [3, 4], "custom": 4, "cut": [0, 4], "cut_rang": 0, "d": 4, "da": 4, "data": [3, 4], "debug": [0, 4], "deep": 5, "default": [0, 3, 4, 6], "defin": 6, "depend": 3, "descript": 6, "desir": 6, "detail": 6, "detect": [0, 4, 6], "determin": 6, "diagnost": [0, 4, 6], "dict": 0, "dictionari": 0, "dier": 4, "differ": 6, "dilat": [4, 6], "dimens": [3, 4, 6], "dimension": 4, "ding": 4, "direct": [3, 4, 6], "directori": [0, 4, 6], "displai": 4, "distinguish": 4, "dmg": 4, "do": [0, 4], "documen": 6, "document": [3, 5, 6], "doe": 6, "doi": 4, "done": 6, "download": 4, "drop": 3, "due": 6, "dure": [4, 6], "d\u00fczel": 4, "e": [0, 3, 4, 6], "each": [4, 6], "edg": [0, 4, 6], "edit": 6, "either": [0, 4, 6], "element": 4, "emploi": 6, "enabl": 6, "end": 4, "engin": 4, "environ": 4, "eros": [4, 6], "error": [4, 6], "estim": [4, 6], "estimt": 6, "euler": 6, "european": 4, "evenli": [0, 4], "ex": 4, "exactli": 6, "exampl": [4, 6], "exclus": 6, "exist": [4, 6], "exit": 4, "expect": 4, "explain": 6, "explan": [4, 6], "explicit": 6, "export": 4, "ext": [4, 6], "extens": 4, "extent": [0, 4, 6], "exterior": [3, 4, 6], "extra": 6, "extract": [4, 6], "f": [4, 6], "facil": 4, "factor": [0, 4], "fail": 6, "failur": 6, "fals": [0, 1], "fifth": 6, "file": [0, 3, 4], "filenam": [0, 4, 6], "filenan": 6, "fill": [4, 6], "filter": [0, 4, 6], "final": 6, "fine": 6, "finish": [4, 6], "finit": 4, "first": 6, "fischl": 4, "flag": 6, "float": 4, "folder": [3, 4, 6], "follow": [4, 6], "form": 6, "format": [4, 6], "found": [4, 5], "fourth": 6, "freesurf": [0, 3, 4], "freesurfer_hom": 4, "freeview": 6, "frequent": 6, "from": [3, 4, 5, 6], "full": [3, 4, 5], "function": [3, 4, 6], "fundament": 3, "further": 6, "g": 4, "gauss": [4, 6], "gauss_filter_s": [0, 6], "gaussian": [0, 4, 6], "gener": [3, 4], "geometri": 4, "gertj": 4, "get": 4, "geuzain": 4, "git": 5, "github": 5, "give": 6, "given": 6, "gmsh": 4, "good": 6, "gradual": 6, "grain": 6, "grid": [0, 4, 6], "h": 4, "ha": [3, 6], "have": 4, "head": [0, 4, 6], "header": 4, "help": [4, 6], "hemi": [0, 4, 6], "hemispher": [0, 4, 6], "here": [4, 6], "heurist": 6, "high": [4, 6], "higher": [4, 6], "hippocamp": [0, 3, 4, 5, 6], "hippocampl": 6, "hippocampu": 4, "hipsta": [4, 6], "hole": [0, 4], "how": 6, "howev": 6, "hsf": [1, 4, 6], "hsflist": 3, "http": [4, 5], "human": 4, "i": [0, 3, 4, 5, 6], "id": 4, "identif": [4, 6], "identifi": 6, "iglesia": 4, "ignor": 4, "imag": [0, 4], "impair": 4, "import": 4, "impos": 6, "improv": 3, "in_indic": 1, "in_label": 1, "in_suffix": 1, "in_surf": 1, "in_vol": 1, "incl": 3, "includ": 4, "increas": 6, "inferior": 3, "info": [4, 6], "inform": [4, 6], "initi": [4, 6], "inner": 6, "input": 0, "inspect": 6, "instal": 4, "int": [4, 6], "integr": [1, 3], "interfac": 3, "interior": [3, 4, 6], "intermedi": [4, 6], "intern": 4, "interp": 1, "introduc": 3, "introduct": 3, "irregularli": 6, "isotrop": 4, "iter": [0, 4], "its": 6, "j": 4, "jessen": 4, "journal": 4, "k": 4, "keep": 0, "keyword": [0, 4], "kliot": 4, "kwarg": 0, "l": 4, "label": [0, 3, 4], "lapi": [3, 4], "laplac": 4, "larger": 6, "later": [3, 4, 6], "layer": [0, 4, 6], "left": 6, "length": [0, 4, 6], "less": [0, 6], "lh": [0, 4, 6], "librari": 4, "like": 6, "line": [3, 6], "linux": 4, "linux64": 4, "list": [0, 4, 6], "load": 6, "lobe": 6, "log": 3, "logfil": 4, "long": [4, 6], "long_filt": [0, 6], "long_filter_s": [0, 6], "longer": 3, "longitudin": [0, 4, 6], "look": [0, 4, 6], "loop": [0, 6], "lower": 6, "lut": [0, 3, 4, 6], "m": 4, "macosx": 4, "mai": [0, 4, 6], "main": 6, "major": [3, 4], "make": 4, "mancuso": 4, "mandatori": 3, "map": 4, "mapvalu": 3, "march": [0, 4, 6], "margin": [0, 4, 6], "mask": [0, 4], "mca": [0, 4, 6], "mcc": 0, "md": 3, "mean": [3, 4, 6], "meaning": 6, "medial": [3, 4, 6], "medic": 6, "merg": [0, 4, 6], "mesh": [0, 4], "messag": [4, 6], "method": 4, "mgh": [4, 6], "mgz": [4, 6], "mi": 5, "mid": [0, 3, 4, 6], "midsurfac": [4, 6], "mild": 4, "minim": 6, "miss": 4, "mit": 5, "mitig": 6, "mm": 6, "mode": 1, "modifi": 6, "molecular": [0, 4, 6], "more": [0, 4, 6], "mri": [4, 6], "mri_mc": [0, 4], "multipl": 4, "must": 4, "my": [4, 6], "my_filenam": 4, "my_output_directori": 4, "name": [3, 4], "nearest": 1, "necessari": [0, 3, 4, 6], "need": [3, 4, 6], "neg": [0, 3, 4, 6], "neuroimag": 4, "new": 6, "next": 6, "nguyen": 4, "nibabel": 4, "no_check_boundari": 0, "no_check_surfac": 0, "no_cleanup": 0, "no_close_mask": 0, "no_crop": 0, "no_gauss_filt": [0, 6], "no_merge_molecular_lay": 0, "no_ori": 0, "no_qc": 0, "none": 1, "now": 3, "number": [0, 4, 6], "numer": [0, 4, 6], "numpi": 4, "observ": 6, "obtain": [4, 6], "off": 6, "one": [0, 4, 6], "onli": [0, 4], "onto": [3, 4, 6], "ooverlai": 6, "open": [4, 5, 6], "oper": [0, 4, 6], "optim": 6, "option": [0, 4], "orient": 0, "origin": 0, "other": 4, "otherwis": [0, 4], "outer": 6, "outlin": 6, "output": 3, "outputdir": [0, 4, 6], "overlai": [3, 4, 6], "overlaid": [4, 6], "p": 4, "packag": [3, 5, 6], "page": 4, "panel": 6, "param": 1, "paramet": [0, 3, 4, 6], "parametr": 4, "part": 6, "particular": 6, "path": [4, 6], "penn": [4, 6], "penn_abc_3t_t2": [0, 4, 6], "perform": [0, 4], "permiss": 4, "pip": 5, "pipelin": 6, "place": 6, "plausibl": 6, "player": 4, "pleas": [4, 6], "plot": [4, 6], "plu": 3, "pluta": 4, "point": 4, "posit": [0, 3, 4, 6], "possibl": [4, 6], "post": 4, "posterior": [3, 4], "potenti": 6, "pp": 4, "pre": 4, "preprocess": [3, 6], "presenc": 6, "present": [4, 6], "presubiculum": [3, 4], "primari": [4, 6], "primarili": 4, "proce": 0, "procedur": 6, "process": 4, "produc": 6, "program": [4, 6], "project": [3, 4, 6], "provid": [4, 6], "psol": [4, 6], "public": 4, "purpos": 0, "py": 6, "pyacvd": [3, 4], "pypi": 5, "python": [3, 5], "pyvista": [3, 4], "qc": [0, 4], "qualiti": [4, 6], "quick": 6, "r": 4, "rag": 0, "ran": 6, "rang": [0, 4, 6], "re": [3, 6], "readm": 3, "recommend": 6, "reduc": 6, "refer": 5, "refin": 6, "region": [4, 6], "regular": [0, 4], "rel": 6, "relev": 6, "remacl": 4, "remesh": [0, 3, 4, 6], "remesh_s": 0, "remov": 4, "repeat": [0, 4, 6], "repres": 6, "represent": 6, "requir": [3, 6], "resolut": [0, 4, 6], "restrict": 4, "result": [0, 4, 6], "retri": 6, "return": [0, 6], "reuter": 4, "revis": 3, "rgb": 4, "rh": [0, 4, 6], "right": 6, "rm": 6, "rodola": 4, "run": [0, 3, 4], "run_hipsta": [4, 6], "same": 4, "sampl": 6, "scikit": 6, "scipi": 4, "script": 6, "second": 6, "section": 6, "see": [3, 4, 6], "segment": [0, 3], "select": [1, 3], "sens": 4, "separ": [3, 6], "sequenc": 6, "set": [4, 6], "sever": 6, "shape": [0, 4, 5, 6], "shapetool": 3, "sharp": 6, "sheet": 3, "should": [0, 4], "show": 6, "shown": 6, "sign": 3, "similar": 6, "simpli": 6, "sinc": 6, "singl": 4, "sixth": 6, "size": [0, 4, 6], "skimag": [0, 4], "slice": [0, 4], "small": [0, 4, 6], "smallest": [0, 4, 6], "smooth": [0, 4, 6], "so": 6, "softwar": [4, 6], "solut": 6, "solv": 6, "some": [4, 6], "sourc": [4, 5], "space": [0, 4, 6], "specif": 6, "specifi": 6, "speed": 6, "springer": 4, "stage": 6, "standalon": 3, "start": [3, 4], "step": [3, 4], "store": [4, 6], "strategi": 6, "structur": 4, "sub": [4, 6], "subdirectori": 6, "subfield": [3, 4], "subfielddna": 3, "subfold": 6, "subiculum": [4, 6], "substanti": 6, "substructur": 4, "success": 6, "successfulli": 6, "suitabl": 6, "superior": 3, "supplementari": 4, "support": [3, 6], "surf": [4, 6], "surfac": [0, 3, 4], "switch": 6, "system": 6, "t2": [4, 6], "tabl": [0, 4, 6], "tail": [0, 4, 6], "target": 0, "technic": [4, 6], "tempor": [4, 6], "term": 6, "termin": 6, "tetra": 4, "tetrahedr": [0, 4], "text": [0, 4, 6], "tgz": 4, "than": [0, 6], "thei": 6, "them": 6, "therefor": [4, 6], "thi": [3, 4, 6], "thick": [0, 3, 4, 5], "thickness_grid": 0, "third": 6, "three": [0, 4, 6], "threshold": [0, 4, 6], "through": 6, "tick": 4, "togeth": 6, "toolbox": 6, "topic": 6, "total": 6, "transit": [0, 4], "transpar": 4, "triangl": 0, "triangul": 6, "triangular": [4, 6], "troubleshoot": 4, "try": 6, "tune": 6, "tutori": [4, 5], "two": [0, 4, 6], "txt": [4, 6], "type": [0, 4, 6], "ultra": 4, "umc": 4, "umcutrecht_7t": [0, 4, 6], "unclean": 6, "unconnect": 6, "under": 5, "unit": 6, "unless": 6, "up": [0, 4, 6], "updat": 3, "upsampl": [0, 4, 6], "upsample_s": 0, "us": [0, 4, 6], "utrecht": [4, 6], "v": 6, "valid": 4, "valu": [4, 6], "variabl": 4, "variou": 3, "verbal": [0, 4, 6], "veri": 6, "versa": 3, "version": [3, 4, 6], "vertex": 6, "vertic": [0, 6], "vice": 3, "view": 6, "vision": 4, "visual": 4, "vivo": 4, "volum": [3, 4], "volumetri": 4, "voxel": [0, 4, 6], "vtk": [4, 6], "wa": 3, "wang": 4, "we": 6, "weight": [4, 6], "well": [4, 6], "were": [4, 6], "what": 3, "where": [0, 4, 6], "wherea": [4, 6], "whether": 6, "which": 6, "width": [0, 4, 6], "within": 4, "without": [4, 6], "wolk": 4, "work": [4, 6], "wright": 4, "writeannot": 1, "writemgh": 1, "writepsol": 1, "written": [0, 4, 6], "x": [0, 3, 4, 6], "xie": 4, "y": [0, 3, 4, 6], "you": 4, "your": 4, "yushkevich": 4, "z": [0, 3, 4, 6], "zero": [0, 4, 6]}, "titles": ["hipsta.run_hipsta", "hipsta.utils.map_values.mapValues", "API Reference", "Changes", "Documentation", "Hipsta", "Tutorial"], "titleterms": {"0": 3, "1": [3, 6], "10": 6, "11": 6, "2": [3, 6], "3": [3, 6], "4": [3, 6], "5": 6, "6": 6, "7": 6, "8": [3, 6], "9": 6, "As": 4, "addit": 6, "an": 6, "analysi": 6, "anterior": 6, "api": 2, "argument": 6, "ash": 6, "autom": 6, "base": 6, "beta": 3, "chang": 3, "command": 4, "common": 6, "comput": 6, "creation": 6, "cube": 6, "curvatur": 6, "cut": 6, "data": 6, "descript": 4, "document": 4, "end": 6, "evalu": 6, "file": 6, "freesurf": 6, "hipsta": [0, 1, 5], "hole": 6, "imag": 6, "input": 6, "instal": 5, "issu": 6, "label": 6, "licens": 5, "line": 4, "logfil": 6, "mandatori": 6, "manual": 6, "map": 6, "map_valu": 1, "mapvalu": 1, "mask": 6, "mesh": 6, "option": 6, "other": 6, "output": [4, 6], "packag": 4, "parametr": 6, "posterior": 6, "process": 6, "purpos": 4, "python": 4, "qc": 6, "refer": [2, 4], "requir": 4, "run": 6, "run_hipsta": 0, "script": 4, "segment": [4, 6], "step": 6, "subfield": 6, "supplementari": 6, "support": 4, "surfac": 6, "tetra": 6, "tetrahedr": 6, "thick": 6, "troubleshoot": 6, "tutori": 6, "usag": 4, "util": 1, "v0": 3, "visual": 6, "volum": 6}}) \ No newline at end of file diff --git a/dev/tutorials/index.html b/dev/tutorials/index.html index 282219f..86add7e 100644 --- a/dev/tutorials/index.html +++ b/dev/tutorials/index.html @@ -5,9 +5,9 @@ - + Tutorial - Hipsta - + @@ -685,7 +685,7 @@

Cutting issues