Skip to content

Commit

Permalink
[FIX] Add RandomRate to PET; Update .gitignore (#1273)
Browse files Browse the repository at this point in the history
* add .gitignore, add  to sidecars/pet.yaml

* Update .gitignore

only ignore pyproject.toml at root
  • Loading branch information
bendhouseart authored Sep 5, 2022
1 parent c1b2b53 commit 583674b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ share/python-wheels/
*.egg
MANIFEST

# Poetry requirements / packaging
/pyproject.toml

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/sidecars/pet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ PETReconstruction:
description_addendum: Corresponds to DICOM Tag (0054,1322) `Dose Calibration Factor`.
PromptRate: recommended
SinglesRate: recommended
RandomRate: recommended

BloodRecording:
selectors:
Expand Down

0 comments on commit 583674b

Please sign in to comment.