• Title/Summary/Keyword: detection module

Search Result 692, Processing Time 0.018 seconds

An Effective Block of Radioactive Gases for the Storage During the Synthesis of Radiopharmaceutical (방사성의약품 합성에서 발생하는 방사성기체의 효율적 차단)

  • Chi, Yong Gi;Kim, Dong Il;Kim, Si Hwal;Won, Moon Hee;Choe, Seong-Uk;Choi, Choon Ki;Seok, Jae Dong
    • The Korean Journal of Nuclear Medicine Technology
    • /
    • v.16 no.2
    • /
    • pp.126-130
    • /
    • 2012
  • Purpose : Methode an effective block was investigated to deal with volatile radioactive gas, short lived radioactive waste generated as a result of the routinely produced radiopharmaceuticals FDG (2-deoxy-2-[$^{18}F$]fluoro-D-glucose) and compound with $^{11}C$. Materials and Methods : All components of the radiation stack monitoring and data management system for continuous radioactive gas detection in the air extract system purchase from fixed noble gas monitor of Berthold company. TEDLAR gas sampling bags purchase from the Dongbanghitech company. TEDLAR gas sampling bags (volume: 10 L) connected via paraflex or PTFE tubing and Teflon 3 way stopcock. When installing TEDLAR gas sampling bags in Hot cell on the inside and not radioactive gas concentrations were compared. According to whether the Hot cell inside a activated carbon filter installed, compare the difference in concentration of the radioactive gas $^{18}F$. Comparison of radiation emission concentration difference of module a FASTlab and TRACElab. Results : Activated carbon filter are installed in the Hot cell, a measure of the concentration of radioactive gas was 8 $Bq/m^3$. Without activated carbone filter in the hot cell was 300 $Bq/m^3$. Tedlar bag prior to installation of the radioactive gases a measure of the concentration was 3,500 $Bq/m^3$, $^{11}C$ synthesis of the measured concentration was 27,000 $Bq/m^3$. After installed a Tedlar bag and a measure concentration of the radioactive gases was 300 $Bq/m^3$ and $^{11}C$ synthesis was 1,000$Bq/m^3$. Conclusion : $^{11}C$ radioactive gas that was ejected out of the Hot cell, with the use of a Tedlar gas sampling bag stored inside. A compound of 11C is not absorbed onto activated carbon filter. But can block the release out by storing in a Tedlar gas sampling bag. We was able to reduce the radiation exposure of the worker by efficient radiation protection.

  • PDF

Automatic gasometer reading system using selective optical character recognition (관심 문자열 인식 기술을 이용한 가스계량기 자동 검침 시스템)

  • Lee, Kyohyuk;Kim, Taeyeon;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.2
    • /
    • pp.1-25
    • /
    • 2020
  • In this paper, we suggest an application system architecture which provides accurate, fast and efficient automatic gasometer reading function. The system captures gasometer image using mobile device camera, transmits the image to a cloud server on top of private LTE network, and analyzes the image to extract character information of device ID and gas usage amount by selective optical character recognition based on deep learning technology. In general, there are many types of character in an image and optical character recognition technology extracts all character information in an image. But some applications need to ignore non-of-interest types of character and only have to focus on some specific types of characters. For an example of the application, automatic gasometer reading system only need to extract device ID and gas usage amount character information from gasometer images to send bill to users. Non-of-interest character strings, such as device type, manufacturer, manufacturing date, specification and etc., are not valuable information to the application. Thus, the application have to analyze point of interest region and specific types of characters to extract valuable information only. We adopted CNN (Convolutional Neural Network) based object detection and CRNN (Convolutional Recurrent Neural Network) technology for selective optical character recognition which only analyze point of interest region for selective character information extraction. We build up 3 neural networks for the application system. The first is a convolutional neural network which detects point of interest region of gas usage amount and device ID information character strings, the second is another convolutional neural network which transforms spatial information of point of interest region to spatial sequential feature vectors, and the third is bi-directional long short term memory network which converts spatial sequential information to character strings using time-series analysis mapping from feature vectors to character strings. In this research, point of interest character strings are device ID and gas usage amount. Device ID consists of 12 arabic character strings and gas usage amount consists of 4 ~ 5 arabic character strings. All system components are implemented in Amazon Web Service Cloud with Intel Zeon E5-2686 v4 CPU and NVidia TESLA V100 GPU. The system architecture adopts master-lave processing structure for efficient and fast parallel processing coping with about 700,000 requests per day. Mobile device captures gasometer image and transmits to master process in AWS cloud. Master process runs on Intel Zeon CPU and pushes reading request from mobile device to an input queue with FIFO (First In First Out) structure. Slave process consists of 3 types of deep neural networks which conduct character recognition process and runs on NVidia GPU module. Slave process is always polling the input queue to get recognition request. If there are some requests from master process in the input queue, slave process converts the image in the input queue to device ID character string, gas usage amount character string and position information of the strings, returns the information to output queue, and switch to idle mode to poll the input queue. Master process gets final information form the output queue and delivers the information to the mobile device. We used total 27,120 gasometer images for training, validation and testing of 3 types of deep neural network. 22,985 images were used for training and validation, 4,135 images were used for testing. We randomly splitted 22,985 images with 8:2 ratio for training and validation respectively for each training epoch. 4,135 test image were categorized into 5 types (Normal, noise, reflex, scale and slant). Normal data is clean image data, noise means image with noise signal, relfex means image with light reflection in gasometer region, scale means images with small object size due to long-distance capturing and slant means images which is not horizontally flat. Final character string recognition accuracies for device ID and gas usage amount of normal data are 0.960 and 0.864 respectively.