Skip to content

Commit

Permalink
dMRS and MEGA-sLASER fixes for PV360.1.1 (#124)
Browse files Browse the repository at this point in the history
Bug fixes are sequence-dependent: the sequence name needs to be added manually + it differs for a classic MRS sequence & the edited sequence.
  • Loading branch information
clemoune authored Mar 2, 2024
1 parent f5a0c20 commit 40c2e10
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions spec2nii/bruker_fid_override.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
"#ACQ_sw_version in ['<PV 5.1>', '<PV 6.0>', '<PV 6.0.1>', '<PV-7.0.0>']"
]
},
{
"cmd": "int(2 * #PVM_SpecMatrix.tuple[0])",
"conditions": [
"#ACQ_sw_version=='<PV-360.1.1>'",
"#PULPROG[1:-1]=='mt_MEGA_sLASER_V35.ppg'"
]
},
{
"cmd": "#ACQ_jobs[0][0]",
"conditions": [
Expand Down Expand Up @@ -128,6 +135,13 @@
"#PULPROG[1:-1]!='EPSI.ppg'"
]
},
{
"cmd": "int(2 * #PVM_SpecMatrix.tuple[0])",
"conditions": [
"#ACQ_sw_version=='<PV-360.1.1>'",
"#PULPROG[1:-1]=='mt_MEGA_sLASER_V35.ppg'"
]
},
{
"cmd": "#ACQ_jobs[0][0]",
"conditions": [
Expand Down Expand Up @@ -243,7 +257,9 @@
"RfProfile.ppg",
"fmap_fq.ppg",
"ste_laser_dIR_WSTM.ppg",
"mt_sLASER.ppg"
"mt_sLASER.ppg",
"mt_MEGA_sLASER_V35.ppg",
"cl_STELASER_PA360_b.ppg"
]
],
"#ACQ_sw_version in ['<PV 5.1>', '<PV 6.0>', '<PV 6.0.1>', '<PV-7.0.0>', '<PV-360.1.1>']"
Expand Down Expand Up @@ -430,7 +446,19 @@
},
{
"cmd": [
"#PVM_SpecMatrix.tuple[0]",
"#ACQ_size.tuple[0] * 2",
"#NR"
],
"conditions": [["#PULPROG[1:-1]",
[
"cl_STELASER_PA360_b.ppg"
]],
"@scheme_id=='SPECTROSCOPY'"
]
},
{
"cmd": [
"#PVM_SpecMatrix.tuple[0] * 1",
"#NR"
],
"conditions": [["#PULPROG[1:-1]",
Expand Down Expand Up @@ -626,6 +654,18 @@
"@scheme_id=='EPI'"
]
},
{
"cmd": [
"#ACQ_size.tuple[0] * 2",
"#NR"
],
"conditions": [["#PULPROG[1:-1]",
[
"cl_STELASER_PA360_b.ppg"
]],
"@scheme_id=='SPECTROSCOPY'"
]
},
{
"cmd": [
"#PVM_SpecMatrix.tuple[0] * 1",
Expand Down

0 comments on commit 40c2e10

Please sign in to comment.