trajex

trajectory extraction — parse a .seq file with conseq, then extract the k-space trajectory.

Language: Rust
Binary: tool-trajex
Region: fra
1x CPU @ 1 GB
Included: gre.seq reset
2. Pipeline
// Read the .seq file contents
seq_file <- read("selected_file.seq")

// Parse into instantaneous events with conseq
events <- tool_conseq(seq_file, exact_trajectory: false)

// Extract k-space trajectory with trajex
trajectory <- tool_trajex(events, t1: 1.0, t2: 0.1, min_mag: 0.001)
Idle — waiting for input
3. K-space trajectory
📈
k-space trajectory plot will appear here
[k_x, k_y, k_z, tau] × readouts
gre.seq