Skip to content

Commit a357eab

Browse files
Georg SchrammGeorg Schramm
authored andcommitted
update environment file and name, use petsird ~= 0.2.1
1 parent ebd61cf commit a357eab

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```
66
conda env create -f environment.yml
7-
conda activate petsird-v0.2-parallelproj
7+
conda activate petsird-analytic-simulator
88
cd python
99
```
1010

@@ -17,6 +17,7 @@ python 01_analytic_petsird_lm_simulator.py
1717
The simulation script creates a binary petsird LM file, but also many other
1818
files (e.g. a reference sensitivity image) that are all stored in the output
1919
directory
20+
2021
```
2122
tree --charset=ascii my_lm_sim
2223
@@ -33,11 +34,12 @@ The simulation can be customized in many ways (number of counts to simulate,
3334
uniform or non-uniform efficiencies ...) via command line options.
3435

3536
These option can be listed via
37+
3638
```
3739
python 01_analytic_petsird_lm_simulator.py
3840
```
3941

40-
**Note:** The "reference" MLEM using histogrammed data is only run if a
42+
**Note:** The "reference" MLEM using histogrammed data is only run if a
4143
value > 0 is given via `--num_epochs_mlem`. Otherwise it is skipped to save
4244
time.
4345

@@ -48,7 +50,7 @@ python 02_lm_osem_recon_simulated_data.py
4850
```
4951

5052
Thes command line optione for the LM OSEM recon script can be listed via
53+
5154
```
5255
python 02_lm_osem_recon_simulated_data.py -h
5356
```
54-

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: petsird-v0.2-parallelproj
1+
name: petsird-analytic-simulator
22
channels:
33
- conda-forge
44
- defaults
@@ -12,4 +12,4 @@ dependencies:
1212
- pymirc>=0.29
1313
- pip
1414
- pip:
15-
- petsird==0.2
15+
- petsird~=0.2.1

0 commit comments

Comments
 (0)