Skip to content

Commit

Permalink
minor change of path for UR image
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed Jan 5, 2024
1 parent 5e79990 commit 2483517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amypet/align_brkdyn_ct.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def align_break_petct(niidat, cts, Cnt, qcpth=None, refpetidx=None):
# > create a single uptake ratio (UR) image
imur += nimpa.getnii(f)

fur = opth/'UR-PET-aligned_partB.nii.gz'
fur = algnFpth/'UR-PET-aligned_partB.nii.gz'
nimpa.array2nii(imur, imdct['affine'],fur, trnsp=imdct['transpose'], flip=imdct['flip'])

Check failure on line 240 in amypet/align_brkdyn_ct.py

View workflow job for this annotation

GitHub Actions / flake8

[flake8] amypet/align_brkdyn_ct.py#L240

E231 missing whitespace after ','
Raw output
amypet/align_brkdyn_ct.py:240:46: E231 missing whitespace after ','

#+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

Check failure on line 242 in amypet/align_brkdyn_ct.py

View workflow job for this annotation

GitHub Actions / flake8

[flake8] amypet/align_brkdyn_ct.py#L242

E265 block comment should start with '# '
Raw output
amypet/align_brkdyn_ct.py:242:5: E265 block comment should start with '# '
Expand Down

0 comments on commit 2483517

Please sign in to comment.