Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bad google drive link in pet tutorial #417

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/tutorials/pet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ and others use proprietary formats for example ECAT format (.v).
In order to facilitate easy testing of data conversion across different PET file formats
the [OpenNeuroPET project][OpenNeuroPET project] has compiled a bunch of phantom data
from different scanner types and is distributing two examples
[here](https://drive.google.com/file/d/10S0H7HAnMmxHNpZLlifR14ykIuiXcBAD/view?usp=sharing).
bendhouseart marked this conversation as resolved.
Show resolved Hide resolved
[here](https://drive.google.com/file/d/1O1hDmJwR1xm6LemIbhPrLf9YkSYHC6Mq/view?usp=sharing).

You can download them for testing purposes either manually
or in the terminal by typing:

```{code-block} bash
gdown https://drive.google.com/file/d/10S0H7HAnMmxHNpZLlifR14ykIuiXcBAD/view?usp=sharing --fuzzy
gdown https://drive.google.com/file/d/1O1hDmJwR1xm6LemIbhPrLf9YkSYHC6Mq/view?usp=sharing --fuzzy
```

You may need to install the python package [`gdown`](https://github.com/wkentaro/gdown)
Expand Down
Loading