Skip to content

Commit 1f5b91a

Browse files
authored
Revert "Merged in the wrong branch earlier for QA (#67)"
This reverts commit 9a8ed4a.
1 parent 9a8ed4a commit 1f5b91a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ This software can be installed via source or via pip from PyPi with `pip install
1212

1313
| CI | Status |
1414
|---------| ------ |
15-
| `Run on test data` | [![Run on test data](https://github.com/openneuropet/petdeface/actions/workflows/run_on_test_data.yaml/badge.svg)](https://github.com/openneuropet/petdeface/actions/workflows/run_on_test_data.yaml) |
1615
| `docker build . -t petdeface` | ![docker_build](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiYzdXV0tYSkQzTVNkcG04cHA2S055UXlKRlZTU1VONThUMVRoZVcwU3l1aHFhdVBlNDNaRGVCYzdWM1Q0WjYzQ1lRU2ZTSHpmSERPWFRkVXVyb3k3RTZBPSIsIml2UGFyYW1ldGVyU3BlYyI6IjRCZFFIQnNGT2lKcDA1VG4iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) |
1716
| `docker push` | ![docker push icon](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoia0c1bEJYUGI2SXlWYi9JMm1tcGtiYWVTdVd3bmlnOUFaTjN4QjJITU5PTVpvQnN3TlowajhxNmhHY2RwQ2Z5SU93OExqc2xvMzFnTHFvajlqVk1MV2FzPSIsIml2UGFyYW1ldGVyU3BlYyI6Ikl6SzRyc1RabzBnSkplTjciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) |
1817
| `Python 3.14 >= 3.10` | [![Check Python Compatibility](https://github.com/openneuropet/petdeface/actions/workflows/check_python_compatibility.yaml/badge.svg)](https://github.com/openneuropet/petdeface/actions/workflows/check_python_compatibility.yaml) |

petdeface/petdeface.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,14 +1371,6 @@ def cli():
13711371
required=False,
13721372
default=[],
13731373
)
1374-
parser.add_argument(
1375-
"--use_template_anat",
1376-
help="Use template anatomical image when no T1w is available for PET scans. Options: 't1' (included T1w template), 'mni' (MNI template), or 'pet' (averaged PET image).",
1377-
type=str,
1378-
choices=["t1", "mni", "pet"],
1379-
required=False,
1380-
default=None,
1381-
)
13821374
parser.add_argument(
13831375
"--open-browser",
13841376
"--open_browser",

0 commit comments

Comments
 (0)