Skip to content

19F R2 (Perfect echo)

Version: 0.1.3 • Status: 🔬 beta • Last Modified: 2025-11-15

Description

1D 19F broadband R2 perfect echo measurement

  • with 1H decoupling

Experiment Type

relaxation 1d

Features

  • R2
  • perfect_echo
  • broadband

Authors

Additional Fields

Field Value
File Name 19f_r2pe_bb.cw
File Path sequences/19f_r2pe_bb.cw
Git History {hash: d3999499, date: 2025-11-19, author: chriswaudby, email: cwaudby@gmail.com, message: fix looping}
{hash: e23a105b, date: 2025-11-16, author: chriswaudby, email: cwaudby@gmail.com, message: rename pulse to duration for reference pulse consistency}
{hash: 15d53f5b, date: 2025-11-16, author: chriswaudby, email: cwaudby@gmail.com, message: update experiment filenames}
{hash: c78ec494, date: 2025-11-16, author: chriswaudby, email: cwaudby@gmail.com, message: Update pulse sequence metadata and documentation}
{hash: 1018f450, date: 2025-09-30, author: chriswaudby, email: cwaudby@gmail.com, message: Add new sequences for 19F R1, R2, and perfect echo measurements; update schema fields and documentation}
Acquisition Order f1
relaxation.duration
Dimensions relaxation.duration
f1
Reference Pulse {channel: f1, duration: p1, power: pl1}
{channel: f2, duration: p3, power: pl2}
Relaxation {type: R2, model: exponential-decay, channel: f1, duration: t2delay}
Typical Nuclei 19F
1H

Created: 2024-10-08 Repository: github.com/waudbygroup/pulseprograms Schema version: 0.0.2

Source Code

View on GitHub: github.com/waudbygroup/pulseprograms/sequences/19f_r2pe_bb.cw

;@ schema_version: "0.0.2"
;@ sequence_version: "0.1.3"
;@ title: 19F R2 (Perfect echo)
;@ description: |
;@   1D 19F broadband R2 perfect echo measurement
;@
;@   - with 1H decoupling
;@ authors:
;@   - Chris Waudby <c.waudby@ucl.ac.uk>
;@ created: 2024-10-08
;@ last_modified: 2025-11-15
;@ repository: github.com/waudbygroup/pulseprograms
;@ status: beta
;@ experiment_type: [relaxation, 1d]
;@ features: [R2, perfect_echo, broadband]
;@ typical_nuclei: [19F, 1H]
;@ dimensions: [relaxation.duration, f1]
;@ acquisition_order: [f1, relaxation.duration]
;@ reference_pulse:
;@ - {channel: f1, duration: p1, power: pl1}
;@ - {channel: f2, duration: p3, power: pl2}
;@ relaxation: {type: R2, model: exponential-decay, channel: f1, duration: t2delay}



#include <Avance.incl>
#include <Grad.incl>
#include <Delay.incl>

define list<delay> t2delay = <$VDLIST>
/****************************/
/* Initialize loop counters */
/****************************/
"l1=0"


"d11=30m"
"d12=20u"

"p20=600u"
;"p21=12u"
;"spw20=plw1*pow(p1/p21,2)"

; for baseopt
;"acqt0=-p1*2/3.1416"
"acqt0=0"
"DELTA=1m"

1 ze 
  d11 pl12:f2
2 30m do:f2

  "DELTA=t2delay[l1]*0.25"

  ; purge
  ;20u pl11:f1
  ;(2mp ph11):f1
  ;20u
  ;(3mp ph12):f1

  ; d1
  d1

  ; 90
  (p20:sp20 ph1):f1  ; x (p2p)
  DELTA
  (p21:sp21 ph2):f1
  DELTA
  (p22:sp22 ph3):f1  ; y (90 unitary)
  DELTA
  (p21:sp21 ph4):f1
  DELTA

  go=2 ph31 cpd2:f2
  d11 do:f2 mc #0 to 2 
     F1QF(calclc(l1, 1))

exit 


ph1 =0 2
ph2 =0 0 1 1 2 2 3 3
ph3 =1
ph4 =0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
     2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3
ph31=0 2 2 0 0 2 2 0 2 0 0 2 2 0 0 2

;pl12: f2 channel - power level for CPD/BB decoupling
;p16: homospoil/gradient pulse                       [0.5 msec]
;d1 : relaxation delay (excluding saturation time)
;d11: delay for disk I/O                             [30 msec]
;d12: delay for power switching                      [20 usec]
;d16: delay for homospoil/gradient recovery
;cpd2: decoupling according to sequence defined by cpdprg2
;pcpd2: f2 channel - 90 degree pulse for decoupling sequence
;p20: 1000us
;spnam20: pulse_19F_Iz-Iy_0_15625_1000_100_0
;sp20: 16 kHz
;p21: 2000us
;spnam21: pulse_19F_180x_0_15625_2000_100_0
;sp21: 16 kHz
;p22: 1000us
;spnam22: pulse_19F_90x_0_15625_1000_100_0
;sp22: 16 kHz
;ns: 16 * n
;ds: 16


;for z-only gradients:
;gpz1: 41%

;use gradient files:   
;gpnam1: SMSQ10.100

Changelog

  • 2025-11-19 (d3999499): fix looping - chriswaudby
  • 2025-11-16 (e23a105b): rename pulse to duration for reference pulse consistency - chriswaudby
  • 2025-11-16 (15d53f5b): update experiment filenames - chriswaudby
  • 2025-11-16 (c78ec494): Update pulse sequence metadata and documentation - chriswaudby
  • 2025-09-30 (1018f450): Add new sequences for 19F R1, R2, and perfect echo measurements; update schema fields and documentation - chriswaudby