Skip to content

Commit

Permalink
Merge pull request #417 from bids-standard/fix-broken-links
Browse files Browse the repository at this point in the history
fix bad google drive link in pet tutorial
  • Loading branch information
bendhouseart authored Jun 27, 2024
2 parents bbc3b5a + 4cf9ea9 commit 1608530
Showing 1 changed file with 2 additions and 2 deletions.
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).
[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

0 comments on commit 1608530

Please sign in to comment.