JP5306413B2 - Magnetic resonance imaging system - Google Patents

Magnetic resonance imaging system Download PDF

Info

Publication number
JP5306413B2
JP5306413B2 JP2011117098A JP2011117098A JP5306413B2 JP 5306413 B2 JP5306413 B2 JP 5306413B2 JP 2011117098 A JP2011117098 A JP 2011117098A JP 2011117098 A JP2011117098 A JP 2011117098A JP 5306413 B2 JP5306413 B2 JP 5306413B2
Authority
JP
Japan
Prior art keywords
processing
input
main body
data
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2011117098A
Other languages
Japanese (ja)
Other versions
JP2011156418A (en
Inventor
真一 内薗
直幸 古舘
良照 渡邊
博司 高井
隆夫 春日井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Canon Medical Systems Corp
Original Assignee
Toshiba Corp
Toshiba Medical Systems Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Medical Systems Corp filed Critical Toshiba Corp
Priority to JP2011117098A priority Critical patent/JP5306413B2/en
Publication of JP2011156418A publication Critical patent/JP2011156418A/en
Application granted granted Critical
Publication of JP5306413B2 publication Critical patent/JP5306413B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Magnetic Resonance Imaging Apparatus (AREA)

Description

本発明は、被検体から放射された磁気共鳴信号に基づいて被検体の画像を再構成する磁気共鳴イメージング装置に関する。   The present invention relates to a magnetic resonance imaging apparatus that reconstructs an image of a subject based on a magnetic resonance signal emitted from the subject.

磁気共鳴イメージングは、静磁場中に置かれた被検体の原子核スピンをそのラーモア周波数の高周波信号で磁気的に励起し、この励起に伴って発生する磁気共鳴信号(MR信号)から被検体の画像を再構成する撮像法である。   In magnetic resonance imaging, a nuclear spin of a subject placed in a static magnetic field is magnetically excited with a high-frequency signal of the Larmor frequency, and an image of the subject is obtained from a magnetic resonance signal (MR signal) generated by this excitation. Is an imaging method for reconstructing.

図10は3次元(3D)画像を再構成するための処理の本体部分の流れの一例を示す図である。   FIG. 10 is a diagram showing an example of the flow of the main part of the process for reconstructing a three-dimensional (3D) image.

図10に示すように、再構成は多数の処理の組み合わせにより実現される。これらの処理は、個別のプログラムモジュールとして用意され、決められた順番で呼び出されて実行される。各プログラムモジュールは、処理に必要なデータを入力してから、処理後のデータを出力するまでの処理手順がそれぞれ記述される。   As shown in FIG. 10, the reconstruction is realized by a combination of many processes. These processes are prepared as individual program modules, and are called and executed in a predetermined order. Each program module describes a processing procedure from input of data necessary for processing to output of processed data.

ところで図10は、ループ構造を省いて本体部分の流れを簡略に示している。そして実際の再構成に当たっては、例えば図11に示すようなループ構造が適用される。   FIG. 10 simply shows the flow of the main body part without the loop structure. In actual reconstruction, for example, a loop structure as shown in FIG. 11 is applied.

この様なループ構造は、多数のループを含んでいるが、図11に示すような一連の処理として管理されている。   Such a loop structure includes a large number of loops, but is managed as a series of processes as shown in FIG.

以上のように従来は、全てのループが一連の処理として管理されていたため、一部の処理の変更を行いたい場合であっても全体の管理手順を見直さなければならず、容易に対応することが困難であった。   As described above, all loops have been managed as a series of processes in the past, so even if you want to change some of the processes, you need to review the entire management procedure, and easily handle them. It was difficult.

本発明はこのような事情を考慮してなされたものであり、その目的とするところは、一部の処理の変更を容易に行うことを可能とすることにある。   The present invention has been made in consideration of such circumstances, and an object of the present invention is to make it possible to easily change some of the processes.

本発明は、被検体から放射された磁気共鳴信号を受信する手段と、受信された前記磁気共鳴信号に基づいて、それぞれ異なる処理を実行する複数のプログラムモジュールを複数のループを適用しつつ組み合わせた再構成処理により前記被検体の画像を再構成する再構成手段とを具備する磁気共鳴イメージング装置であって、前記再構成手段に、前記複数のプログラムモジュールのそれぞれを実行するための複数の本体手順と、データの種類やサイズの変更をともなう変換に関するデータ入出力のための第1の入出力手順と、データの種類やサイズの変更をともなわない演算処理に関するデータ入出力のための第2の入出力手順とを持ち、前記本体手順の1つを実行するに当たっては、この実行する本体手順が前記変換処理に関するならば前記第1の入出力手順により、前記実行する本体手順が前記演算処理に関するならば前記第2の入出力手順によりデータ入出力を行う実行手段と、前記複数のループのうちで前記複数のプログラムモジュールのうちの第1のプログラムモジュールと、前記複数のプログラムモジュールのうちで前記第1のプログラムモジュールで得られるデータを用いる第2のプログラムモジュールとのそれぞれの繰り返しのために適用されるループを管理する管理手段と、前記複数のループのうちで前記管理手段が管理するのとは別のループを管理する手段とを備えた。 The present invention combines means for receiving a magnetic resonance signal radiated from a subject and a plurality of program modules that execute different processes based on the received magnetic resonance signal while applying a plurality of loops. A magnetic resonance imaging apparatus comprising: a reconstruction unit configured to reconstruct an image of the subject by reconstruction processing; and a plurality of main body procedures for executing each of the plurality of program modules in the reconstruction unit. And a first input / output procedure for data input / output related to conversion involving a change in data type and size, and a second input / output for data input / output related to arithmetic processing without data type / size change. In executing one of the main body procedures, if the main body procedure to be executed relates to the conversion process, The first input-output procedure, and execution means for performing data input and output by the second output procedure if body procedure relating to the processing of the execution, the plurality of program modules of the plurality of loops Managing means for managing a loop applied for each repetition of the first program module and a second program module using data obtained by the first program module among the plurality of program modules And means for managing a loop different from that managed by the management means among the plurality of loops.

本発明の一実施形態に係る磁気共鳴イメージング装置(MRI装置)の構成を示す図。The figure which shows the structure of the magnetic resonance imaging apparatus (MRI apparatus) which concerns on one Embodiment of this invention. 図1中の再構成部13の内部構造の一例を示す図。The figure which shows an example of the internal structure of the reconstruction part 13 in FIG. 図2中の処理部13dが各種の本体処理を実行するためのプログラムモジュールの分類を示す図。The figure which shows the classification | category of the program module for the process part 13d in FIG. 2 to perform various main body processes. スケジューラ13cの処理手順を示すフローチャート。The flowchart which shows the process sequence of the scheduler 13c. DCを実行する際の図2中の処理部13dの処理手順を示すフローチャート。The flowchart which shows the process sequence of the process part 13d in FIG. 2 at the time of performing DC. 図3に示す入出力モジュールM11に基づく図2中の処理部13dの処理手順を示すフローチャート。The flowchart which shows the process sequence of the process part 13d in FIG. 2 based on the input / output module M11 shown in FIG. 図3に示す入出力モジュールM21に基づく図2中の処理部13dの処理手順を示すフローチャート。The flowchart which shows the process sequence of the process part 13d in FIG. 2 based on the input / output module M21 shown in FIG. 図1中の再構成部13の変形構成例を示すブロック図。The block diagram which shows the modification structural example of the reconstruction part 13 in FIG. 図1中の再構成部13の変形構成例を示すブロック図。The block diagram which shows the modification structural example of the reconstruction part 13 in FIG. 3次元(3D)画像を再構成するための処理の本体部分の流れの一例を示す図。The figure which shows an example of the flow of the main-body part of the process for reconstructing a three-dimensional (3D) image. 図10に示す本体部分の処理のループ構造を示す図。The figure which shows the loop structure of the process of the main-body part shown in FIG.

以下、図面を参照して本発明の一実施形態について説明する。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

図1は本実施形態に係る磁気共鳴イメージング装置(MRI装置)の構成を示す図である。この図1に示すMRI装置は、静磁場磁石1、傾斜磁場コイル2、傾斜磁場電源3、寝台4、寝台制御部5、送信RFコイル6、送信部7、受信RFコイル8、受信部9、ガントリ制御部10、収集制御部11、データ入力部12、再構成部13およびデータベース14を具備する。   FIG. 1 is a diagram showing a configuration of a magnetic resonance imaging apparatus (MRI apparatus) according to the present embodiment. The MRI apparatus shown in FIG. 1 includes a static magnetic field magnet 1, a gradient magnetic field coil 2, a gradient magnetic field power source 3, a bed 4, a bed control unit 5, a transmission RF coil 6, a transmission unit 7, a reception RF coil 8, a reception unit 9, A gantry control unit 10, a collection control unit 11, a data input unit 12, a reconstruction unit 13 and a database 14 are provided.

静磁場磁石1は、中空の円筒形をなし、内部の空間に一様な静磁場を発生する。この静磁場磁石1としては、例えば永久磁石、超伝導磁石等が使用される。   The static magnetic field magnet 1 has a hollow cylindrical shape and generates a uniform static magnetic field in an internal space. As the static magnetic field magnet 1, for example, a permanent magnet, a superconducting magnet or the like is used.

傾斜磁場コイル2は、中空の円筒形をなし、静磁場磁石1の内側に配置される。傾斜磁場コイル2は、互いに直交するX,Y,Zの各軸に対応する3つのコイルが組み合わされている。傾斜磁場コイル2は、上記の3つのコイルが傾斜磁場電源3から個別に電流供給を受けて、磁場強度がX,Y,Zの各軸に沿って傾斜する傾斜磁場を発生する。なお、Z軸方向は、例えば静磁場と同方向とする。X,Y,Z各軸の傾斜磁場は、例えば、スライス選択用傾斜磁場Gs、位相エンコード用傾斜磁場Geおよびリードアウト用傾斜磁場Grにそれぞれ対応される。スライス選択用傾斜磁場Gsは、任意に撮影断面を決めるために利用される。位相エンコード用傾斜磁場Geは、空間的位置に応じて磁気共鳴信号の位相をエンコードするために利用される。リードアウト用傾斜磁場Grは、空間的位置に応じて磁気共鳴信号の周波数をエンコードするために利用される。   The gradient magnetic field coil 2 has a hollow cylindrical shape and is disposed inside the static magnetic field magnet 1. The gradient coil 2 is a combination of three coils corresponding to the X, Y, and Z axes orthogonal to each other. The gradient coil 2 generates a gradient magnetic field in which the above three coils are individually supplied with electric current from the gradient magnetic field power source 3 and the magnetic field strength is inclined along the X, Y, and Z axes. The Z-axis direction is, for example, the same direction as the static magnetic field. The gradient magnetic fields of the X, Y, and Z axes correspond to, for example, the slice selection gradient magnetic field Gs, the phase encoding gradient magnetic field Ge, and the readout gradient magnetic field Gr, respectively. The slice selection gradient magnetic field Gs is used to arbitrarily determine an imaging section. The phase encoding gradient magnetic field Ge is used to encode the phase of the magnetic resonance signal in accordance with the spatial position. The readout gradient magnetic field Gr is used to encode the frequency of the magnetic resonance signal in accordance with the spatial position.

被検体Pは、寝台4の天板41に載置された状態で傾斜磁場コイル2の空洞(撮影口)内に挿入される。寝台4の天板41は寝台制御部5により駆動され、その長手方向および上下方向に移動する。通常、この長手方向が静磁場磁石1の中心軸と平行になるように寝台4が設置される。   The subject P is inserted into the cavity (imaging port) of the gradient coil 2 while being placed on the top 41 of the bed 4. The top 41 of the bed 4 is driven by the bed control unit 5 and moves in the longitudinal direction and the vertical direction. Usually, the bed 4 is installed such that the longitudinal direction thereof is parallel to the central axis of the static magnetic field magnet 1.

送信RFコイル6は、傾斜磁場コイル2の内側に配置される。送信RFコイル6は、送信部7から高周波パルスの供給を受けて、高周波磁場を発生する。   The transmission RF coil 6 is disposed inside the gradient magnetic field coil 2. The transmission RF coil 6 receives a high frequency pulse from the transmission unit 7 and generates a high frequency magnetic field.

送信部7は、発振部、位相選択部、周波数変換部、振幅変調部、高周波電力増幅部などを内蔵する。発振部は、静磁場中における対象原子核に固有の共鳴周波数の高周波信号を発生する。位相選択部は、上記高周波信号の位相を選択する。周波数変換部は、位相選択部から出力された高周波信号の周波数を変換する。振幅変調部は、周波数変調部から出力された高周波信号の振幅を例えばシンク関数に従って変調する。高周波電力増幅部は、振幅変調部から出力された高周波信号を増幅する。そしてこれらの各部の動作の結果として送信部7は、ラーモア周波数に対応する高周波パルスを送信RFコイル6に送信する。   The transmission unit 7 includes an oscillation unit, a phase selection unit, a frequency conversion unit, an amplitude modulation unit, a high frequency power amplification unit, and the like. The oscillation unit generates a high-frequency signal having a resonance frequency unique to the target nucleus in the static magnetic field. The phase selection unit selects the phase of the high-frequency signal. The frequency conversion unit converts the frequency of the high-frequency signal output from the phase selection unit. The amplitude modulation unit modulates the amplitude of the high-frequency signal output from the frequency modulation unit, for example, according to a sync function. The high frequency power amplification unit amplifies the high frequency signal output from the amplitude modulation unit. As a result of the operation of each of these units, the transmission unit 7 transmits a high-frequency pulse corresponding to the Larmor frequency to the transmission RF coil 6.

受信RFコイル8は、傾斜磁場コイル2の内側に配置される。受信RFコイル8は、上記の高周波磁場の影響により被検体から放射される磁気共鳴信号を受信する。受信RFコイル8からの出信号は、受信部9に入力される。   The reception RF coil 8 is disposed inside the gradient magnetic field coil 2. The reception RF coil 8 receives a magnetic resonance signal radiated from the subject due to the influence of the high frequency magnetic field. An output signal from the reception RF coil 8 is input to the reception unit 9.

受信部9は、受信RFコイル8からの出力信号に基づいて磁気共鳴信号データを生成する。   The receiving unit 9 generates magnetic resonance signal data based on the output signal from the reception RF coil 8.

これら静磁場磁石1、傾斜磁場コイル2、傾斜磁場電源3、寝台制御部5、送信RFコイル6、送信部7、受信RFコイル8および受信部9は、ガントリを構成する。   The static magnetic field magnet 1, the gradient magnetic field coil 2, the gradient magnetic field power source 3, the bed control unit 5, the transmission RF coil 6, the transmission unit 7, the reception RF coil 8, and the reception unit 9 constitute a gantry.

ガントリ制御部10は、所要の画像を再構成するために必要な磁気共鳴データを得るために上記の各部の動作を総括制御する。ガントリ制御部10は、受信部9が出力する磁気共鳴データをデータ入力部12に与える。   The gantry control unit 10 comprehensively controls the operation of each of the above units in order to obtain magnetic resonance data necessary for reconstructing a required image. The gantry control unit 10 gives the magnetic resonance data output from the receiving unit 9 to the data input unit 12.

収集制御部11は、再構成部13が必要とする磁気共鳴データの取得をガントリ制御部10に要求する。   The collection control unit 11 requests the gantry control unit 10 to acquire magnetic resonance data required by the reconstruction unit 13.

データ入力部12は、ガントリ制御部10を介して、収集されたままの磁気共鳴データ、いわゆる生データを、再構成部13に入力する処理を行う。   The data input unit 12 performs processing for inputting the magnetic resonance data that has been collected, that is, so-called raw data, to the reconstruction unit 13 via the gantry control unit 10.

再構成部13は、データ入力部12によって入力された磁気共鳴データに基づいて画像の再構成を行う。   The reconstruction unit 13 performs image reconstruction based on the magnetic resonance data input by the data input unit 12.

データベース14は、再構成部13により再構成された画像のデータを保存する。   The database 14 stores image data reconstructed by the reconstruction unit 13.

図2は再構成部13の内部構造の一例を示す図である。   FIG. 2 is a diagram illustrating an example of the internal structure of the reconstruction unit 13.

再構成部13は、データスタッカ13a、イベントジェネレータ13b、スケジューラ13cおよび処理部13dを含む。なお再構成部13は、例えば汎用のコンピュータ装置を基本ハードウェアとして用いることができる。そしてデータスタッカ13a、イベントジェネレータ13b、スケジューラ13cおよび処理部13dは、上記のコンピュータ装置に搭載されたプロセッサに再構成プログラムを実行させることにより実現することができる。このときに再構成部13は、上記の再構成プログラムが上記のコンピュータ装置に予めインストールされて実現されても良いし、磁気ディスク、光磁気ディスク、光ディスク、半導体メモリなどのようなリムーバブルな記録媒体に記録して、あるいはネットワークを介して上記の再構成プログラムを配布し、この再構成プログラムをコンピュータ装置に適宜インストールして実現されても良い。なお、上記の各部は、その一部または全てをロジック回路などのハードウェアにより実現することも可能である。また上記の各部のそれぞれは、ハードウェアとソフトウェア制御とを組み合わせて実現することも可能である。データスタッカ13aは、一部の機能が上記のコンピュータ装置に内蔵されたメモリやハードディスク装置などの記憶デバイス、上記のサーバ装置やコンピュータ装置に外付けされたメモリやハードディスク装置などの記憶デバイス、さらには磁気ディスク、光磁気ディスク、光ディスクなどのようなリムーバブルな記録媒体などを適宜利用して実現される。   The reconfiguration unit 13 includes a data stacker 13a, an event generator 13b, a scheduler 13c, and a processing unit 13d. The reconfiguration unit 13 can use, for example, a general-purpose computer device as basic hardware. The data stacker 13a, the event generator 13b, the scheduler 13c, and the processing unit 13d can be realized by causing a processor mounted on the computer device to execute a reconfiguration program. At this time, the reconstruction unit 13 may be realized by installing the reconstruction program in the computer device in advance, or a removable recording medium such as a magnetic disk, a magneto-optical disk, an optical disk, or a semiconductor memory. It may be realized by recording the above-mentioned reconfiguration program over the network or by distributing the reconfiguration program to a computer device as appropriate. Note that part or all of the above-described units can be realized by hardware such as a logic circuit. Each of the above-described units can also be realized by combining hardware and software control. The data stacker 13a includes a memory device such as a memory or a hard disk device, a part of which is built in the computer device, a memory device such as a memory or a hard disk device externally attached to the server device or the computer device, It is realized by appropriately using a removable recording medium such as a magnetic disk, a magneto-optical disk, and an optical disk.

データスタッカ13aは、データ入力部12によって入力された生データをスタックする。データスタッカ13aは、処理部13dによる処理に際して中間的に生成される画像群をスタックする。データスタッカ13aは、スタックしている生データや画像群の並べ替えを行う。   The data stacker 13a stacks the raw data input by the data input unit 12. The data stacker 13a stacks image groups that are generated intermediately during processing by the processing unit 13d. The data stacker 13a rearranges the stacked raw data and image groups.

イベントジェネレータ13bは、データ入力部12の動作を監視して、処理部13dでの処理に必要な生データが揃うタイミングを検出する。イベントジェネレータ13bは、バッチ再構成時には、データ入力部12の動作状態に拘わらずに必要な生データが揃っているとして検出する。   The event generator 13b monitors the operation of the data input unit 12 and detects the timing when the raw data necessary for the processing in the processing unit 13d is complete. The event generator 13b detects that necessary raw data is available regardless of the operation state of the data input unit 12 at the time of batch reconstruction.

スケジューラ13cは、処理部13dでの処理をスケジューリングする。スケジューラ13cは、再構成処理に含まれる複数のループのうちでそこで繰り返される処理が互いに無影響であるループを管理する。スケジューラ13cは、タグ情報を作成する。タグ情報は、処理部13dで処理される演算処理と変換処理との組み合わせ内容やその順番の情報などを含んでいる。   The scheduler 13c schedules processing in the processing unit 13d. The scheduler 13c manages the loops in which the repeated processes among the plurality of loops included in the reconfiguration process have no influence on each other. The scheduler 13c creates tag information. The tag information includes the combination contents of the arithmetic processing and conversion processing processed by the processing unit 13d, information on the order thereof, and the like.

処理部13dは、再構成処理に含まれる複数のループのうちでそこで繰り返される処理が互いに影響しあうループを管理する。処理部13dは、例えば図10に示されるように再構成を実現するための各種の処理(以下、本体処理と称する)を、上記の自己でのループ管理およびスケジューラ13cによるループ管理の下に実行する。処理部13dは、画像群を後処理するとともに、後処理された画像群をデータベース14に登録する機能も備える。   The processing unit 13d manages a loop in which the repeated processes among the plurality of loops included in the reconstruction process influence each other. For example, as illustrated in FIG. 10, the processing unit 13d executes various processes for realizing reconfiguration (hereinafter referred to as main processing) under the loop management by the self and the loop management by the scheduler 13c. To do. The processing unit 13d has a function of post-processing the image group and registering the post-processed image group in the database 14.

ところでこのMRI装置では、処理部13dが各種の本体処理を実行するためのプログラムモジュールを個別に用意している。このプログラムモジュールは、上記のコンピュータ装置に内蔵または外付けされたメモリやハードディスク装置などの記憶デバイスに記憶されており、適宜に処理部13dにより呼び出されて使用される。これらのプログラムモジュールは、図3に示すように演算処理用のモジュール群M1と変換処理用のモジュール群M2とに分類される。   By the way, in this MRI apparatus, the processing unit 13d individually prepares program modules for executing various main body processes. The program module is stored in a storage device such as a memory or a hard disk device built in or externally attached to the computer device, and is called up and used by the processing unit 13d as appropriate. These program modules are classified into a module group M1 for arithmetic processing and a module group M2 for conversion processing as shown in FIG.

モジュール群M1には、入出力モジュールM11と複数の本体モジュールM12とが属する。入出力モジュールM11は、演算処理に分類される本体処理に関わる情報の入出力処理を記述している。本体モジュールM12は、演算処理に分類される本体処理のうちの情報の入出力以外の処理を記述している。   An input / output module M11 and a plurality of main body modules M12 belong to the module group M1. The input / output module M11 describes input / output processing of information related to main body processing classified as arithmetic processing. The main body module M12 describes processing other than input / output of information among main body processing classified as arithmetic processing.

モジュール群M2には、入出力モジュールM21と複数の本体モジュールM22とが属する。入出力モジュールM21は、変換処理に分類される本体処理に関わる情報の入出力処理を記述している。本体モジュールM22は、変換処理に分類される本体処理のうちの情報の入出力以外の処理を記述している。   The module group M2 includes an input / output module M21 and a plurality of main body modules M22. The input / output module M21 describes input / output processing of information related to main body processing classified as conversion processing. The main body module M22 describes processing other than input / output of information among main body processing classified as conversion processing.

なお演算処理は、データの値が変化するだけで、データの形やサイズは変化しない処理を指す。変換処理は、データの形やサイズの変化を伴う処理を指す。図10に示される本体処理の場合、位相補正(TEMPLATE,NAVI,0次,1次)、信号値補正(TEMPLATE(T2も),NAVI,ノイズパワー,輝度補正)、DC補正(DC値)、ロールオフ補正、フィルタ(T2Decay,レベラ―,Kspace,Refine,GA)、不要信号除去(FID抑制処理,残差補正,ヒゲソリ)、合成(PAC,SPEEDER)、スケーリング(最大,最小,スケールファクタ)、データベースへの情報登録(image,演算値,アイコン)、再構成順の決定(優先度)、生データ読み込み(アドレス,タイミング,ReferenceView,ViewShare)、画像間演算(TOF3D,FISP,Diffusion)などが演算処理に属し、生データの並び替え(ソートテーブル)、FFT(入力の形はいろいろあるが区別なし)、画像シフト、画像変換(縮小,切り出し,回転,アイコン作成)などが変換処理に属する。   Note that the arithmetic processing refers to processing in which the data value changes and the data shape and size do not change. The conversion process refers to a process involving a change in data shape or size. In the case of the main body processing shown in FIG. 10, phase correction (TEMPLATE, NAVI, 0th order, primary), signal value correction (TEMPLATE (also T2), NAVI, noise power, brightness correction), DC correction (DC value), Roll-off correction, filter (T2Decay, leveler, Kspace, Refine, GA), unnecessary signal removal (FID suppression processing, residual correction, whiskers), synthesis (PAC, SPEEDER), scaling (maximum, minimum, scale factor), Registers information in the database (image, operation value, icon), determines reconstruction order (priority), reads raw data (address, timing, ReferenceView, ViewShare), and calculates between images (TOF3D, FISP, Diffusion) The conversion process includes raw data rearrangement (sort table), FFT (there are various types of input, but no distinction), image shift, image conversion (reduction, cutout, rotation, icon creation) and the like.

次に以上のように構成されたMRI装置の動作について説明する。なおここでは、図10に示す3次元画像を再構成処理を図11に示すようなループ構造で実行する場合に着目して具体的に説明する。図10に含まれる本体処理は、いずれも従来より利用されている周知の処理であるので、ここではその詳細な説明は省略する。   Next, the operation of the MRI apparatus configured as described above will be described. Here, the three-dimensional image shown in FIG. 10 will be specifically described focusing on the case where the reconstruction process is executed in a loop structure as shown in FIG. Since the main body process included in FIG. 10 is a well-known process that has been conventionally used, detailed description thereof is omitted here.

図11に示すループ構造には、stage,dynamic,diffusion,echo,slab,subprotcol,slicegroup,coilNum,psnAck,MS_PS_MAX_FLOW_CMP,numMaxの各ループが含まれる。   The loop structure shown in FIG. 11 includes loops of stage, dynamic, diffusion, echo, slab, subprotcol, slicegroup, coilNum, psnAck, MS_PS_MAX_FLOW_CMP, and numMax.

stageのループは、AMBなどのプロトコルで定められたステージのそれぞれを処理対象として繰り返し処理を行う。dynamicのループは、同一位置に関し時相が互いに異なる複数の収集データのそれぞれを処理対象として繰り返し処理を行う。diffusionのループは、異なるB値のそれぞれを処理対象として繰り返し処理を行う。echoのループは、異なるTE(echo time)のそれぞれを処理対象として繰り返し処理を行う。slabのループは、異なるスライスの塊のそれぞれを処理対象として繰り返し処理を行う。subprotcolのループは、異なるスキャン回数のそれぞれを処理対象として繰り返し処理を行う。slicegroupのループは、1スキャン内で異なるスライスの塊のそれぞれを処理対象として繰り返し処理を行う。coilNumのループは、異なるチャネルのそれぞれを処理対象として繰り返し処理を行う。psnAckのループは、異なるPS(phase shift)のTEのそれぞれを処理対象として繰り返し処理を行う。MS_PS_MAX_FLOW_CMPのループは、異なるPSの出力画像のそれぞれを処理対象として繰り返し処理を行う。numMaxのループは、異なるQuadの多重化(出力画像)のそれぞれを処理対象として繰り返し処理を行う。   The stage loop repeatedly performs processing for each stage defined by a protocol such as AMB. The dynamic loop repeatedly performs processing for each of a plurality of collected data having different time phases for the same position. The diffusion loop repeatedly performs processing for each different B value. The echo loop repeatedly performs processing for each different TE (echo time). The slab loop iterates over each slice of different slices. The loop of subprotcol repeatedly performs processing for each different number of scans. The slicegroup loop repeatedly performs processing for each of different chunks of slices within one scan. The coilNum loop repeatedly performs processing for each of the different channels. The psnAck loop repeatedly performs processing for each of TEs having different PS (phase shift). The MS_PS_MAX_FLOW_CMP loop repeatedly performs processing for each output image of a different PS. The numMax loop repeatedly performs processing for each of the different quad multiplexing (output images).

これらのループのうち、stage,dynamic,diffusion,echo,slab,subprotcol,slicegroupの各ループは、そこで繰り返される処理が互いに無影響である。coilNum,psnAck,MS_PS_MAX_FLOW_CMP,numMaxの各ループは、そこで繰り返される処理が互いに影響しあう。   Among these loops, the loops of stage, dynamic, diffusion, echo, slab, subprotcol, and slicegroup have no effect on the processes repeated there. In each loop of coilNum, psnAck, MS_PS_MAX_FLOW_CMP, and numMax, processes repeated there affect each other.

そこでスケジューラ13cは図4に示すような処理によって、stage,dynamic,diffusion,echo,slab,subprotcol,slicegroupの各ループを管理する。   Therefore, the scheduler 13c manages the loops of stage, dynamic, diffusion, echo, slab, subprotcol, and slicegroup by the process shown in FIG.

一部の図示を省略しているがステップSa1乃至ステップSa7においてスケジューラ13cは、処理対象とするステージ、収集データ、B値、TE、スライス塊、スキャン、スライスグループを順次選択する。   Although some illustrations are omitted, in steps Sa1 to Sa7, the scheduler 13c sequentially selects a stage to be processed, acquired data, B value, TE, slice block, scan, and slice group.

ステップSa8においてスケジューラ13cは、図10に示されるDCの実行を処理部13dに要求する。その上でステップSa9においてスケジューラ13cは、処理部13dから完了通知がなされるのを待ち受ける。   In step Sa8, the scheduler 13c requests the processing unit 13d to execute DC shown in FIG. In step Sa9, the scheduler 13c waits for a completion notification from the processing unit 13d.

さて、DCの実行が要求されたならば処理部13dは、図5に示すような処理を実行する。   If the execution of DC is requested, the processing unit 13d executes a process as shown in FIG.

ステップSb1およびステップSb2において処理部13dは、処理対象とするコイルおよびPSのTE(PSエコー)をそれぞれ選択する。   In step Sb1 and step Sb2, the processing unit 13d selects a coil to be processed and a TE (PS echo) of PS, respectively.

ステップSb3において処理部13dは、スケジューラ13cにより選択されているステージ、収集データ、B値、TE、スライス塊、スキャン、スライスグループと、上記で選択したコイルおよびPSエコーとを処理対象として、DCに含まれる本体処理をそれぞれ図10に示すような手順で実行する。   In step Sb3, the processing unit 13d sets the stage, collection data, B value, TE, slice lump, scan, slice group selected by the scheduler 13c, and the coil and PS echo selected above as a processing target to DC. The included main body processing is executed according to the procedure shown in FIG.

DCを1度実行し終えたならば、ステップSb4において処理部13dは、処理対象として選択すべき全てのPSエコーを選択し終えたか否かを確認する。そして未選択のTEがあるならば、処理部13dはステップSb4からステップSb2に戻る。そして処理部13dは、処理対象とするTEを変更しながら、DCを繰り返し実行する。   If the DC has been executed once, in step Sb4, the processing unit 13d confirms whether or not all PS echoes to be selected as processing targets have been selected. If there is an unselected TE, the processing unit 13d returns from step Sb4 to step Sb2. Then, the processing unit 13d repeatedly executes DC while changing the TE to be processed.

処理対象として選択すべき全てのPSエコーを選択し終えたならば、処理部13dはステップSb4からステップSb5へ進む。ステップSb5において処理部13dは、処理対象として選択すべき全てのコイルを選択し終えたか否かを確認する。そして未選択のコイルがあるならば、処理部13dはステップSb5からステップSb1に戻る。そして処理部13dは、処理対象とするコイルを変更しながら、ステップSb2乃至ステップSb5の処理を繰り返し実行する。   When all the PS echoes to be selected as the processing target have been selected, the processing unit 13d proceeds from step Sb4 to step Sb5. In step Sb5, the processing unit 13d confirms whether or not all of the coils to be selected as processing targets have been selected. If there is an unselected coil, the processing unit 13d returns from step Sb5 to step Sb1. And the process part 13d repeatedly performs the process of step Sb2 thru | or step Sb5, changing the coil made into a process target.

処理対象として選択すべき全てのコイルを選択し終えたならば、処理部13dはステップSb5からステップSb6へ進む。ステップSb6において処理部13dは、処理完了をスケジューラ13cに通知する。これを持って処理部13dは図5に示す処理を終了する。   When all the coils to be selected as processing targets have been selected, the processing unit 13d proceeds from step Sb5 to step Sb6. In step Sb6, the processing unit 13d notifies the scheduler 13c of the completion of processing. With this, the processing unit 13d ends the processing shown in FIG.

このように、coilNumのループおよびpsnAckのループについては、処理部13dが管理する。   Thus, the processing unit 13d manages the coilNum loop and the psnAck loop.

さて、上記のように処理部13dからスケジューラ13cに完了が通知されると、スケジューラ13cはステップSa9からステップSa10へ進む。ステップSa10においてスケジューラ13cは、図10に示されるSEの実行を処理部13dに要求する。その上でステップSa11においてスケジューラ13cは、処理部13dから完了通知がなされるのを待ち受ける。   When the completion is notified from the processing unit 13d to the scheduler 13c as described above, the scheduler 13c proceeds from step Sa9 to step Sa10. In step Sa10, the scheduler 13c requests the processing unit 13d to execute SE shown in FIG. In step Sa11, the scheduler 13c waits for a completion notification from the processing unit 13d.

SEの実行が要求されると処理部13dは、DCのときと同様にしてSEを実行する。このときに処理部13dは、PSエコーのループおよびコイルのループの管理もDCのときと同様に行い、コイルのループを終了したならばスケジューラ13cに完了を通知する。   When the execution of SE is requested, the processing unit 13d executes SE in the same manner as in the case of DC. At this time, the processing unit 13d manages the PS echo loop and the coil loop in the same manner as in the case of DC, and notifies the scheduler 13c of completion when the coil loop is completed.

このように処理部13dからスケジューラ13cに完了が通知されたのちにスケジューラ13cは、図示は省略しているが、ステップSa12乃至ステップSa19において、ROPEの実行、PSエコーの読み出し、PSの出力画像の書き込み、ならびにQuadの出力画像の書き込みを、各処理の完了の通知を待ち受けながら順次に処理部13dに要求する。ROPEの実行、PSエコーの読み出し、PSの出力画像の書き込み、ならびにQuadの出力画像の書き込みに際しては、coilNumのループ、psnAckのループ、MS_PS_MAX_FLOW_CMPのループ、ならびにnumMaxのループがそれぞれ実行されるが、これらのループは処理部13dによって管理される。   After the completion of the notification from the processing unit 13d to the scheduler 13c in this manner, the scheduler 13c is not shown, but in steps Sa12 to Sa19, ROPE is executed, PS echo is read, and PS output image is output. The processing unit 13d is sequentially requested for writing and writing of the quad output image while waiting for notification of completion of each processing. When executing ROPE, reading PS echo, writing PS output image, and writing Quad output image, coilNum loop, psnAck loop, MS_PS_MAX_FLOW_CMP loop, and numMax loop are executed respectively. This loop is managed by the processing unit 13d.

Quadの出力画像の書き込みの完了が処理部13dからスケジューラ13cに通知されると、スケジューラ13cはステップSa20に進む。ステップSa20においてスケジューラ13cは、選択すべき全てのスライスグループの選択が終了したか否かを確認する。そして未選択のスライスグループがあるならば、スケジューラ13cはステップSa20からステップSa7に戻る。そしてスケジューラ13cは、処理対象とするスライスグループを変更しながら、ステップSa7乃至ステップSa20の処理を繰り返し実行する。   When the completion of writing of the quad output image is notified from the processing unit 13d to the scheduler 13c, the scheduler 13c proceeds to Step Sa20. In step Sa20, the scheduler 13c confirms whether selection of all slice groups to be selected has been completed. If there is an unselected slice group, the scheduler 13c returns from step Sa20 to step Sa7. Then, the scheduler 13c repeatedly executes the processing from step Sa7 to step Sa20 while changing the slice group to be processed.

処理対象として選択すべき全てのスライスグループを選択し終えたならば、スケジューラ13cはステップSa20からステップSa21へ進む。こののちに一部の図示を省略しているがステップSa21乃至ステップSa26においてスケジューラ13cは、スキャン、スライスの塊、TE、B値、収集データ、ステージのそれぞれについて、処理対象として選択すべき全てを選択し終えたか否かを確認する。なお、ステップSa22乃至ステップSa26のそれぞれのステップには、1つ前のステップにてYESと判定される場合に進む。ステップSa21乃至ステップSa26のそれぞれでNOと判定された場合には、ステップSa6,Sa5,Sa4,Sa3,Sa2,Sa1にそれぞれ戻り、スキャン、スライスの塊、TE、B値、収集データ、ステージのそれぞれを選択し直してそれ以降の処理を繰り返し実行する。   When all the slice groups to be selected as processing targets have been selected, the scheduler 13c proceeds from step Sa20 to step Sa21. Although some of the illustrations are omitted later, in steps Sa21 to Sa26, the scheduler 13c selects all the scans, chunks of slices, TE, B values, collected data, and stages to be selected as processing targets. Check if the selection is complete. In addition, it progresses to each step of step Sa22 thru | or step Sa26, when it determines with YES in the last step. If NO is determined in each of the steps Sa21 to Sa26, the process returns to the steps Sa6, Sa5, Sa4, Sa3, Sa2, Sa1, respectively, and each of the scan, the lump of slices, the TE, the B value, the collected data, and the stage Select again and repeat the subsequent processing.

そしてスケジューラ13cは、処理対象として選択すべき全てのステージを選択し終えたとステップSa26にて判定したならば、これをもって図4に示す処理を終了する。   If the scheduler 13c determines in step Sa26 that all stages to be selected as processing targets have been selected, the process shown in FIG.

ところで、本体処理を実行する際に処理部13dは、演算処理用モジュール群M1および変換処理用モジュール群M2のいずれかから、実行するべき本体処理に対応する本体モジュールM12,M22を呼び出して、それを実行する。ただし、本体モジュールM12,M22には、データの入出力に関わる処理は記述されていない。そこで処理部13dは、ここで実行しようとするのが本体モジュールM12である場合には入出力モジュールM11を、また実行しようとするのが本体モジュールM22である場合には入出力モジュールM21をそれぞれ呼び出して実行する。   By the way, when executing the main body process, the processing unit 13d calls the main body modules M12 and M22 corresponding to the main body process to be executed from either the arithmetic processing module group M1 or the conversion processing module group M2, and Execute. However, processing related to data input / output is not described in the main body modules M12 and M22. Therefore, the processing unit 13d calls the input / output module M11 when the main module M12 is to be executed and calls the input / output module M21 when the main module M22 is to be executed. And execute.

図6は入出力モジュールM11に基づく処理部13dの処理手順を示すフローチャートである。   FIG. 6 is a flowchart showing a processing procedure of the processing unit 13d based on the input / output module M11.

ステップSc1において処理部13dは、本体処理に必要なパラメータをデータスタッカ13aから取得する。ステップSc2において処理部13dは、本体処理の対象となるデータをデータスタッカ13aから読み出す。そしてステップSc3において処理部13dは、上記のパラメータおよびデータを本体モジュールM12に基づく処理に渡す。処理部13dは、本体モジュールM12に基づく別途の処理により、本体処理(演算処理)を実行する。   In step Sc1, the processing unit 13d acquires parameters necessary for the main body processing from the data stacker 13a. In step Sc2, the processing unit 13d reads data to be subjected to main body processing from the data stacker 13a. In step Sc3, the processing unit 13d passes the above parameters and data to the processing based on the main body module M12. The processing unit 13d performs main body processing (arithmetic processing) by separate processing based on the main body module M12.

ステップSc4において処理部13dは、本体処理が完了するのを待ち受ける。上記の本体処理が完了したならば、処理部13dはステップSc4からステップSc5へ進む。ステップSc5において処理部13dは、ステップSc1にて取得したパラメータと、上記の本体処理がなされた後のデータとをデータスタッカ13aに保存する。ここで、ステップSc1にて取得したパラメータをそのまま保存するのは、演算処理ではデータの形やサイズなどが変化しないためである。   In step Sc4, the processing unit 13d waits for the main body processing to be completed. When the main body process is completed, the processing unit 13d proceeds from step Sc4 to step Sc5. In step Sc5, the processing unit 13d stores the parameter acquired in step Sc1 and the data after the main body processing is performed in the data stacker 13a. Here, the reason why the parameters acquired in step Sc1 are stored as they are is that the shape and size of the data do not change in the arithmetic processing.

図7は入出力モジュールM21に基づく処理部13dの処理手順を示すフローチャートである。   FIG. 7 is a flowchart showing a processing procedure of the processing unit 13d based on the input / output module M21.

ステップSd1において処理部13dは、本体処理に必要なパラメータをデータスタッカ13aから取得する。ステップSd2において処理部13dは、本体処理の対象となるデータをデータスタッカ13aから読み出す。そしてステップSd3において処理部13dは、上記のパラメータおよびデータを本体モジュールM22に基づく処理に渡す。処理部13dは、本体モジュールM22に基づく別途の処理により、本体処理(変換処理)を実行する。   In step Sd1, the processing unit 13d acquires parameters necessary for the main body processing from the data stacker 13a. In step Sd2, the processing unit 13d reads data to be subjected to main body processing from the data stacker 13a. In step Sd3, the processing unit 13d passes the above parameters and data to the processing based on the main body module M22. The processing unit 13d performs main body processing (conversion processing) by separate processing based on the main body module M22.

ステップSd4において処理部13dは、本体処理が完了するのを待ち受ける。上記の本体処理が完了したならば、処理部13dはステップSd4からステップSd5へ進む。ステップSd5において処理部13dは、上記の本体処理がなされた後のデータのプロパティ(データの形やサイズなど)を判定する。ステップSd6において処理部13dは、本体処理後のデータの保存先を、上記の判定したプロパティを考慮して判定する。   In step Sd4, the processing unit 13d waits for the main body processing to be completed. When the main body process is completed, the processing unit 13d proceeds from step Sd4 to step Sd5. In step Sd5, the processing unit 13d determines data properties (such as data shape and size) after the above-described main body processing is performed. In step Sd6, the processing unit 13d determines the storage destination of the data after the main body processing in consideration of the determined property.

ステップSd7において処理部13dは、ステップSd5にて判定したプロパティを反映したパラメータを作成する。そしてステップSd8において処理部13dは、上記の作成したパラメータと本体処理後のデータとをデータスタッカ13aに保存する。   In step Sd7, the processing unit 13d creates a parameter reflecting the property determined in step Sd5. In step Sd8, the processing unit 13d stores the created parameter and the data after the main body processing in the data stacker 13a.

以上のように本実施形態によれば、そこで繰り返される処理が互いに無影響であるループはスケジューラ13cによって管理し、処理部13dはそこで繰り返される処理が互いに影響するループのみを管理している。このため、本体処理の変更などに当たっては、多くの場合は処理部13dでの処理内容のみを変更すれば良く、新しいMRI技術へ容易に対応することが可能である。   As described above, according to the present embodiment, loops in which the repeated processes are unaffected are managed by the scheduler 13c, and the processing unit 13d manages only loops in which the repeated processes are affected. For this reason, when changing the main body process, it is only necessary to change the processing contents in the processing unit 13d in many cases, and it is possible to easily cope with a new MRI technique.

また本実施形態によれば、本体処理を演算処理と変換処理とに分類した上で、演算処理に属する本体処理に関する入出力処理を共通の入出力モジュールM11により実行するようにし、かつ変換処理に属する本体処理に関する入出力処理を共通の入出力モジュールM21により実行するようにしているので、本体モジュールM12,M22のそれぞれに、入出力処理を含む必要がなく、本体処理に関するプログラムモジュール全体でのデータ量を低減することができる。   Further, according to the present embodiment, after classifying the main body processing into the arithmetic processing and the conversion processing, the input / output processing related to the main body processing belonging to the arithmetic processing is executed by the common input / output module M11, and the conversion processing is performed. Since the input / output processing relating to the main body processing to be performed is executed by the common input / output module M21, each of the main body modules M12 and M22 does not need to include the input / output processing, and the data in the entire program module relating to the main body processing The amount can be reduced.

図8は再構成部13の変形構成例を示すブロック図である。この図8に示す再構成部13では、前記実施形態における処理部13dを、処理部13eおよび後処理部13fに分けている。処理部13eは、後処理を行わず、この後処理を後処理部13fで行うようにしている。   FIG. 8 is a block diagram showing a modified configuration example of the reconstruction unit 13. In the reconstruction unit 13 shown in FIG. 8, the processing unit 13d in the embodiment is divided into a processing unit 13e and a post-processing unit 13f. The processing unit 13e does not perform post-processing, and the post-processing unit 13f performs this post-processing.

図9は再構成部13の別の変形構成例を示すブロック図である。この図9に示す再構成部13ではさらに、前記実施形態におけるデータスタッカ13aを、データスタッカ13gおよびイメージスタッカ13hに分けている。データスタッカ13gは、生データをスタックするとともに、スタックしている生データの並べ替えを行う。イメージスタッカ13hは、画像群をスタックするとともに、スタックしている画像群の並べ替えを行う。   FIG. 9 is a block diagram showing another modified configuration example of the reconstruction unit 13. In the reconstruction unit 13 shown in FIG. 9, the data stacker 13a in the embodiment is further divided into a data stacker 13g and an image stacker 13h. The data stacker 13g stacks raw data and rearranges the stacked raw data. The image stacker 13h stacks image groups and rearranges the stacked image groups.

この実施形態は、次のような種々の変形実施が可能である。
そこで繰り返される処理が互いに無影響であるループの一部の管理を処理部13dで行うようにしても良い。
This embodiment can be variously modified as follows.
Therefore, the processing unit 13d may manage a part of a loop in which repeated processing has no influence on each other.

なお、本発明は上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。   Note that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment.

1…静磁場磁石、2…傾斜磁場コイル、3…傾斜磁場電源、4…寝台、5…寝台制御部、6…送信RFコイル、7…送信部、8…受信RFコイル、9…受信部、10…ガントリ制御部、11…収集制御部、12…データ入力部、13…再構成部、13b…イベントジェネレータ、13h…イメージスタッカ、13c…スケジューラ、13a,13g…データスタッカ、13f…後処理部、13d,13e…処理部、14…データベース。   DESCRIPTION OF SYMBOLS 1 ... Static magnetic field magnet, 2 ... Gradient magnetic field coil, 3 ... Gradient magnetic field power supply, 4 ... Bed, 5 ... Bed control part, 6 ... Transmission RF coil, 7 ... Transmission part, 8 ... Reception RF coil, 9 ... Reception part, DESCRIPTION OF SYMBOLS 10 ... Gantry control part, 11 ... Collection control part, 12 ... Data input part, 13 ... Reconstruction part, 13b ... Event generator, 13h ... Image stacker, 13c ... Scheduler, 13a, 13g ... Data stacker, 13f ... Post-processing part , 13d, 13e ... processing unit, 14 ... database.

Claims (1)

被検体から放射された磁気共鳴信号を受信する手段と、
受信された前記磁気共鳴信号に基づいて、それぞれ異なる処理を実行する複数のプログラムモジュールを複数のループを適用しつつ組み合わせた再構成処理により前記被検体の画像を再構成する再構成手段とを具備する磁気共鳴イメージング装置であって、
前記再構成手段は、
前記複数のプログラムモジュールのそれぞれを実行するための複数の本体手順と、データの種類やサイズの変更をともなう変換に関するデータ入出力のための第1の入出力手順と、データの種類やサイズの変更をともなわない演算処理に関するデータ入出力のための第2の入出力手順とを持ち、前記本体手順の1つを実行するに当たっては、この実行する本体手順が前記変換処理に関するならば前記第1の入出力手順により、前記実行する本体手順が前記演算処理に関するならば前記第2の入出力手順によりデータ入出力を行う実行手段と、
前記複数のループのうちで前記複数のプログラムモジュールのうちの第1のプログラムモジュールと、前記複数のプログラムモジュールのうちで前記第1のプログラムモジュールで得られるデータを用いる第2のプログラムモジュールとのそれぞれの繰り返しのために適用されるループを管理する管理手段と、
前記複数のループのうちで前記管理手段が管理するのとは別のループを管理する手段とを具備する磁気共鳴イメージング装置。
Means for receiving a magnetic resonance signal radiated from the subject;
Reconstructing means for reconstructing the image of the subject by reconstructing processing by combining a plurality of program modules that execute different processes based on the received magnetic resonance signals while applying a plurality of loops. A magnetic resonance imaging apparatus,
The reconstruction means includes
A plurality of main body procedures for executing each of the plurality of program modules, a first input / output procedure for data input / output related to conversion accompanied by a change in data type and size, and a change in data type and size A second input / output procedure for data input / output relating to the arithmetic processing not involving the above, and in executing one of the main body procedures, if the main body procedure to be executed relates to the conversion processing, the first input / output procedure is executed. An execution means for performing data input / output by the second input / output procedure if the main body procedure to be executed is related to the arithmetic processing by the input / output procedure ;
Each of a first program module of the plurality of program modules in the plurality of loops and a second program module using data obtained by the first program module among the plurality of program modules. A management means for managing a loop applied for the repetition of
A magnetic resonance imaging apparatus comprising: means for managing a loop different from that managed by the management means among the plurality of loops.
JP2011117098A 2011-05-25 2011-05-25 Magnetic resonance imaging system Expired - Fee Related JP5306413B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011117098A JP5306413B2 (en) 2011-05-25 2011-05-25 Magnetic resonance imaging system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011117098A JP5306413B2 (en) 2011-05-25 2011-05-25 Magnetic resonance imaging system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2005330246A Division JP5038617B2 (en) 2005-11-15 2005-11-15 Magnetic resonance imaging system

Publications (2)

Publication Number Publication Date
JP2011156418A JP2011156418A (en) 2011-08-18
JP5306413B2 true JP5306413B2 (en) 2013-10-02

Family

ID=44588880

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011117098A Expired - Fee Related JP5306413B2 (en) 2011-05-25 2011-05-25 Magnetic resonance imaging system

Country Status (1)

Country Link
JP (1) JP5306413B2 (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09505A (en) * 1995-06-21 1997-01-07 Toshiba Corp Magnetic resonance imaging device and artifact reducing method in magnetic resonance imaging device
US6249120B1 (en) * 1998-07-22 2001-06-19 General Electric Company Modular timemasking sequence programming for imaging system
US6690961B1 (en) * 2000-05-12 2004-02-10 Toshiba America Mri, Inc. Apparatus and method for transition between fluoro-mode and diagnostic mode magnetic resonance imaging
JP4434447B2 (en) * 2000-07-25 2010-03-17 株式会社東芝 Magnetic resonance imaging system
JP2004519043A (en) * 2001-02-09 2004-06-24 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ A software system that deploys image processing functions on a programmable platform in a distributed processor environment
JP4091289B2 (en) * 2001-10-31 2008-05-28 株式会社東芝 X-ray computed tomography system
US6907099B2 (en) * 2002-05-01 2005-06-14 Koninklijke Philips Electronics N.V. Method and apparatus for computed tomography imaging

Also Published As

Publication number Publication date
JP2011156418A (en) 2011-08-18

Similar Documents

Publication Publication Date Title
US5166875A (en) Reconstructing two and three dimensional images by two and three dimensional Fourier transforms in an MRI system
CN101658420B (en) Magnetic resonance imaging apparatus and scanning-condition setting method
RU2702859C2 (en) Parallel multi-slice mr-imaging with suppression of side band artefacts
JP5566860B2 (en) Magnetic resonance imaging system
EP3274732B1 (en) Magnetic resonance volume coil with multiple independent transmit receive channels and method of operation thereof
KR101588077B1 (en) Method to acquire mr data in a predetermined region, and corresponding magnetic resonance system
JP2010029640A (en) Magnetic resonance imaging apparatus
JP5575454B2 (en) Magnetic resonance imaging system
JP5718655B2 (en) Magnetic resonance imaging system
JP5678163B2 (en) Magnetic resonance imaging system
JP5306413B2 (en) Magnetic resonance imaging system
JP5038617B2 (en) Magnetic resonance imaging system
KR100559345B1 (en) Magnetic resonance signal acquiring method and apparatus, recording medium and magnetic resonance imaging apparatus
JP2009072521A (en) Magnetic resonance imaging apparatus and preview image display
JP4201810B2 (en) RF coil for MRI apparatus and MRI apparatus
JP7433871B2 (en) Magnetic resonance imaging device and method for setting collection angle of k-space trajectory
JP5593065B2 (en) Magnetic resonance imaging apparatus and inspection sequence generation method
JP6867256B2 (en) Magnetic resonance imaging device and image processing method
US10386436B2 (en) Method and apparatus for accelerated simultaneous multislice magnetic resonance data acquisition
JP2020151108A (en) Magnetic resonance imaging apparatus
JP5416959B2 (en) Magnetic resonance imaging apparatus and image processing apparatus
JP7408351B2 (en) magnetic resonance imaging device
JP5366431B2 (en) Magnetic resonance imaging system
JP2024017322A (en) Magnetic resonance imaging device, magnetic resonance imaging method, and program
JP6073661B2 (en) Magnetic resonance imaging apparatus and magnetic resonance imaging method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110525

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110927

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120918

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121115

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130604

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130625

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5306413

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313117

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees