Skip to content

Commit b31ee74

Browse files
committed
Remove obliquity mentions.
1 parent c8986f9 commit b31ee74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cubids/cubids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ def add_nifti_info(self):
345345
continue
346346

347347
# get important info from niftis
348-
obliquity = np.any(nb.affines.obliquity(img.affine) > 1e-4)
349348
voxel_sizes = img.header.get_zooms()
350349
matrix_dims = img.shape
351350
# add nifti info to corresponding sidecars​

docs/example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Adding NIfTI Information to JSON Sidecars
152152

153153
Next, we seek to add more image parameters to our sidecars so that we can better define our Entity Sets.
154154
Historically, only a subset of parameters in the NIfTI image header have been included in a BIDS sidecar...
155-
Parameters such as image dimensions, number of volumes, image obliquity, and voxel sizes —
155+
Parameters such as image dimensions, number of volumes, and voxel sizes —
156156
all important data that can change how our pipelines will eventually run!
157157

158158
To add them to the sidecar metadata, run:
@@ -317,7 +317,7 @@ This command will produce four tables that describe the dataset's heterogeneity
317317
By first examining ``v0_summary.tsv`` users are given the opportunity to conduct metadata
318318
quality assurance (QA).
319319
The file can help identify instances of incomplete, incorrect, or unusable parameter groups,
320-
based on acquisition fields such as dimension and voxel sizes, number of volumes, obliquity, and more.
320+
based on acquisition fields such as dimension and voxel sizes, number of volumes, and more.
321321

322322
.. warning::
323323

0 commit comments

Comments
 (0)