-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bruker PRESS (ParaVision 3.5) #146
Comments
Hi Peter, Yes please to data, though I can't promise any quick fixes. Also, is this the new version of PV360? I've heard that quite a few things have changed. Will |
Thanks Will! There's no major rush. I've attached file from PRESS data from a single channel (volume) coil. These are from a "fat" phantom, so don't look for familiar peaks... The one piece of information from Bruker forum that may or may not help: |
Hi, I have problem converting 13C NSPECT spectra, too. I'm using ParaVision 6.0.1 |
It seems the problem arises because one of the three conditions ["@type=='2dseq'", "@is_spectroscopy==True", "@is_complex==True"] is not met. In my case, my 2dseq is Magnitude, not complex. Is it possible to fix this? |
unfortunately, after I reconstructed it to complex, I still got an error. But this time the error is different
|
I have some MRS data from Bruker (ParaVision360 v 3.5), PRESS sequence. Both single coil and array.
Either way I'm getting this error:
spec2nii bruker 8/pdata/1/2dseq
Traceback (most recent call last):
File "/home/peter/fsl/lib/python3.11/site-packages/spec2nii/bruker.py", line 81, in yield_bruker
d.query(queries)
File "/home/peter/fsl/lib/python3.11/site-packages/brukerapi/dataset.py", line 713, in query
raise FilterEvalFalse
brukerapi.exceptions.FilterEvalFalse: FilterEvalFalse
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/peter/fsl/bin/spec2nii", line 10, in
sys.exit(main())
^^^^^^
File "/home/peter/fsl/lib/python3.11/site-packages/spec2nii/spec2nii.py", line 701, in main
spec2nii(*args)
File "/home/peter/fsl/lib/python3.11/site-packages/spec2nii/spec2nii.py", line 297, in init
args.func(args)
File "/home/peter/fsl/lib/python3.11/site-packages/spec2nii/spec2nii.py", line 670, in bruker
self.imageOut, self.fileoutNames = read_bruker(args)
^^^^^^^^^^^^^^^^^
File "/home/peter/fsl/lib/python3.11/site-packages/spec2nii/bruker.py", line 44, in read_bruker
for data, orientation, dwelltime, meta, name in yield_bruker(args):
File "/home/peter/fsl/lib/python3.11/site-packages/spec2nii/bruker.py", line 83, in yield_bruker
raise ValueError(f'Bruker dataset {d.path} is not suitable for conversion to mrs_nifti')
ValueError: Bruker dataset 8/pdata/1/2dseq is not suitable for conversion to mrs_nifti
I'm using spec2nii version 0.7.4 (can't figure how to update to current version...)
I'm happy to share the data if it helps.
Cheers,
Peter
The text was updated successfully, but these errors were encountered: