Skip to content

Implemented Sequenzes

OE9NAT edited this page Jan 29, 2022 · 3 revisions

Every sequenz for an MR sequenz get set by a number of parameter but the most imported part is the set number of its pulses and its arangment and duration.

FID Sequenz

The Sequenz is defined and run from module run_external.py in the defenition def seq_fid(value_main, value_sequenz):. It takes two sets of standardised dictonarys, with parameterst from settings.cfg as the values_main and a set of dictonary with parameterst from value_sequenz composed from setting_sequenz.cfg . The sequenz looks looks like in FID diagramm

FID sequenz diagramm

Spin-Echo Sequenz

Spin sequenz diagramm

Composite Pulse Sequenz

Spin sequenz diagramm

Spin_phase Sequenz

Spin sequenz diagramm

Own Sequenz

In this Sequenz the user can select the number of pulses wanted in the main window. For convenience of diplaying the maximum number of pulses was set to 10. All additional values can be set in the in the sequenz window. in th Sequenz diagramm

Introduction

  • Pull repo to local PC
  • open cmd
  • run start.py
  • GUI should start
  • set experiment file structure
  • add comments to the Experiment and Data
  • "save and close"
  • select type of sequence
  • save parameter
  • questioned material
  • Arduino connections
  • tune and match
  • SDR connections
  • first run

Clone this wiki locally