Skip to content

Commit

Permalink
update info after forking
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Sep 10, 2024
1 parent 75c1105 commit 470ceb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ T2lesion is a web page that uses AI to identify chronic stroke lesions observed

## Usage

1. Open the [live demo](https://neurolabusc.github.io/T2lesion).
1. Open the [live demo](https://niivue.github.io/T2lesion).
2. **Option 1** The web page automatically loads with a default T2 MRI scan. If you want to use this scan, go to step 5.
3. **Option 2** If your T2 MRI scan is in NIfTI format, drag and drop the file onto the web page.
4. **Option 3** If your image is in DICOM format, it may load if you drag and drop the files. If this fails, convert your images with dcm2niix.
Expand All @@ -18,7 +18,7 @@ T2lesion is a web page that uses AI to identify chronic stroke lesions observed
This hot-reloadable live demo will refresh the web page each time you modify the code.

```bash
git clone [email protected]:neurolabusc/T2lesion.git
git clone [email protected]:niivue/T2lesion.git
cd T2lesion
npm install
npm run dev
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MyWorker from "./brainchop-webworker.js?worker"

async function main() {
aboutBtn.onclick = function () {
const url = "https://github.com/neurolabusc/T2lesion";
const url = "https://github.com/niivue/T2lesion";
window.open(url, '_blank');
}
opacitySlider0.oninput = function () {
Expand Down

0 comments on commit 470ceb2

Please sign in to comment.