Skip to content

Commit

Permalink
fixe typo, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Aug 2, 2024
1 parent 8550942 commit 272780a
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 57 deletions.
109 changes: 54 additions & 55 deletions pypet2bids/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pypet2bids/pypet2bids/ecat.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def __init__(
else:
self.nifti_file = nifti_file

self.telemetry_data["InputType"] = "ECAT" + str(self.ecat_header["SV_VERSION"])
self.telemetry_data["InputType"] = "ECAT" + str(self.ecat_header["SW_VERSION"])
self.telemetry_data["TotalInputFiles"] = 1
self.telemetry_data["TotalInputFilesSize"] = (
pathlib.Path(self.ecat_file).stat().st_size
Expand Down
2 changes: 1 addition & 1 deletion pypet2bids/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypet2bids"
version = "1.3.12"
version = "1.3.13dev"
description = "A python library for converting PET imaging and blood data to BIDS."
authors = ["anthony galassi <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 272780a

Please sign in to comment.