Skip to content

Commit

Permalink
minor cosmetic alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed Aug 3, 2024
1 parent 48d56b8 commit 08a4b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niftypet/nimpa/acr/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def create_nac_core(Cntd, return_raw=False):
imzys = acrad.shape[0]
flpx, flpy, flpz = imupd['flip']
affined = np.array(
[[flpx*Cntd['vxsz'] * Cntd['scld'], 0., 0., -.5 * flpx * imxys * Cntd['vxsz'] * Cntd['scld']],
[[flpx*Cntd['vxsz'] * Cntd['scld'], 0., 0., -.5 * flpx * imxys * Cntd['vxsz'] * Cntd['scld']],

Check failure on line 310 in niftypet/nimpa/acr/templates.py

View workflow job for this annotation

GitHub Actions / flake8

[flake8] niftypet/nimpa/acr/templates.py#L310

E501 line too long (102 > 99 characters)
Raw output
niftypet/nimpa/acr/templates.py:310:100: E501 line too long (102 > 99 characters)
[0., flpy*Cntd['vxsz'] * Cntd['scld'], 0., -.5 * flpy * imxys * Cntd['vxsz'] * Cntd['scld']],

Check failure on line 311 in niftypet/nimpa/acr/templates.py

View workflow job for this annotation

GitHub Actions / flake8

[flake8] niftypet/nimpa/acr/templates.py#L311

E501 line too long (102 > 99 characters)
Raw output
niftypet/nimpa/acr/templates.py:311:100: E501 line too long (102 > 99 characters)
[0., 0., flpz*Cntd['vxsz'] * Cntd['scld'], -.5 * flpz * imzys * Cntd['vxsz'] * Cntd['scld']],

Check failure on line 312 in niftypet/nimpa/acr/templates.py

View workflow job for this annotation

GitHub Actions / flake8

[flake8] niftypet/nimpa/acr/templates.py#L312

E501 line too long (102 > 99 characters)
Raw output
niftypet/nimpa/acr/templates.py:312:100: E501 line too long (102 > 99 characters)
[0., 0., 0., 1.]])
Expand Down

0 comments on commit 08a4b0b

Please sign in to comment.