Skip to content

Commit 701aec4

Browse files
authored
Merge pull request #1 from ETSIhackers/2025-hackathon
2025 hackathon
2 parents 1c04823 + 96f687f commit 701aec4

12 files changed

+1137
-703
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
**/build/
22
**/__pycache__/
3+
*.npy
4+
.DS_Store
35

46
# Common editor backups
57
~$*

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
[submodule "PETSIRD"]
2-
path = PETSIRD
3-
url = https://github.com/ETSInitiative/PETSIRD
4-
branch=main

PETSIRD

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
```
66
conda env create -f environment.yml
77
conda activate petsird-analytic-simulator
8-
cd python
8+
cd python-hackathon-2025
99
```
1010

11-
## Simulate petsird LM data
11+
## Simulate petsird LM data (work in progress)
1212

1313
```
1414
python 01_analytic_petsird_lm_simulator.py
@@ -43,7 +43,7 @@ python 01_analytic_petsird_lm_simulator.py -h
4343
value > 0 is given via `--num_epochs_mlem`. Otherwise it is skipped to save
4444
time.
4545

46-
## Run a listmode OSEM recon on the simulated
46+
## Run a listmode OSEM recon on the simulated (work in progress)
4747

4848
```
4949
python 02_lm_osem_recon_simulated_data.py

environment.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: petsird-analytic-simulator
22
channels:
33
- conda-forge
4-
- defaults
54
dependencies:
6-
- h5py>=3.7.0
7-
- ipykernel>=6.19.2
85
- numpy>=1.24.3
96
- python>=3.11.3
10-
- matplotlib~=3.8.0
7+
- matplotlib>=3.8.0
118
- parallelproj>=1.10.0
129
- pymirc>=0.29
13-
- petsird~=0.2.1
10+
- petsird~=0.7.2
11+
- ipython

python/.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
*.bin
2-
*.npy
3-
tmp
4-
my_lm_sim/*
1+
data/*
2+
.DS_Store

0 commit comments

Comments
 (0)