Ensure you have Python 3.8+ installed in your environment. Clone the repository and install the verified biophysics dependencies:
git clone https://github.com
cd pediatric-mri-motion-reconstruction
pip install -r requirements.txtTo compile the raw 2D slice-selective center-out radial trajectory and export the hardware-aligned scanner file, execute:
python main.pyExpected Output: Success! Perfect pulse sequence file exported to: pediatric_silent_radial.seq
To audit the structural timing thresholds and generate spatial trajectory verification scatter plots, run:
python verify_sequence_trajectory.pyExpected Output: Prints SUCCESS: Sequence timing and gradient limits are structurally safe. and saves the coordinate plot matrix report as sequence_verification_report.png.