diff --git a/spec2nii/bruker_fid_override.json b/spec2nii/bruker_fid_override.json index bac7270..8a6598e 100644 --- a/spec2nii/bruker_fid_override.json +++ b/spec2nii/bruker_fid_override.json @@ -86,6 +86,13 @@ "#ACQ_sw_version in ['', '', '', '']" ] }, + { + "cmd": "int(2 * #PVM_SpecMatrix.tuple[0])", + "conditions": [ + "#ACQ_sw_version==''", + "#PULPROG[1:-1]=='mt_MEGA_sLASER_V35.ppg'" + ] + }, { "cmd": "#ACQ_jobs[0][0]", "conditions": [ @@ -128,6 +135,13 @@ "#PULPROG[1:-1]!='EPSI.ppg'" ] }, + { + "cmd": "int(2 * #PVM_SpecMatrix.tuple[0])", + "conditions": [ + "#ACQ_sw_version==''", + "#PULPROG[1:-1]=='mt_MEGA_sLASER_V35.ppg'" + ] + }, { "cmd": "#ACQ_jobs[0][0]", "conditions": [ @@ -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 ['', '', '', '', '']" @@ -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]", @@ -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",