You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<figcaption>Demonstration of the [niCHART] graphical user interface.</figcaption>
26
26
</figure>
27
27
28
28
@@ -37,23 +37,23 @@ python --version # should be 3.8.8 or newer
37
37
38
38
39
39
### Prepare conda environment
40
-
Assuming current working directory is `NiBAx` and containing the source code
41
-
cloned from https://github.com/CBICA/NiBAx.git.
40
+
Assuming current working directory is `niCHART` and containing the source code
41
+
cloned from https://github.com/CBICA/niCHART.git.
42
42
43
43
Ensure Anaconda is installed. Follow instructions for user's operating system [here](https://docs.anaconda.com/anaconda/install/index.html). After Anaconda has been installed, be sure to exit and reopen any
44
44
command line windows to use `conda` command
45
45
46
46
47
47
```shell
48
-
conda create -n NiBAx python=3.8.8
49
-
conda activate NiBAx
48
+
conda create -n niCHART python=3.8.8
49
+
conda activate niCHART
50
50
python -m pip install --upgrade pip
51
51
```
52
52
53
53
54
54
### Prepare environment in Linux (CUBIC)
55
-
Assuming current working directory is `NiBAx` and containing the source code
56
-
cloned from https://github.com/CBICA/NiBAx.git.
55
+
Assuming current working directory is `niCHART` and containing the source code
@@ -95,13 +95,13 @@ After proper installation, the standalone graphical user interface can be launch
95
95
in the terminal with:
96
96
97
97
```shell
98
-
NiBAx
98
+
niCHART
99
99
```
100
100
101
101
The data file can be passed as command line argument `--data_file` as shown below.
102
102
103
103
```shell
104
-
NiBAx --data_file istaging.pkl.gz
104
+
niCHART --data_file istaging.pkl.gz
105
105
```
106
106
107
107
## Build executable package for Windows 10/11
@@ -114,12 +114,12 @@ briefcase update
114
114
briefcase package
115
115
```
116
116
117
-
The result is an installer `NiBAx.msi` that will install the app in the
117
+
The result is an installer `niCHART.msi` that will install the app in the
118
118
user's profile. The installation does not require administrator rights.
119
119
120
120
## Disclaimer
121
121
- The software has been designed for research purposes only and has neither been reviewed nor approved for clinical use by the Food and Drug Administration (FDA) or by any other federal/state agency.
122
122
- By using NiBAx, the user agrees to the following license: https://www.med.upenn.edu/cbica/software-agreement-non-commercial.html
123
123
124
124
## Contact
125
-
For more information and support, please post on the [Discussions](https://github.com/CBICA/NiBAx/discussions) section or contact <ahref="mailto:[email protected]">CBICA Software</a>.
125
+
For more information and support, please post on the [Discussions](https://github.com/CBICA/niCHART/discussions) section or contact <ahref="mailto:[email protected]">CBICA Software</a>.
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">By using NiBAx, the user agrees to the following license:</span></p>
60
+
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">By using niCHART, the user agrees to the following license:</span></p>
0 commit comments