JP3866955B2 - X-ray CT system and control method thereof - Google Patents

X-ray CT system and control method thereof Download PDF

Info

Publication number
JP3866955B2
JP3866955B2 JP2001315430A JP2001315430A JP3866955B2 JP 3866955 B2 JP3866955 B2 JP 3866955B2 JP 2001315430 A JP2001315430 A JP 2001315430A JP 2001315430 A JP2001315430 A JP 2001315430A JP 3866955 B2 JP3866955 B2 JP 3866955B2
Authority
JP
Japan
Prior art keywords
view
projection data
ray
detector
collected
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
JP2001315430A
Other languages
Japanese (ja)
Other versions
JP2003116841A (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.)
GE Medical Systems Global Technology Co LLC
Original Assignee
GE Medical Systems Global Technology Co LLC
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 GE Medical Systems Global Technology Co LLC filed Critical GE Medical Systems Global Technology Co LLC
Priority to JP2001315430A priority Critical patent/JP3866955B2/en
Publication of JP2003116841A publication Critical patent/JP2003116841A/en
Application granted granted Critical
Publication of JP3866955B2 publication Critical patent/JP3866955B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Apparatus For Radiation Diagnosis (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、X線照射によって被検体のX線断層像を再構成するX線CT(Computerized Tomography )システムおよびその制御方法に関し、特に、X線発生源で生じた微小放電により正常に収集できなかった投影データの修復・復元技術に関する。
【0002】
【従来の技術】
X線CTシステムでは、一般に、X線発生源であるX線管からのX線を、所定の照射角度(例えば、60度)にコリメートしたうえで被検体に照射し、その透過X線を、X線の照射角度に依存した長さにわたる複数(例えば、1000個)の検出器チャネルを有するX線検出部で検出して得られる投影データの収集を、X線管とX線検出部を被検体の周囲を回転させながら複数(例えば、1000)のビュー方向で行い(スキャン)、各ビューの投影データに基づいてX線断層像を再構成する。
【0003】
ところで、X線管は、X線を発生させるために陰極と陽極との間に高電圧をかけることから、時に微小放電が発生することが知られている。微小放電が生じたときに照射されるX線量は、数ミリ秒オーダー、もしくは1ミリ秒オーダーで、急激に減少してしまうため、そのときのビューにおける投影データは使いものにならない。これをそのままにして画像再構成処理を行うと、再構成されたX線断層像にはシャワーアーティファクト等の特有のアーティファクトが発生してしまう。そのため、微小放電の影響を受けたビューの投影データは、他の投影データを用いて補間したほうがよりよい画像が得られる。
【0004】
従来、微小放電により正常に収集できなかったビューの投影データの補間は、例えば以下のように行われていた。
【0005】
図14は、従来の投影データの補間処理を示すフローチャートである。
【0006】
まず、投影データの収集(スキャン)を行い(ステップS1)、受信した各ビューの投影データを対数変換する等の所定の前処理を施す(ステップS2)。次に、各ビューごとに、X線検出部中に設けられた所定のリファレンスチャネルref(一般に、較正のためのX線検出量の検出、X線ビーム位置の検出等に用いられる)における検出器チャネル出力(以下、「カウント値」という)を計測していき、第nビューのリファレンスチャネルrefにおけるカウント値D(n,ref)と、第n−1ビュー(1つ手前のビュー)のリファレンスチャネルrefにおけるカウント値D(n−1,ref)との比D(n,ref)/D(n−1,ref)を計算し、計算されたD(n,ref)/D(n−1,ref)が所定のしきい値T(例えば、0.95)を下回れば、微小放電が発生したと判断して当該ビュー番号nを記憶する(ステップS3)。続いて、X線量補正、検出器チャネル間の感度補正等の所定の補正処理を行う(ステップS4)。
【0007】
その後、微小放電が発生したと判断された第nビューにおける各検出器チャネルのカウント値を、元のカウント値の50%の値と、第n−1ビューにおける同一検出器チャネルのカウント値の25%の値と、第n+1ビューにおける同一検出器チャネルのカウント値の25%の値との加算値をもって線形補間する(ステップS5)。本明細書では、かかる各検出器チャネルのカウント値の補間を次式のように表す。なお、本明細書では特に明示しない限り、記号「=」は右辺の値を左辺に代入することを意味するものとする。
【0008】
for(k=0,Q−1)
D(n,k)=0.25D(n−1、k)+0.5D(n,k)+0.25D(n+1,k)
【0009】
ただし、nはビュー番号、kはX線検出部の検出器チャネル番号、D(n,k)は第nビューのk番目の検出器チャネルにおけるカウント値を示しており、for(k=0,Q−1)とは、0からQ−1(QはX線検出部が有する検出器チャネルの数)まで1刻みの各値をkに代入して、各々の場合について後続の代入式を実行することを示す。
【0010】
以上のようなカウント値の補間の後に、X線断層像を再構成し(ステップS6)、CRT等のモニタ用画面に表示する(ステップS7)。
【0011】
このように、従来の補間処理は、当該ビューを含め前後1ずつのビューの各カウント値を重み付け加算するものであった。
【0012】
【発明が解決しようとする課題】
しかしながら、微小放電の継続時間長や放電量は一定であるとは限らず、特に近年のスキャンの高速化に伴い、微小放電の影響は1ビューにとどまらず複数のビューにわたることも多い。上記した従来の補間処理では、このような微小放電の継続時間長やスキャン速度といった微小放電の影響の変動要因に関わらず、当該ビューおよびその±1ビューの各カウント値を用いて画一的に補間するものであるため、その効果が不十分である場合が多いという問題があった。
【0013】
本発明はかかる問題点に鑑みてなされたものであり、微小放電の継続時間長等の微小放電の影響の変動要因を考慮して、微小放電により正常に収集できなかったビューの投影データを好適に補間し、X線断層像に現れるアーティファクトを低減することが可能なX線CTシステムおよびその制御方法を提供することを目的とする。
【0014】
【課題を解決するための手段】
上記目的を達成するため、例えば本発明のX線CTシステムは、以下の構成を備える。すなわち、
X線管より発生するX線を被検体に向けて照射し、その透過X線を複数の検出器チャネルを有するX線検出部で検出して得られる投影データを、複数のビューから収集するスキャンを行い、各ビューの投影データに基づいて被検体のX線断層像を再構成するX線CTシステムであって、
正常に投影データを収集することができなかったビューを特定する手段と、
該特定したビューに隣接する前後のビューの投影データを用いて、前記特定したビューの投影データを補間する手段と、
を備えることを特徴とする。
【0015】
【発明の実施の形態】
(実施形態1)
図1は、本実施形態のX線CTシステムのブロック構成図である。図示のように本システムは、被検体へのX線照射と被検体を透過したX線を検出するためのX線検出機構を一体的に取り付けるガントリ装置100と、ガントリ装置100に対して各種動作設定を行うとともに、ガントリ装置100から出力されたデータに基づいてX線断層像を再構成し、表示する操作コンソール200により構成されている。
【0016】
ガントリ装置100は、その全体の制御をつかさどるメインコントローラ1をはじめ、以下の構成を備える。
【0017】
2は操作コンソール200との通信を行うためのインタフェース、3はテーブル12上に横たえた被検体を搬送(図面に垂直な方向で以下、Z軸ともいう)するための空洞部を有するガントリであり、内部には、X線発生源であるX線管4(X線管コントローラ5により駆動制御される)、X線のスライス厚を決定するためのスリットを有するコリメータ6、コリメータ6のX線のスライス厚を決定するスリット幅の調整用モータであるモータ7aが設けられている。このモータ7aの駆動はコリメータコントローラ7により制御される。
【0018】
また、ガントリ3には、被検体を透過したX線を検出するX線検出部8、及びX線検出部8より得られたデータを収集するデータ収集部9も備える。X線管4及びコリメータ6と、X線検出部8は互いに空洞部分を挟んで、すなわち、被検体を挟んで対向する位置に設けられ、その関係が維持された状態でガントリ3のまわりを回動するようになっている。この回動は、モータコントローラ11からの駆動信号により駆動される回転モータ10によって行われる。また、被検体を乗せるテーブル12は、Z軸方向への搬送がなされるが、その駆動はテーブルモータ13によって行われる。
【0019】
メインコントローラ1は、インタフェース2を介して受信した各種コマンドの解析を行い、それに基づいて上記のX線管コントローラ5、コリメータコントローラ7、モータコントローラ11、テーブルモータコントローラ14、そして、データ収集部9に対し、各種制御信号を出力することになる。また、データ収集部9で収集されたデータは、データ入力インタフェース60を介して操作コンソール200に送出される。
【0020】
操作コンソール200は、いわゆるワークステーションであり、図示の如く、装置全体の制御をつかさどるCPU51、ブートプログラムやBIOSを記憶しているROM52、主記憶装置として機能するRAM53をはじめ、以下の構成を備える。
【0021】
HDD54は、ハードディスク装置であって、ここにOS、ガントリ装置100に各種指示を与えたり、ガントリ装置100より受信した投影データに基づいてX線断層像を再構成するための制御プログラムが格納されている。また、VRAM55は表示しようとするイメージデータを展開するメモリであり、ここにイメージデータ等を展開することでCRT56に表示させることができる。57及び58は、各種設定を行うためのキーボード及びマウスである。また、59はガントリ装置100と通信を行うためのインタフェースである。
【0022】
また、上記したX線検出部8は、図2に示すように、ファン角とよばれる、コリメータ6によって規定される所定のX線照射角(例えば、60度)に依存した長さにわたる複数(例えば、1000個)の検出器チャネルを有し、一列の検出器を形成している。かかる検出器をZ軸方向に複数列配し、マトリクス状の検出器チャネル群を形成する、いわゆるマルチスライス型のX線検出部も知られているが、このようなタイプであってもよい。このX線検出部8において、端部の検出器チャネルrefは、常にX線ビームが被検体を透過することなく直接入射するリファレンスチャネルとして、X線量補正のためのX線量変動の監視を始め、後述する本発明に係る微小放電の発生判断等に使用される。なお、リファレンスチャネル以外の検出器チャネルは、リファレンスチャネルとの対比において、メイン検出器チャネルとよばれることもある。ここではX線検出部8の一端の検出器チャネルのみをリファレンスチャネルとしているが、メイン検出器チャネルの両端もしくは一端をX線量変動の監視用チャネルとして使用することもできる。
【0023】
本実施形態におけるX線CTシステムの構成は概ね上記の通りである。かかる構成のX線CTシステムにおいて、投影データの収集は次のように行われる。まず、Z軸方向の位置を固定して、X線管4からのX線ビームを被検体に照射し(X線の投影)、その透過X線をX線検出部8で検出する。そして、この透過X線の検出を、X線管4とX線検出部8を被検体の周囲を回転させながら(すなわち、投影角度を変化させながら)複数(例えば、1000)のビュー方向で、360度分行う。検出された各透過X線は、データ収集部9でディジタル値に変換されて投影データとしてデータ入力インタフェース60を介して操作コンソール200に転送される。これを1つの単位として1スキャンとよぶ。そして、順次Z軸方向にスキャン位置を所定量移動して、次のスキャンを行っていく。このようなスキャン方式はアキシャルスキャン方式とよばれるが、投影角度の変化に同期してスキャン位置を移動させながら(X線管4とX線検出部8とが被検体の周囲をらせん状に周回することになる)投影データを収集する、ヘリカルスキャン方式であってもよい。操作コンソール200は、転送された投影データに基づいて、X線断層画像を再構成し、CRT56に表示出力する。
【0024】
なお、収集された1スキャン分の投影データを模式的に表示すると、図4に示すようになる。同図において、横方向は、第0チャネルから第Q−1チャネルまでのQ個の検出器チャネルを示しており、各検出器チャネルはスキャンによって得られたカウント値を有する。縦方向は、0度から360度までに対応する第0ビューから第N−1ビューまでのN個のビューを示している。
【0025】
本発明は、X線断層像の再構成に先立って、X線管4で発生した微小放電によって正常に投影データを収集することができなかったビューを特定し、当該ビューに好適な投影データの補間を行う。
【0026】
図3は、本実施形態に係る投影データの補間処理を示すフローチャートである。先述した従来の補間処理を示す図14のフローチャートにおける処理ブロックと同一の処理ブロックには同一の参照符号を付してある。
【0027】
まず、投影データの収集(スキャン)を行い(ステップS1)、収集された投影データは操作コンソール200に転送される。操作コンソール200では、受信した各ビューの投影データを対数変換する等の所定の前処理を施す(ステップS2)。次に、各ビューごとに、リファレンスチャネルrefにおけるカウント値を計測していき、第nビューのリファレンスチャネルrefにおけるカウント値D(n,ref)と、第n−1ビューのリファレンスチャネルrefにおけるカウント値D(n−1,ref)との比D(n,ref)/D(n−1,ref)を計算し、計算されたD(n,ref)/D(n−1,ref)が所定のしきい値T(例えば、0.95)を下回れば、微小放電が発生したと判断して当該ビュー番号nを記憶する(ステップS3)。続いて、X線量補正、検出器チャネル間の感度補正等の所定の補正処理を行う(ステップS4)。
【0028】
その後、微小放電が発生したと判断された第nビューの各検出器チャネルのカウント値を、次式に示すように、前後のビューの各検出器チャネルのカウント値の平均値をもって補間する(ステップS11)。
【0029】
for(k=0,Q−1)
D(n,k)=(D(n−1,k)+D(n+1,k))/2
【0030】
図5は、この実施形態による補間操作を示している。この補間操作は、第nビューの投影データを、第nビューの投影データにかかわらず前後のビューの投影データを用いて線形補間する操作であるといえる。
【0031】
以上のようなカウント値の補間の後に、X線断層像を再構成し(ステップS6)、CRT56に表示する(ステップS7)。
【0032】
このように、微小放電によって正常に投影データを収集することができなかったビューには、前後のビューの各検出器チャネルのカウント値の平均値を有するデータが補間されるので、良好に連続性を保つことができ、X線断層像に現れるシャワーアーティファクトを低減することができる。
【0033】
(実施形態2)
先述したように、スキャンが高速化すると、微小放電の影響は1ビューにとどまらず複数のビューにわたることも多い。そこで、本実施形態では、微小放電の影響を受けたビューの連続数を考慮して投影データの補間を行う。
【0034】
図6は、本実施形態に係る投影データの補間処理を示すフローチャートである。
【0035】
まず、投影データの収集(スキャン)を行い(ステップS1)、収集された投影データは操作コンソール200に転送される。操作コンソール200では、受信した各ビューの投影データを対数変換する等の所定の前処理を施す(ステップS2)。次に、各ビューごとに、リファレンスチャネルrefにおけるカウント値を計測していき、第nビューのリファレンスチャネルrefにおけるカウント値D(n,ref)と、第n−1ビューのリファレンスチャネルrefにおけるカウント値D(n−1,ref)との比D(n,ref)/D(n−1,ref)を計算し、計算されたD(n,ref)/D(n−1,ref)が所定のしきい値T(例えば、0.95)を下回れば、微小放電が発生したと判断して当該ビュー番号nを記憶する(ステップS3)。続いて、微小放電が発生したと判断されたビュー(以下、「微小放電発生ビュー」ともいう)ごとに、微小放電発生ビューが更に後続する場合のその後続数をカウントしてその数Mを記憶する(ステップS21)。次に、X線量補正、検出器チャネル間の感度補正等の所定の補正処理を行う(ステップS4)。
【0036】
その後、微小放電が発生したと判断された第nビューの各検出器チャネルのカウント値を、図7に示すように、第nビューの前後M(図7の例では、M=2)ビューの同一検出器チャネルのカウント値を重み付け加算した値をもって補間する(ステップS22)。この補間操作を式で表すと、次式のようになる。
【0037】
【数1】

Figure 0003866955
【0038】
そして、ステップS22の投影データの補間処理の後に、X線断層像を再構成し(ステップS6)、CRT56に表示する(ステップS7)。
【0039】
なお、ステップS21での微小放電発生ビューの後続数のカウントは、微小放電の継続時間を測定することと等価である。すなわち、後のステップS22では、微小放電の継続時間長に応じた数の周辺のビューを用いて投影データの補間を行うことになる。この補間操作は、微小放電発生ビューの投影データを、後続する微小放電発生ビューの数に応じた数の周辺のビューの投影データを用いて線形補間する操作であるといえる。これによって、より効果的にX線断層像に現れるシャワーアーティファクトを低減することができる。
【0040】
なお、上記のステップS22では、第nビューの前後Mビューの同一検出器チャネルのカウント値を重み付け加算するようにしたが、次式に示すように、第nビューの前Mビューだけの同一検出器チャネルのカウント値を重み付け加算するようにしてもよい。ソフトウェア処理の観点、放電後の不安定さを取り除く観点からも本方法は有利である。
【0041】
【数2】
Figure 0003866955
【0042】
また、上記の両式では、第nビューからのビューの距離mの逆比を重み付け係数として用いたが、各重み付け係数の総和で正規化されるかぎり、別の重み付け係数を用いてもかまわない。
【0043】
(実施形態3)
上述した実施形態1および2では、投影データの補間に前後のビューを用いるようにしたが、本実施形態は、微小放電発生ビューの各カウント値を、各検出器チャネルごとの、その対向ビュー(投影角度が180度異なるビュー)の各カウント値で代替するものである。
【0044】
図8は、本実施形態に係る投影データの補間処理を示すフローチャートである。この処理ステップは、実施形態1の処理を示す図3のフローチャートと概ね同じであるが、ステップS11が、ステップS31で置き換えられる。このステップS31では、図9に示すように、微小放電が発生した第nビューに、例えば、180度分異なる第n’ビューのデータを各々コピーすることによって補間する。この補間操作を式で表すと、次式のようになる。ただし、対応する検出器チャネルごとの対向ビューごとに行う。
【0045】
Figure 0003866955
【0046】
対向ビューにおいては同じX線経路を通るX線を検出することになるので、ほぼ同等のカウント値が得られることを利用したものであり、これによって微小放電の影響を避けて、より好適なデータを補間することができる。なお、上記の如く180度対向ビューのデータだけを補間に用いるかわりに、180度対向ビュー付近のデータの平均値を補間に用いるようにしてもよい。
【0047】
(実施形態4)
微小放電発生ビューの各検出器チャネルのカウント値を、前後のスキャン、すなわち前後のスライス位置、での同一ビューにおける同一検出器チャネルのカウント値の平均値で補間するようにしてもよい。
【0048】
図10は、本実施形態に係る投影データの補間処理を示すフローチャートである。この処理ステップは、実施形態1の処理を示す図3のフローチャートと概ね同じであるが、ステップS11が、ステップS41で置き換えられる。このステップS41では、図11に示すように、微小放電が発生した第rスキャンの第nビューの各検出器チャネルに、第r−1スキャン第nビューと第r+1スキャン第nビューとにおける同一検出器チャネルのカウント値の平均値をコピーすることによって補間する。第rスキャン第nビュー第kチャネルのカウント値をDr(n,k)として、この補間操作を式で表すと、次式のようになる。
【0049】
for(k=0,Q−1)
r(n,k)=(Dr-1(n,k)+Dr+1(n,k))/2
【0050】
隣接する両隣のスライス位置における同一ビュー(当該微小放電発生ビューの投影角度と同一の投影角度を有するビュー)の各カウント値の平均値で補間することになるので、良好に連続性が保たれ、微小放電の影響を回避して、好適なデータを補間することができる。なお、上記の如く隣接する前後それぞれのスライス位置における同一ビューのデータを補間に用いるかわりに、隣接する前後それぞれのスライス位置における同一ビュー付近のデータの平均値を補間に用いるようにしてもよい。
【0051】
(実施形態5)
ここで、上述した各実施形態におけるデータ補間についてまとめると、次のようになる。
実施形態1:微小放電発生ビューをその前後のビューの投影データを用いて補間
実施形態2:微小放電発生ビューをその微小放電継続時間長に応じた数の周辺ビューの投影データを用いて補間
実施形態3:微小放電発生ビューを、各検出器チャネルごとに、その対向ビューの投影データを用いて補間
実施形態4:微小放電発生ビューをその前後のスキャンでの同一ビューの投影データを用いて補間
【0052】
これらの各実施形態のデータ補間は、微小放電の継続時間長等によって効果が異なる。微小放電の継続時間長が比較的長く続き、微小放電の影響が複数ビューにわたった場合、実施形態2のデータ補間は微小放電の継続時間長を考慮しているので、実施形態1のデータ補間よりも良好な結果が期待できるであろう。実施形態3および実施形態4では、微小放電発生ビューから大きく離れたビューであって、かつ、当該微小放電発生ビューとの関連性が高いデータをもって補間するので、さらに良好な結果が期待できる。そこで、本実施形態では、上記の各実施形態における補間処理を組み合わせて、微小放電の継続時間長(すなわち、微小放電発生ビューの連続数)に応じて補間処理の種類を選択するようにする。
【0053】
図12は、本実施形態に係る投影データの補間処理を示すフローチャートである。
【0054】
まず、投影データの収集(スキャン)を行い(ステップS1)、収集された投影データは操作コンソール200に転送される。操作コンソール200では、受信した各ビューの投影データを対数変換する等の所定の前処理を施す(ステップS2)。次に、各ビューごとに、リファレンスチャネルrefにおけるカウント値を計測していき、第nビューのリファレンスチャネルrefにおけるカウント値D(n,ref)と、第n−1ビューのリファレンスチャネルrefにおけるカウント値D(n−1,ref)との比D(n,ref)/D(n−1,ref)を計算し、計算されたD(n,ref)/D(n−1,ref)が所定のしきい値T(例えば、0.95)を下回れば、微小放電が発生したと判断して当該ビュー番号nを記憶する(ステップS3)。続いて、微小放電発生ビューごとに、後続する微小放電発生ビューの数をカウントしてその数Mを記憶する(ステップS21)。次に、X線量補正、検出器チャネル間の感度補正等の所定の補正処理を行う(ステップS4)。
【0055】
その後、Mの値に応じて微小放電発生ビューの補間処理を選択する。すなわち、ステップS51で、微小放電発生ビューは連続せずMが1に満たないかどうかを判断し、yesであればステップS11(図3を参照)に進む。ステップS51の判断がnoの場合はステップS52に進み、Mが2未満かどうかを判断する。yesのときはステップS22(図6を参照)に進む。ステップS52の判断がnoの場合はステップS53に進み、Mが3未満かどうかを判断し、yesのときはステップS31(図8を参照)に進む。ステップS53の判断がnoであればステップS41(図10)に進む。
【0056】
(実施形態6)
ヘリカルスキャンの場合、らせん状に投影データが収集されていくことから、目的のスライス位置における投影データは1ビューしか収集されないため、画像再構成に先立って、所定のヘリカル重み付け関数による投影データのZ軸方向への補間が行われることは公知である。
【0057】
図13(a)は、ヘリカルスキャンによって収集された投影データを示している。例えば、第N/2ビューにおけるヘリカル重み付け補間は、各ビューの同一検出器チャネルのカウント値を、図示のようなヘリカル重み付け関数(各重み付け係数は、各係数の総和で正規化されている)を用いて重み付け加算した値をもって行われる。
【0058】
ここで、同図(b)に示すように、第nビューで微小放電が発生したと仮定する。この場合、(a)の重み付けによれば、第nビューにおける重み付け係数は比較的大きな値であり、このまま重み付け加算に組み入れられるとヘリカル重み付け後のデータ精度に悪影響を及ぼしてしまう。そこで、微小放電が発生した場合には、この重み付け関数をα度(αはスキャンピッチに依存する値)ずらして、微小放電発生ビューには小さな重み付け係数が当てられるような重み付け関数を調整する。なお、微小放電発生ビューが第N/2ビュー以降の後半のビューに存在する場合は、同図(c)に示すように、(a)の重み付け関数を−α度ずらして新たな重み付け関数を作成する。ただし、αは一定値(例えば90度以下)、もしくは、スキャンピッチの大きさに反比例して小さくなる値である。
【0059】
(その他の実施形態)
ヘリカルスキャンの場合についての一例を、上記の実施形態6で説明したが、このほか、微小放電発生ビューを除いた重み付け係数の総和で各重み付け係数を正規化した後、微小放電発生ビューの投影データを重み付け加算に組み入れないようにしてもよい。
【0060】
また、上述した各実施形態において、微小放電が発生したかどうかの判断は、ステップS103で、D(n,ref)/D(n−1,ref)の値のしきい値判定により行うようにしたが、リファレンスチャネルではなく所定位置のメイン検出器チャネルのカウント値が、所定のしきい値を下回っていたとき、当該ビューで微小放電が発生したと判断するようにしてもよい。あるいは、所定位置の複数のメイン検出器チャネルのうちいずれかの検出器チャネルのカウント値が所定のしきい値を下回っていたとき、当該ビューで微小放電が発生したと判断するようにしてもよい。
【0061】
また、上述した各実施形態において用いた補間には線形補間を使用したが、3点を用いる2次補間、3点Hanning補間等の高次・多点の補間でも同様の効果を出すことができる。
【0062】
また、上述した各実施形態において、ステップS3の微小放電が発生したかどうかの判断は、ステップS4のX線量の補正に先だって行うことが望ましいが、微小放電発生ビューの投影データの補間処理は、ステップS4のX線量補正後であって画像再構成処理の前であれば、どこで行ってもよい。
【0063】
また、実施形態におけるX線CTシステムの制御のほとんどは操作コンソール200において行った。操作コンソール200の構成自体は、汎用の情報処理装置(ワークステーションやパーソナルコンピュータ等)で実現できるものであるので、ソフトウェアを同装置にインストールし、それでもって実現することも可能である。
【0064】
つまり、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(または記録媒体)を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても実現できるものである。この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているオペレーティングシステム(OS)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれる。
【0065】
本発明を上記記憶媒体に適用する場合、その記憶媒体には、先に説明した(図3、図6、図8、図10、図12のいずれか1つ以上に示す)フローチャートに対応するプログラムコードが格納されることになる。
【0066】
【発明の効果】
以上説明したように、本発明によれば、微小放電の継続時間長等の微小放電の影響の変動要因を考慮して、微小放電により正常に収集できなかったビューの投影データを好適に補間し、X線断層像に現れるアーティファクトを低減することが可能なX線CTシステムおよびその制御方法を提供することができる。
【図面の簡単な説明】
【図1】実施形態のX線CTシステムのブロック構成図である。
【図2】X線検出部8の構成を説明するための図である。
【図3】実施形態1に係る投影データの補間処理を示すフローチャートである。
【図4】収集された1スキャン分の投影データについて説明するための図である。
【図5】実施形態1における微小放電発生ビューの各検出器チャネルの補間操作を説明するための図である。
【図6】実施形態2に係る投影データの補間処理を示すフローチャートである。
【図7】実施形態2における、微小放電発生ビューの各検出器チャネルの補間操作を説明するための図である。
【図8】実施形態3に係る投影データの補間処理を示すフローチャートである。
【図9】実施形態3における、微小放電発生ビューの各検出器チャネルの補間操作を説明するための図である。
【図10】実施形態4に係る投影データの補間処理を示すフローチャートである。
【図11】実施形態4における、微小放電発生ビューの各検出器チャネルの補間操作を説明するための図である。
【図12】実施形態5に係る投影データの補間処理を示すフローチャートである。
【図13】実施形態6における、微小放電発生ビューに伴って作成される重み付け関数を説明するための図である。
【図14】従来の投影データの補間処理を示すフローチャートである。[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an X-ray CT (Computerized Tomography) system for reconstructing an X-ray tomographic image of a subject by X-ray irradiation, and a control method thereof. This invention relates to the restoration and restoration technology of the projection data.
[0002]
[Prior art]
In the X-ray CT system, generally, X-rays from an X-ray tube that is an X-ray generation source are collimated at a predetermined irradiation angle (for example, 60 degrees) and then irradiated on a subject, and the transmitted X-rays are Projection data obtained by detection with an X-ray detector having a plurality of (for example, 1000) detector channels over a length depending on the X-ray irradiation angle is collected in the X-ray tube and the X-ray detector. Performing (scanning) in a plurality of (for example, 1000) view directions while rotating around the specimen, an X-ray tomographic image is reconstructed based on the projection data of each view.
[0003]
By the way, since an X-ray tube applies a high voltage between a cathode and an anode in order to generate X-rays, it is known that a minute discharge sometimes occurs. Since the X-ray dose irradiated when a micro discharge is generated is on the order of several milliseconds or 1 millisecond, it rapidly decreases, so that the projection data in the view at that time is useless. If image reconstruction processing is performed with this as it is, specific artifacts such as shower artifacts are generated in the reconstructed X-ray tomogram. Therefore, a better image can be obtained when the projection data of the view affected by the minute discharge is interpolated using other projection data.
[0004]
Conventionally, interpolation of projection data of a view that could not be normally collected due to a minute discharge has been performed as follows, for example.
[0005]
FIG. 14 is a flowchart showing a conventional projection data interpolation process.
[0006]
First, projection data is collected (scanned) (step S1), and predetermined preprocessing such as logarithmic transformation of the received projection data of each view is performed (step S2). Next, a detector in a predetermined reference channel ref (generally used for detection of an X-ray detection amount for calibration, detection of an X-ray beam position, etc.) provided in the X-ray detection unit for each view The channel output (hereinafter referred to as “count value”) is measured, and the count value D (n, ref) in the reference channel ref of the nth view and the reference channel of the n−1th view (the previous view) The ratio D (n, ref) / D (n-1, ref) with the count value D (n-1, ref) at ref is calculated, and the calculated D (n, ref) / D (n-1, ref) If ref) falls below a predetermined threshold value T (for example, 0.95), it is determined that a minute discharge has occurred, and the view number n is stored (step S3). Subsequently, predetermined correction processing such as X-ray dose correction and sensitivity correction between detector channels is performed (step S4).
[0007]
Thereafter, the count value of each detector channel in the n-th view in which it is determined that a minute discharge has occurred is 50% of the original count value and 25 of the count value of the same detector channel in the n-1 view. The linear interpolation is performed with the addition value of the value of% and the value of 25% of the count value of the same detector channel in the (n + 1) th view (step S5). In this specification, the interpolation of the count value of each detector channel is expressed by the following equation. In the present specification, unless otherwise specified, the symbol “=” means that the value on the right side is assigned to the left side.
[0008]
for (k = 0, Q-1)
D (n, k) = 0.25D (n-1, k) + 0.5D (n, k) + 0.25D (n + 1, k)
[0009]
Here, n is a view number, k is a detector channel number of the X-ray detector, D (n, k) is a count value in the kth detector channel of the nth view, and for (k = 0, Q-1) substitutes each value in increments of 1 from 0 to Q-1 (Q is the number of detector channels of the X-ray detector), and executes subsequent substitution formulas in each case Indicates to do.
[0010]
After the count value interpolation as described above, an X-ray tomographic image is reconstructed (step S6) and displayed on a monitor screen such as a CRT (step S7).
[0011]
As described above, the conventional interpolation processing weights and adds the count values of one view before and after the view.
[0012]
[Problems to be solved by the invention]
However, the duration of the minute discharge and the amount of discharge are not always constant, and in particular with the recent increase in scanning speed, the influence of the minute discharge is not limited to one view and often extends to a plurality of views. In the above-described conventional interpolation processing, regardless of the fluctuation factors of the influence of the minute discharge such as the duration of the minute discharge and the scanning speed, the view and the ± 1 view count values are uniformly used. Since the interpolation is performed, the effect is often insufficient.
[0013]
The present invention has been made in view of such a problem, and in consideration of the fluctuation factors of the influence of the microdischarge such as the duration of the microdischarge, the projection data of the view that could not be normally collected by the microdischarge is preferably used. It is an object of the present invention to provide an X-ray CT system and a control method thereof that can reduce the artifacts appearing in the X-ray tomographic image.
[0014]
[Means for Solving the Problems]
In order to achieve the above object, for example, an X-ray CT system of the present invention comprises the following arrangement. That is,
A scan that collects projection data obtained by irradiating X-rays generated from an X-ray tube toward the subject and detecting the transmitted X-rays with an X-ray detector having a plurality of detector channels from a plurality of views. An X-ray CT system for reconstructing an X-ray tomographic image of a subject based on projection data of each view,
A means of identifying a view that could not successfully collect projection data;
Means for interpolating the projection data of the identified view using projection data of the preceding and following views adjacent to the identified view;
It is characterized by providing.
[0015]
DETAILED DESCRIPTION OF THE INVENTION
(Embodiment 1)
FIG. 1 is a block diagram of the X-ray CT system of this embodiment. As shown in the figure, the present system includes a gantry apparatus 100 that integrally attaches an X-ray irradiation to a subject and an X-ray detection mechanism for detecting X-rays transmitted through the subject, and various operations on the gantry apparatus 100. The operation console 200 is configured to perform setting and reconstruct and display an X-ray tomogram based on data output from the gantry apparatus 100.
[0016]
The gantry apparatus 100 has the following configuration including the main controller 1 that controls the entire system.
[0017]
2 is an interface for communicating with the operation console 200, and 3 is a gantry having a cavity for transporting a subject lying on the table 12 (hereinafter also referred to as the Z-axis in a direction perpendicular to the drawing). Inside, an X-ray tube 4 (driven and controlled by the X-ray tube controller 5) which is an X-ray generation source, a collimator 6 having a slit for determining the slice thickness of the X-ray, and the X-ray of the collimator 6 A motor 7a, which is a slit width adjusting motor that determines the slice thickness, is provided. The driving of the motor 7a is controlled by the collimator controller 7.
[0018]
The gantry 3 also includes an X-ray detection unit 8 that detects X-rays that have passed through the subject, and a data collection unit 9 that collects data obtained from the X-ray detection unit 8. The X-ray tube 4 and the collimator 6 and the X-ray detection unit 8 are provided at positions facing each other with the cavity portion sandwiched therebetween, that is, with the subject sandwiched therebetween, and rotate around the gantry 3 while maintaining the relationship therebetween. It comes to move. This rotation is performed by the rotary motor 10 driven by a drive signal from the motor controller 11. The table 12 on which the subject is placed is transported in the Z-axis direction, and is driven by the table motor 13.
[0019]
The main controller 1 analyzes various commands received via the interface 2, and based on the analysis, the X-ray tube controller 5, collimator controller 7, motor controller 11, table motor controller 14, and data collection unit 9 On the other hand, various control signals are output. The data collected by the data collection unit 9 is sent to the operation console 200 via the data input interface 60.
[0020]
The operation console 200 is a so-called workstation, and as shown in the figure, includes a CPU 51 that controls the entire apparatus, a ROM 52 that stores a boot program and a BIOS, and a RAM 53 that functions as a main storage device, and the following configuration.
[0021]
The HDD 54 is a hard disk device, which stores a control program for giving various instructions to the OS and the gantry apparatus 100 and for reconstructing an X-ray tomogram based on projection data received from the gantry apparatus 100. Yes. The VRAM 55 is a memory for developing image data to be displayed, and can be displayed on the CRT 56 by developing the image data or the like here. Reference numerals 57 and 58 denote a keyboard and a mouse for performing various settings. Reference numeral 59 denotes an interface for communicating with the gantry apparatus 100.
[0022]
In addition, as shown in FIG. 2, the X-ray detection unit 8 described above has a plurality of lengths (referred to as fan angles) depending on a predetermined X-ray irradiation angle (for example, 60 degrees) defined by the collimator 6. For example, 1000 detector channels, forming a row of detectors. A so-called multi-slice type X-ray detection unit in which a plurality of such detectors are arranged in the Z-axis direction to form a matrix detector channel group is also known, but such a type may also be used. In the X-ray detector 8, the detector channel ref at the end starts monitoring X-ray dose fluctuations for X-ray dose correction as a reference channel where the X-ray beam always enters directly without passing through the subject. This is used to determine the occurrence of a minute discharge according to the present invention, which will be described later. Note that detector channels other than the reference channel are sometimes called main detector channels in comparison with the reference channel. Here, only the detector channel at one end of the X-ray detector 8 is used as a reference channel, but both ends or one end of the main detector channel can also be used as a channel for monitoring X-ray dose fluctuations.
[0023]
The configuration of the X-ray CT system in the present embodiment is generally as described above. In the X-ray CT system having such a configuration, the projection data is collected as follows. First, the position in the Z-axis direction is fixed, the subject is irradiated with the X-ray beam from the X-ray tube 4 (projection of X-rays), and the transmitted X-ray is detected by the X-ray detection unit 8. The transmission X-ray is detected in a plurality of (for example, 1000) view directions while rotating the X-ray tube 4 and the X-ray detection unit 8 around the subject (that is, changing the projection angle). Perform 360 degrees. Each detected transmission X-ray is converted into a digital value by the data acquisition unit 9 and transferred to the operation console 200 via the data input interface 60 as projection data. This is called one scan. Then, the scan position is sequentially moved by a predetermined amount in the Z-axis direction, and the next scan is performed. Such a scanning method is called an axial scanning method, and the X-ray tube 4 and the X-ray detection unit 8 spirally move around the subject while moving the scanning position in synchronization with the change in the projection angle. It may be a helical scan system that collects projection data. The operation console 200 reconstructs an X-ray tomographic image based on the transferred projection data, and displays it on the CRT 56.
[0024]
Note that, when the collected projection data for one scan is schematically displayed, it is as shown in FIG. In the figure, the horizontal direction indicates Q detector channels from the 0th channel to the Q-1th channel, and each detector channel has a count value obtained by scanning. The vertical direction indicates N views from the 0th view to the (N−1) th view corresponding to 0 to 360 degrees.
[0025]
In the present invention, prior to reconstruction of an X-ray tomographic image, a view in which projection data cannot be normally collected due to a micro discharge generated in the X-ray tube 4 is specified, and projection data suitable for the view is identified. Interpolate.
[0026]
FIG. 3 is a flowchart showing projection data interpolation processing according to this embodiment. The same reference numerals are assigned to the same processing blocks as those in the flowchart of FIG. 14 showing the conventional interpolation processing described above.
[0027]
First, projection data is collected (scanned) (step S1), and the collected projection data is transferred to the operation console 200. The operation console 200 performs predetermined preprocessing such as logarithmic conversion of the received projection data of each view (step S2). Next, for each view, the count value in the reference channel ref is measured, the count value D (n, ref) in the reference channel ref of the nth view, and the count value in the reference channel ref of the n−1th view. A ratio D (n, ref) / D (n-1, ref) with D (n-1, ref) is calculated, and the calculated D (n, ref) / D (n-1, ref) is predetermined. If the threshold value T is lower than 0.95 (for example, 0.95), it is determined that a minute discharge has occurred, and the view number n is stored (step S3). Subsequently, predetermined correction processing such as X-ray dose correction and sensitivity correction between detector channels is performed (step S4).
[0028]
Thereafter, the count value of each detector channel of the nth view in which it is determined that a micro discharge has occurred is interpolated with the average value of the count values of the detector channels of the preceding and following views as shown in the following equation (step). S11).
[0029]
for (k = 0, Q-1)
D (n, k) = (D (n-1, k) + D (n + 1, k)) / 2
[0030]
FIG. 5 shows an interpolation operation according to this embodiment. This interpolation operation can be said to be an operation of linearly interpolating the projection data of the nth view using the projection data of the previous and subsequent views regardless of the projection data of the nth view.
[0031]
After the count value interpolation as described above, an X-ray tomographic image is reconstructed (step S6) and displayed on the CRT 56 (step S7).
[0032]
In this way, data having the average value of the count values of each detector channel in the preceding and succeeding views is interpolated in the view in which the projection data could not be normally collected due to the minute discharge, so that the continuity is excellent. And shower artifacts appearing in the X-ray tomogram can be reduced.
[0033]
(Embodiment 2)
As described above, when the scanning speed is increased, the influence of the micro discharge is not limited to one view but often covers a plurality of views. Therefore, in the present embodiment, the projection data is interpolated in consideration of the number of consecutive views affected by the minute discharge.
[0034]
FIG. 6 is a flowchart showing the projection data interpolation processing according to this embodiment.
[0035]
First, projection data is collected (scanned) (step S1), and the collected projection data is transferred to the operation console 200. The operation console 200 performs predetermined preprocessing such as logarithmic conversion of the received projection data of each view (step S2). Next, for each view, the count value in the reference channel ref is measured, the count value D (n, ref) in the reference channel ref of the nth view, and the count value in the reference channel ref of the n−1th view. A ratio D (n, ref) / D (n-1, ref) with D (n-1, ref) is calculated, and the calculated D (n, ref) / D (n-1, ref) is predetermined. If the threshold value T is lower than 0.95 (for example, 0.95), it is determined that a minute discharge has occurred, and the view number n is stored (step S3). Subsequently, for each view in which it is determined that a micro discharge has occurred (hereinafter, also referred to as a “micro discharge occurrence view”), the subsequent number when the micro discharge occurrence view further follows is counted and the number M is stored. (Step S21). Next, predetermined correction processing such as X-ray dose correction and sensitivity correction between detector channels is performed (step S4).
[0036]
Thereafter, the count value of each detector channel in the nth view in which it is determined that a micro discharge has occurred is as shown in FIG. 7 before and after the nth view M (M = 2 in the example of FIG. 7). Interpolation is performed with a value obtained by weighting and adding the count values of the same detector channel (step S22). This interpolation operation is expressed by the following equation.
[0037]
[Expression 1]
Figure 0003866955
[0038]
Then, after the interpolation processing of the projection data in step S22, an X-ray tomographic image is reconstructed (step S6) and displayed on the CRT 56 (step S7).
[0039]
Note that counting the number of subsequent microdischarge occurrence views in step S21 is equivalent to measuring the duration of the microdischarge. That is, in the subsequent step S22, the projection data is interpolated using the number of surrounding views corresponding to the duration of the minute discharge. This interpolation operation can be said to be an operation for linearly interpolating the projection data of the microdischarge occurrence view using the projection data of the peripheral views corresponding to the number of subsequent microdischarge occurrence views. Thereby, shower artifacts appearing in the X-ray tomogram can be reduced more effectively.
[0040]
In step S22, the count values of the same detector channels in the M views before and after the nth view are weighted and added. However, as shown in the following equation, the same detection in only the previous M view of the nth view is performed. It is also possible to perform weighted addition of the count values of the counter channels. This method is also advantageous from the viewpoint of software processing and from the viewpoint of removing instability after discharge.
[0041]
[Expression 2]
Figure 0003866955
[0042]
In both of the above equations, the inverse ratio of the distance m of the view from the nth view is used as the weighting coefficient. However, other weighting coefficients may be used as long as they are normalized by the sum of the weighting coefficients. .
[0043]
(Embodiment 3)
In the first and second embodiments described above, the front and back views are used for the interpolation of projection data. However, in this embodiment, each count value of the microdischarge occurrence view is set to the opposite view (for each detector channel). It replaces with each count value of a view (projection angle is 180 degrees different).
[0044]
FIG. 8 is a flowchart showing the projection data interpolation processing according to this embodiment. This processing step is substantially the same as the flowchart of FIG. 3 showing the processing of the first embodiment, but step S11 is replaced by step S31. In this step S31, as shown in FIG. 9, interpolation is performed by copying the data of the n ′ view different by 180 degrees, for example, to the nth view in which the minute discharge has occurred. This interpolation operation is expressed by the following equation. However, this is performed for each opposing view for each corresponding detector channel.
[0045]
Figure 0003866955
[0046]
In the opposite view, since X-rays passing through the same X-ray path are detected, the fact that almost the same count value is obtained is utilized, thereby avoiding the influence of minute discharge and more suitable data. Can be interpolated. Note that instead of using only the 180-degree opposed view data for interpolation as described above, an average value of data near the 180-degree opposed view may be used for interpolation.
[0047]
(Embodiment 4)
The count value of each detector channel in the microdischarge generation view may be interpolated by the average value of the count values of the same detector channel in the same view in the preceding and following scans, that is, the preceding and following slice positions.
[0048]
FIG. 10 is a flowchart showing the projection data interpolation processing according to this embodiment. This processing step is substantially the same as the flowchart of FIG. 3 showing the processing of the first embodiment, but step S11 is replaced by step S41. In this step S41, as shown in FIG. 11, the same detection in the (n-1) th view in the (r-1) th scan and the nth view in the (r + 1) th scan is performed on each detector channel in the nth view of the rth scan in which the minute discharge has occurred. Interpolate by copying the average of the count values of the counter channels. The count value of the rth scan nth view kth channel is D r When this interpolation operation is expressed by an equation as (n, k), the following equation is obtained.
[0049]
for (k = 0, Q-1)
D r (N, k) = (D r-1 (N, k) + D r + 1 (N, k)) / 2
[0050]
Interpolation is performed with the average value of each count value of the same view (view having the same projection angle as the projection angle of the microdischarge generation view) at the adjacent slice positions, so that continuity is maintained well. The influence of minute discharge can be avoided and suitable data can be interpolated. Instead of using the same view data at adjacent slice positions before and after the adjacent interpolation as described above, an average value of data near the same view at adjacent slice positions may be used for the interpolation.
[0051]
(Embodiment 5)
Here, it is as follows when the data interpolation in each embodiment mentioned above is put together.
Embodiment 1: Interpolation of micro discharge occurrence view using projection data of previous and subsequent views
Embodiment 2: Interpolating micro discharge occurrence views using projection data of a number of peripheral views corresponding to the micro discharge duration time length
Embodiment 3: A microdischarge generation view is interpolated using projection data of the opposite view for each detector channel.
Embodiment 4: Interpolation of micro discharge occurrence view using projection data of same view in previous and subsequent scans
[0052]
The data interpolation of each of these embodiments has different effects depending on the duration of the minute discharge. When the duration of the micro discharge lasts relatively long and the influence of the micro discharge has spread over a plurality of views, the data interpolation of the second embodiment considers the duration of the micro discharge, so the data interpolation of the first embodiment Better results would be expected. In the third and fourth embodiments, interpolation is performed with data that is a view far away from the microdischarge occurrence view and has high relevance to the microdischarge occurrence view, so that even better results can be expected. Therefore, in the present embodiment, the interpolation processing in each of the above embodiments is combined, and the type of interpolation processing is selected according to the duration of minute discharge (that is, the number of consecutive small discharge occurrence views).
[0053]
FIG. 12 is a flowchart showing the projection data interpolation processing according to this embodiment.
[0054]
First, projection data is collected (scanned) (step S1), and the collected projection data is transferred to the operation console 200. The operation console 200 performs predetermined preprocessing such as logarithmic conversion of the received projection data of each view (step S2). Next, for each view, the count value in the reference channel ref is measured, the count value D (n, ref) in the reference channel ref of the nth view, and the count value in the reference channel ref of the n−1th view. A ratio D (n, ref) / D (n-1, ref) with D (n-1, ref) is calculated, and the calculated D (n, ref) / D (n-1, ref) is predetermined. If the threshold value T is lower than 0.95 (for example, 0.95), it is determined that a minute discharge has occurred, and the view number n is stored (step S3). Subsequently, for each minute discharge occurrence view, the number of subsequent minute discharge occurrence views is counted and the number M is stored (step S21). Next, predetermined correction processing such as X-ray dose correction and sensitivity correction between detector channels is performed (step S4).
[0055]
Thereafter, the interpolation process of the micro discharge occurrence view is selected according to the value of M. That is, in step S51, it is determined whether the microdischarge occurrence view is not continuous and M is less than 1. If yes, the process proceeds to step S11 (see FIG. 3). If the determination in step S51 is no, the process proceeds to step S52 to determine whether M is less than 2. If yes, go to step S22 (see FIG. 6). If the determination in step S52 is no, the process proceeds to step S53, where it is determined whether M is less than 3. If yes, the process proceeds to step S31 (see FIG. 8). If the determination in step S53 is no, the process proceeds to step S41 (FIG. 10).
[0056]
(Embodiment 6)
In the case of the helical scan, since projection data is collected in a spiral shape, only one view of the projection data at the target slice position is collected. Therefore, prior to image reconstruction, Z of the projection data by a predetermined helical weighting function is collected. It is known that interpolation in the axial direction is performed.
[0057]
FIG. 13A shows projection data collected by a helical scan. For example, the helical weighting interpolation in the N / 2th view is performed by calculating the count value of the same detector channel of each view and the helical weighting function as shown in the figure (each weighting coefficient is normalized by the sum of the coefficients). It is performed with a value obtained by weighting and adding.
[0058]
Here, it is assumed that a minute discharge has occurred in the nth view as shown in FIG. In this case, according to the weighting of (a), the weighting coefficient in the nth view is a relatively large value, and if incorporated in the weighting addition as it is, the data accuracy after the helical weighting is adversely affected. Therefore, when a small discharge occurs, this weighting function is shifted by α degrees (α is a value depending on the scan pitch), and the weighting function is adjusted so that a small weighting coefficient is applied to the small discharge occurrence view. If the micro discharge occurrence view exists in the second half view after the N / 2 view, as shown in FIG. 5C, the weighting function of (a) is shifted by -α degrees, and a new weighting function is changed. create. However, α is a constant value (for example, 90 degrees or less) or a value that decreases in inverse proportion to the size of the scan pitch.
[0059]
(Other embodiments)
An example of the case of the helical scan has been described in the sixth embodiment. In addition, after normalizing each weighting coefficient with the sum of the weighting coefficients excluding the minute discharge occurrence view, the projection data of the minute discharge occurrence view is displayed. May not be incorporated into the weighted addition.
[0060]
Further, in each of the above-described embodiments, whether or not a minute discharge has occurred is determined by threshold determination of the value of D (n, ref) / D (n−1, ref) in step S103. However, when the count value of the main detector channel at a predetermined position instead of the reference channel is below a predetermined threshold value, it may be determined that a minute discharge has occurred in the view. Alternatively, when the count value of any one of the plurality of main detector channels at a predetermined position is below a predetermined threshold value, it may be determined that a minute discharge has occurred in the view. .
[0061]
In addition, linear interpolation is used for the interpolation used in each of the above-described embodiments, but the same effect can be obtained by high-order / multi-point interpolation such as quadratic interpolation using three points and three-point Hanning interpolation. .
[0062]
In each of the above-described embodiments, it is desirable to determine whether or not a micro discharge has occurred in step S3 prior to the correction of the X-ray dose in step S4. It may be performed anywhere after the X-ray dose correction in step S4 and before the image reconstruction process.
[0063]
Further, most of the control of the X-ray CT system in the embodiment is performed on the operation console 200. Since the configuration itself of the operation console 200 can be realized by a general-purpose information processing apparatus (workstation, personal computer, or the like), the software can be installed in the apparatus and can be realized.
[0064]
That is, an object of the present invention is to supply a storage medium (or recording medium) in which a program code of software that realizes the functions of the above-described embodiments is recorded to a system or apparatus, and the computer (or CPU or CPU) of the system or apparatus. (MPU) can also be realized by reading and executing the program code stored in the storage medium. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention. Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an operating system (OS) running on the computer based on the instruction of the program code. A case where part or all of the actual processing is performed and the functions of the above-described embodiments are realized by the processing is also included.
[0065]
When the present invention is applied to the above storage medium, the storage medium includes a program corresponding to the flowchart described above (shown in any one or more of FIGS. 3, 6, 8, 10, and 12). The code will be stored.
[0066]
【The invention's effect】
As described above, according to the present invention, the projection data of the view that could not be normally collected due to the minute discharge is preferably interpolated in consideration of the fluctuation factors of the influence of the minute discharge such as the duration of the minute discharge. An X-ray CT system capable of reducing artifacts appearing in an X-ray tomogram and a control method thereof can be provided.
[Brief description of the drawings]
FIG. 1 is a block diagram of an X-ray CT system according to an embodiment.
FIG. 2 is a diagram for explaining a configuration of an X-ray detection unit 8;
FIG. 3 is a flowchart showing projection data interpolation processing according to the first embodiment;
FIG. 4 is a diagram for explaining the collected projection data for one scan.
FIG. 5 is a diagram for explaining an interpolation operation for each detector channel of a micro discharge occurrence view in the first embodiment.
FIG. 6 is a flowchart showing projection data interpolation processing according to the second embodiment.
FIG. 7 is a diagram for explaining an interpolation operation for each detector channel of a minute discharge occurrence view in the second embodiment.
FIG. 8 is a flowchart showing projection data interpolation processing according to the third embodiment.
FIG. 9 is a diagram for explaining an interpolation operation for each detector channel in a microdischarge occurrence view in the third embodiment.
FIG. 10 is a flowchart showing projection data interpolation processing according to the fourth embodiment.
FIG. 11 is a diagram for explaining an interpolation operation for each detector channel in a micro discharge occurrence view in the fourth embodiment.
FIG. 12 is a flowchart showing projection data interpolation processing according to the fifth embodiment.
FIG. 13 is a diagram for explaining a weighting function created with a microdischarge occurrence view in the sixth embodiment.
FIG. 14 is a flowchart showing a conventional projection data interpolation process.

Claims (13)

X線管より発生するX線を被検体に向けて照射し、その透過X線を複数の検出器チャネルを有するX線検出部で検出して得られる投影データを、複数のビュー方向から収集するスキャンを行い、各ビュー方向の投影データに基づいて被検体のX線断層像を再構成するX線CTシステムであって、
正常に投影データを収集することができなかったビューを特定する手段と、
該特定したビューごとに、正常に投影データを収集することができなかったビューが更に後続するときの後続数を求める手段と、
該後続数に応じた数の周辺のビューの投影データを用いて、前記特定したビューの投影データを補間する手段と、
を備えることを特徴とするX線CTシステム。
Projection data obtained by irradiating a subject with X-rays generated from an X-ray tube and detecting the transmitted X-rays with an X-ray detector having a plurality of detector channels is collected from a plurality of view directions. An X-ray CT system that scans and reconstructs an X-ray tomographic image of a subject based on projection data in each view direction,
A means of identifying a view that could not successfully collect projection data;
Means for determining a succession number when a view for which projection data could not be normally collected further continues for each identified view;
Means for interpolating projection data of the identified view using projection data of a number of surrounding views according to the subsequent number;
An X-ray CT system comprising:
X線管より発生するX線を被検体に向けて照射し、その透過X線を複数の検出器チャネルを有するX線検出部で検出して得られる投影データを、複数のビュー方向から収集するスキャンを行い、各ビュー方向の投影データに基づいて被検体のX線断層像を再構成するX線CTシステムであって、
正常に投影データを収集することができなかったビューを特定する手段と、
該特定したビューごとに、正常に投影データを収集することができなかったビューが更に後続するときの後続数を求める手段と、
該特定したビューに隣接する前後のビューの投影データを用いて、前記特定したビューの投影データを補間する第1の補間手段と、
該後続数に応じた数の周辺のビューの投影データを用いて、前記特定したビューの投影データを補間する第2の補間手段と、
該特定したビューの各検出器チャネルの対向ビューの投影データを用いて、前記特定したビューの投影データを補間する第3の補間手段と、
該特定したビューの投影角度と同一の投影角度を有する前後のスキャンのビューの投影データを用いて、前記特定したビューの投影データを補間する第4の補間手段と、
を備え、
前記後続数に基づいて、前記第1乃至第4の補間手段のうちいずれかの補間手段に切り換える切り換え手段を更に備えることを特徴とするX線CTシステム。
Projection data obtained by irradiating a subject with X-rays generated from an X-ray tube and detecting the transmitted X-rays with an X-ray detector having a plurality of detector channels is collected from a plurality of view directions. An X-ray CT system that scans and reconstructs an X-ray tomographic image of a subject based on projection data in each view direction,
A means of identifying a view that could not successfully collect projection data;
Means for determining a succession number when a view for which projection data could not be normally collected further continues for each identified view;
First interpolation means for interpolating projection data of the identified view using projection data of the preceding and following views adjacent to the identified view;
Second interpolation means for interpolating the projection data of the identified view using projection data of the number of peripheral views corresponding to the subsequent number;
Third interpolation means for interpolating projection data of the identified view using projection data of the opposite view of each detector channel of the identified view;
Fourth interpolation means for interpolating the projection data of the identified view using projection data of the preceding and subsequent scan views having the same projection angle as the projection angle of the identified view;
With
An X-ray CT system further comprising switching means for switching to any one of the first to fourth interpolation means based on the subsequent number.
X線管より発生するX線を被検体に向けて照射するときのビューの変化に同期して被検体をその体軸方向に移動させながら投影データを収集するヘリカルスキャンを行い、所定のヘリカル重み付けによる補間後の投影データに基づいて被検体のX線断層像を再構成するX線CTシステムであって、
正常に投影データを収集することができなかったビューを特定する手段と、
該特定したビューに、前記特定したビューが存在しなかった場合に割り当てられる重み付け係数よりも小さい値の重み付け係数が割り当てられるように前記所定のヘリカル重み付けを調整する手段と、
を備えることを特徴とするX線CTシステム。
Helical scan that collects projection data while moving the subject in the direction of the body axis in synchronization with the change of the view when X-rays generated from the X-ray tube are irradiated toward the subject, and predetermined helical weighting An X-ray CT system for reconstructing an X-ray tomographic image of a subject based on projection data after interpolation by:
A means of identifying a view that could not successfully collect projection data;
Means for adjusting the predetermined helical weighting so that a weighting factor having a value smaller than a weighting factor assigned when the specified view does not exist is assigned to the specified view ;
An X-ray CT system comprising:
前記正常に投影データを収集することができなかったビューを特定する手段は、
前記X線検出部の所定位置における検出器チャネルの出力値が、直前ビューでの該検出器チャネルの出力値に対する所定の割合に満たないときは、当該ビューを、正常に投影データを収集することができなかったビューとして特定することを特徴とする請求項1乃至のいずれか1項に記載のX線CTシステム。
The means for identifying a view that has not been able to collect projection data normally,
When the output value of the detector channel at a predetermined position of the X-ray detector is less than a predetermined ratio with respect to the output value of the detector channel in the immediately preceding view, the projection data is normally collected for the view. The X-ray CT system according to any one of claims 1 to 3 , wherein the view is specified as a view that cannot be performed.
前記正常に投影データを収集することができなかったビューを特定する手段は、
前記X線検出部の所定位置における検出器チャネルの出力値が、所定のしきい値に満たないときは、当該ビューを、正常に投影データを収集することができなかったビューとして特定することを特徴とする請求項1乃至のいずれか1項に記載のX線CTシステム。
The means for identifying a view that has not been able to collect projection data normally,
When the output value of the detector channel at a predetermined position of the X-ray detection unit is less than a predetermined threshold, the view is specified as a view in which projection data cannot be collected normally. X-ray CT system according to any one of claims 1 to 3, characterized.
前記正常に投影データを収集することができなかったビューを特定する手段は、
前記X線検出部の所定位置における複数の検出器チャネルのうちいずれかの検出器チャネルの出力値が、所定のしきい値に満たないときは、当該ビューを、正常に投影データを収集することができなかったビューとして特定することを特徴とする請求項1乃至のいずれか1項に記載のX線CTシステム。
The means for identifying a view that has not been able to collect projection data normally,
When the output value of any one of a plurality of detector channels at a predetermined position of the X-ray detection unit is less than a predetermined threshold, the projection data is normally collected for the view. The X-ray CT system according to any one of claims 1 to 3 , wherein the view is specified as a view that cannot be performed.
X線管より発生するX線を被検体に向けて照射し、その透過X線を複数の検出器チャネルを有するX線検出部で検出して得られる投影データを、複数のビュー方向から収集するスキャンを行い、各ビュー方向の投影データに基づいて被検体のX線断層像を再構成するX線CTシステムの制御方法であって、
正常に投影データを収集することができなかったビューを特定し、
該特定したビューごとに、更に正常に投影データを収集することができなかったビューの後続数を求め、該後続数に応じた数の周辺のビューの投影データを用いて、前記特定したビューの投影データを補間することを特徴とするX線CTシステムの制御方法。
Projection data obtained by irradiating a subject with X-rays generated from an X-ray tube and detecting the transmitted X-rays with an X-ray detector having a plurality of detector channels is collected from a plurality of view directions. A control method for an X-ray CT system that scans and reconstructs an X-ray tomographic image of a subject based on projection data in each view direction,
Identify the views that could not successfully collect projection data,
For each identified view, the subsequent number of views for which projection data could not be collected normally is obtained, and projection data of the number of surrounding views corresponding to the subsequent number is used to determine the number of subsequent views. A method for controlling an X-ray CT system, comprising interpolating projection data.
X線管より発生するX線を被検体に向けて照射し、その透過X線を複数の検出器チャネルを有するX線検出部で検出して得られる投影データを、複数のビュー方向から収集するスキャンを行い、各ビュー方向の投影データに基づいて被検体のX線断層像を再構成するX線CTシステムの制御方法であって、
特定のビューに隣接する前後のビューの投影データを用いて、当該特定のビューの投影データを補間する第1の補間工程と、
特定のビューにおいて、正常に投影データを収集することができなかったビューが後続する場合の後続数に応じた数の周辺のビューの投影データを用いて、当該特定のビューの投影データを補間する第2の補間工程と、
特定のビューの各検出器チャネルの対向ビューの投影データを用いて、当該特定のビューの投影データを補間する第3の補間工程と、
特定のビューの投影角度と同一の投影角度を有する前後のスキャンのビューの投影データを用いて、当該特定のビューの投影データを補間する第4の補間工程と、
を有し、
前記X線断層像の再構成に先立って、正常に投影データを収集することができなかったビューを特定し、
該特定したビューごとに、正常に投影データを収集することができなかったビューが更に後続する場合の後続数を求め、
該後続数に基づいて、前記第1乃至第4の補間工程のうちいずれかの補間工程を選択し、
該選択された補間工程により、前記特定したビューの投影データを補間することを特徴とするX線CTシステムの制御方法。
Projection data obtained by irradiating a subject with X-rays generated from an X-ray tube and detecting the transmitted X-rays with an X-ray detector having a plurality of detector channels is collected from a plurality of view directions. A control method for an X-ray CT system that scans and reconstructs an X-ray tomographic image of a subject based on projection data in each view direction,
A first interpolation step of interpolating projection data of the specific view using projection data of previous and subsequent views adjacent to the specific view;
In a specific view, projection data of the specific view is interpolated by using projection data of the number of surrounding views according to the number of subsequent views when the subsequent view for which the projection data could not be normally collected follows. A second interpolation step;
A third interpolation step of interpolating the projection data of the specific view using the projection data of the opposite view of each detector channel of the specific view;
A fourth interpolation step of interpolating the projection data of the specific view using the projection data of the previous and subsequent scan views having the same projection angle as the projection angle of the specific view;
Have
Prior to reconstruction of the X-ray tomogram, a view that could not successfully collect projection data was identified,
For each identified view, find the number of successors when there are more subsequent views that could not successfully collect projection data,
Based on the subsequent number, select one of the first to fourth interpolation steps,
A control method for an X-ray CT system, wherein the projection data of the specified view is interpolated by the selected interpolation step.
X線管より発生するX線を被検体に向けて照射するときのビューの変化に同期して被検体をその体軸方向に移動させながら投影データを収集するヘリカルスキャンを行い、所定のヘリカル重み付けによる補間後の投影データに基づいて被検体のX線断層像を再構成するX線CTシステムの制御方法であって、
正常に投影データを収集することができなかったビューを特定する工程と、
該特定したビューに、前記特定したビューが存在しなかった場合に割り当てられる重み付け係数よりも小さい値の重み付け係数が割り当てられるように前記所定のヘリカル重み付けを調整する工程と、
を備えることを特徴とするX線CTシステムの制御方法。
Helical scan that collects projection data while moving the subject in the direction of the body axis in synchronization with the change of the view when X-rays generated from the X-ray tube are irradiated toward the subject, and predetermined helical weighting A method for controlling an X-ray CT system for reconstructing an X-ray tomographic image of a subject based on projection data after interpolation by:
Identifying a view that was not able to successfully collect projection data;
Adjusting the predetermined helical weighting so that a weighting factor having a value smaller than a weighting factor assigned when the specified view does not exist is assigned to the specified view ;
A control method for an X-ray CT system, comprising:
前記正常に投影データを収集することができなかったビューを特定する工程は、
前記X線検出部の所定位置における検出器チャネルの出力値が、直前ビューでの該検出器チャネルの出力値に対する所定の割合に満たないときは、当該ビューを、正常に投影データを収集することができなかったビューとして特定することを特徴とする請求項7乃至9のいずれか1項に記載のX線CTシステムの制御方法。
The step of identifying a view for which projection data could not be collected normally is:
When the output value of the detector channel at a predetermined position of the X-ray detector is less than a predetermined ratio with respect to the output value of the detector channel in the immediately preceding view, the projection data is normally collected for the view. The method for controlling the X-ray CT system according to claim 7, wherein the view is specified as a view that cannot be performed.
前記正常に投影データを収集することができなかったビューを特定する工程は、
前記X線検出部の所定位置における検出器チャネルの出力値が、所定のしきい値に満たないときは、当該ビューを、正常に投影データを収集することができなかったビューとして特定することを特徴とする請求項7乃至9のいずれか1項に記載のX線CTシステムの制御方法。
The step of identifying a view for which projection data could not be collected normally is:
When the output value of the detector channel at a predetermined position of the X-ray detection unit is less than a predetermined threshold, the view is specified as a view in which projection data could not be normally collected. The method for controlling an X-ray CT system according to claim 7, wherein the control method is an X-ray CT system.
前記正常に投影データを収集することができなかったビューを特定する工程は、
前記X線検出部の所定位置における複数の検出器チャネルのうちいずれかの検出器チャネルの出力値が、所定のしきい値に満たないときは、当該ビューを、正常に投影データを収集することができなかったビューとして特定することを特徴とする請求項7乃至9のいずれか1項に記載のX線CTシステムの制御方法。
The step of identifying a view for which projection data could not be collected normally is:
When the output value of any one of a plurality of detector channels at a predetermined position of the X-ray detection unit is less than a predetermined threshold, the projection data is normally collected for the view. The method for controlling the X-ray CT system according to claim 7, wherein the view is specified as a view that cannot be performed.
請求項7乃至12のいずれか1項に記載のX線CTシステムの制御方法をコンピュータによって実現するための制御プログラムを格納したことを特徴とする記憶媒体。A storage medium storing a control program for realizing the X-ray CT system control method according to any one of claims 7 to 12 by a computer.
JP2001315430A 2001-10-12 2001-10-12 X-ray CT system and control method thereof Expired - Fee Related JP3866955B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001315430A JP3866955B2 (en) 2001-10-12 2001-10-12 X-ray CT system and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001315430A JP3866955B2 (en) 2001-10-12 2001-10-12 X-ray CT system and control method thereof

Publications (2)

Publication Number Publication Date
JP2003116841A JP2003116841A (en) 2003-04-22
JP3866955B2 true JP3866955B2 (en) 2007-01-10

Family

ID=19133599

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001315430A Expired - Fee Related JP3866955B2 (en) 2001-10-12 2001-10-12 X-ray CT system and control method thereof

Country Status (1)

Country Link
JP (1) JP3866955B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4642331B2 (en) * 2003-08-21 2011-03-02 ジーイー・メディカル・システムズ・グローバル・テクノロジー・カンパニー・エルエルシー X-ray CT apparatus and control method thereof
JP4587672B2 (en) * 2004-01-07 2010-11-24 ジーイー・メディカル・システムズ・グローバル・テクノロジー・カンパニー・エルエルシー Radiation tomography apparatus and radiation tomography method
JP4299749B2 (en) 2004-09-01 2009-07-22 ジーイー・メディカル・システムズ・グローバル・テクノロジー・カンパニー・エルエルシー CT image reconstruction method, CT apparatus, and program
JP5948799B2 (en) * 2011-11-09 2016-07-06 セイコーエプソン株式会社 Medium transport apparatus, recording apparatus, and medium transport control method
JP6362865B2 (en) * 2013-01-10 2018-07-25 キヤノンメディカルシステムズ株式会社 X-ray computed tomography apparatus and X-ray generator

Also Published As

Publication number Publication date
JP2003116841A (en) 2003-04-22

Similar Documents

Publication Publication Date Title
US7154988B2 (en) X-ray computed tomographic imaging apparatus
US6944260B2 (en) Methods and apparatus for artifact reduction in computed tomography imaging systems
US6765983B2 (en) Method and apparatus for imaging a region of dynamic tissue
JP4436658B2 (en) Method and apparatus for calculating volume perfusion
US6421411B1 (en) Methods and apparatus for helical image artifact reduction
JP5142664B2 (en) X-ray computed tomography system
US7249886B1 (en) Method and apparatus for measuring effective focal spot parameters of an X-ray source
JP2002531199A (en) Method and apparatus for calcification leveling
IL157069A (en) Methods and apparatus for weighting of computed tomography data
JP2002320613A (en) Reverse projection method and apparatus for computed tomography
EP1372115B1 (en) Methods and apparatus for reconstructing an image of an object
JP4409671B2 (en) Apparatus and method for producing tomographic images
US7050527B2 (en) Methods and apparatus for artifact reduction in cone beam CT image reconstruction
US6418184B1 (en) Helical rowwise view weighting of computed tomographic images
JP3866955B2 (en) X-ray CT system and control method thereof
JP4316335B2 (en) X-ray scattered ray component correction method and program, and X-ray CT apparatus
JP2002034970A (en) Method and device for spiral reconstitution in multi-slice ct scan
US6418183B1 (en) Methods and apparatus for two-pass CT imaging
US9402587B2 (en) Method for recording projections during a spiral scan, method for imaging and multi-slice computed tomography device
US8131042B2 (en) Methods and apparatus for hybrid cone beam image reconstruction
JP2002065663A (en) Method and apparatus to reversibly impose imaging data
US6404842B1 (en) Method and apparatus for image reconstruction in twin helical computed tomographic systems
US20050018889A1 (en) Systems and methods for filtering images
JP4299749B2 (en) CT image reconstruction method, CT apparatus, and program
JP4785265B2 (en) X-ray CT system, operation console thereof, and control method thereof

Legal Events

Date Code Title Description
A625 Written request for application examination (by other person)

Free format text: JAPANESE INTERMEDIATE CODE: A625

Effective date: 20040305

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060327

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060623

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: 20060908

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061006

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131013

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees