toggle visibility Search & Display Options

Select All    Deselect All
 |   | 
Details
   print
  Records Links (up)
Author Albiol, F.; Corbi, A.; Albiol, A. doi  openurl
  Title 3D measurements in conventional X-ray imaging with RGB-D sensors Type Journal Article
  Year 2017 Publication Medical Engineering & Physics Abbreviated Journal Med. Eng. Phys.  
  Volume 42 Issue Pages 73-79  
  Keywords X-ray; Depth cameras; Epipolar geometry; 3D reconstruction; Movement tracking; Dense surface mapping  
  Abstract A method for deriving 3D internal information in conventional X-ray settings is presented. It is based on the combination of a pair of radiographs from a patient and it avoids the use of X-ray-opaque fiducials and external reference structures. To achieve this goal, we augment an ordinary X-ray device with a consumer RGB-D camera. The patient' s rotation around the craniocaudal axis is tracked relative to this camera thanks to the depth information provided and the application of a modern surface-mapping algorithm. The measured spatial information is then translated to the reference frame of the X-ray imaging system. By using the intrinsic parameters of the diagnostic equipment, epipolar geometry, and X-ray images of the patient at different angles, 3D internal positions can be obtained. Both the RGB-D and Xray instruments are first geometrically calibrated to find their joint spatial transformation. The proposed method is applied to three rotating phantoms. The first two consist of an anthropomorphic head and a torso, which are filled with spherical lead bearings at precise locations. The third one is made of simple foam and has metal needles of several known lengths embedded in it. The results show that it is possible to resolve anatomical positions and lengths with a millimetric level of precision. With the proposed approach, internal 3D reconstructed coordinates and distances can be provided to the physician. It also contributes to reducing the invasiveness of ordinary X-ray environments and can replace other types of clinical explorations that are mainly aimed at measuring or geometrically relating elements that are present inside the patient's body.  
  Address [Albiol, Francisco; Corbi, Alberto] Univ Valencia, CSIC, Inst Fis Corpuscular, E-46003 Valencia, Spain, Email: alberto.corbi@ific.uv.es  
  Corporate Author Thesis  
  Publisher Elsevier Sci Ltd Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 1350-4533 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:000398007100008 Approved no  
  Is ISI yes International Collaboration no  
  Call Number IFIC @ pastor @ Serial 3043  
Permanent link to this record
 

 
Author Oliver, S.; Rodriguez Bosca, S.; Gimenez-Alventosa, V. doi  openurl
  Title Enabling particle transport on CAD-based geometries for radiation simulations with penRed Type Journal Article
  Year 2024 Publication Computer Physics Communications Abbreviated Journal Comput. Phys. Commun.  
  Volume 298 Issue Pages 109091 - 11pp  
  Keywords Radiation transport; PENELOPE physics; Monte Carlo simulation; PenRed; CAD; Triangular surface mesh  
  Abstract Geometry construction is a fundamental aspect of any radiation transport simulation, regardless of the Monte Carlo code being used. Typically, this process is tedious, time-consuming, and error-prone. The conventional approach involves defining geometries using mathematical objects or surfaces. However, this method comes with several limitations, especially when dealing with complex models, particularly those with organic shapes. Furthermore, since each code employs its own format and methodology for defining geometries, sharing and reproducing simulations among researchers becomes a challenging task. Consequently, many codes have implemented support for simulating over geometries constructed via Computer-Aided Design (CAD) tools. Unfortunately, this feature is lacking in penRed and other PENELOPE physics-based codes. Therefore, the objective of this work is to implement such support within the penRed framework. New version program summary Program Title: Parallel Engine for Radiation Energy Deposition (penRed) CPC Library link to program files: https://doi.org/10.17632/rkw6tvtngy.2 Developer's repository link: https://github.com/PenRed/PenRed Code Ocean capsule: https://codeocean.com/capsule/1041417/tree Licensing provisions: GNU Affero General Public License v3 Programming language: C++ standard 2011. Journal reference of previous version: V. Gimenez-Alventosa, V. Gimenez Gomez, S. Oliver, PenRed: An extensible and parallel Monte-Carlo framework for radiation transport based on PENELOPE, Computer Physics Communications 267 (2021) 108065. doi:https://doi.org/10.1016/j.cpc.2021.108065. Does the new version supersede the previous version?: Yes Reasons for the new version: Implements the capability to simulate on CAD constructed geometries, among many other features and fixes. Summary of revisions: All changes applied through the code versions are summarized in the file CHANGELOG.md in the repository package. Nature of problem: While Monte Carlo codes have proven valuable in simulating complex radiation scenarios, they rely heavily on accurate geometrical representations. In the same way as many other Monte Carlo codes, penRed employs simple geometric quadric surfaces like planes, spheres and cylinders to define geometries. However, since these geometric models offer a certain level of flexibility, these representations have limitations when it comes to simulating highly intricate and irregular shapes. Anatomic structures, for example, require detailed representations of organs, tissues and bones, which are difficult to achieve using basic geometric objects. Similarly, complex devices or intricate mechanical systems may have designs that cannot be accurately represented within the constraints of such geometric models. Moreover, when the complexity of the model increases, geometry construction process becomes more difficult, tedious, time-consuming and error-prone [2]. Also, as each Monte Carlo geometry library uses its own format and construction method, reproducing the same geometry among different codes is a challenging task. Solution method: To face the problems stated above, the objective of this work is to implement the capability to simulate using irregular and adaptable meshed geometries in the penRed framework. This kind of meshes can be constructed using Computer-Aided Design (CAD) tools, the use of which is very widespread and streamline the design process. This feature has been implemented in a new geometry module named “MESH_BODY” specific for this kind of geometries. This one is freely available and usable within the official penRed package1. It can be used since penRed version 1.9.3b and above.  
  Address [Oliver, S.] Univ Politecn Valencia, Inst Seguridad Ind Radiofis & Medioambiental ISIRY, Cami Vera S-N, Valencia 46022, Spain  
  Corporate Author Thesis  
  Publisher Elsevier Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0010-4655 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001172840800001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6077  
Permanent link to this record
 

 
Author Gimenez-Alventosa, V.; Gimenez, V.; Oliver, S. doi  openurl
  Title PenRed: An extensible and parallel Monte-Carlo framework for radiation transport based on PENELOPE Type Journal Article
  Year 2021 Publication Computer Physics Communications Abbreviated Journal Comput. Phys. Commun.  
  Volume 267 Issue Pages 108065 - 12pp  
  Keywords Radiation transport; Monte Carlo simulation; Electron-photon showers; Parallel computing; MPI; Medical physics  
  Abstract Monte Carlo methods provide detailed and accurate results for radiation transport simulations. Unfortunately, the high computational cost of these methods limits its usage in real-time applications. Moreover, existing computer codes do not provide a methodology for adapting these kinds of simulations to specific problems without advanced knowledge of the corresponding code system, and this restricts their applicability. To help solve these current limitations, we present PenRed, a general-purpose, standalone, extensible and modular framework code based on PENELOPE for parallel Monte Carlo simulations of electron-photon transport through matter. It has been implemented in C++ programming language and takes advantage of modern object-oriented technologies. In addition, PenRed offers the capability to read and process DICOM images as well as to construct and simulate image-based voxelized geometries, so as to facilitate its usage in medical applications. Our framework has been successfully verified against the original PENELOPE Fortran code. Furthermore, the implemented parallelism has been tested showing a significant improvement in the simulation time without any loss in precision of results. Program summary Program title: PenRed: Parallel Engine for Radiation Energy Deposition. CPC Library link to program files: https://doi .org /10 .17632/rkw6tvtngy.1 Licensing provision: GNU Affero General Public License (AGPL). Programming language: C++ standard 2011. Nature of problem: Monte Carlo simulations usually require a huge amount of computation time to achieve low statistical uncertainties. In addition, many applications necessitate particular characteristics or the extraction of specific quantities from the simulation. However, most available Monte Carlo codes do not provide an efficient parallel and truly modular structure which allows users to easily customise their code to suit their needs without an in-depth knowledge of the code system. Solution method: PenRed is a fully parallel, modular and customizable framework for Monte Carlo simulations of the passage of radiation through matter. It is based on the PENELOPE [1] code system, from which inherits its unique physics models and tracking algorithms for charged particles. PenRed has been coded in C++ following an object-oriented programming paradigm restricted to the C++11 standard. Our engine implements parallelism via a double approach: on the one hand, by using standard C++ threads for shared memory, improving the access and usage of the memory, and, on the other hand, via the MPI standard for distributed memory infrastructures. Notice that both kinds of parallelism can be combined together in the same simulation. Moreover, both threads and MPI processes, can be balanced using the builtin load balance system (RUPER-LB [30]) to maximise the performance on heterogeneous infrastructures. In addition, PenRed provides a modular structure with methods designed to easily extend its functionality. Thus, users can create their own independent modules to adapt our engine to their needs without changing the original modules. Furthermore, user extensions will take advantage of the builtin parallelism without any extra effort or knowledge of parallel programming. Additional comments including restrictions and unusual features: PenRed has been compiled in linux systems withg++ of GCC versions 4.8.5, 7.3.1, 8.3.1 and 9; clang version 3.4.2 and intel C++ compiler (icc) version 19.0.5.281. Since it is a C++11-standard compliant code, PenRed should be able to compile with any compiler with C++11 support. In addition, if the code is compiled without MPI support, it does not require any non standard library. To enable MPI capabilities, the user needs to install whatever available MPI implementation, such as openMPI [24] or mpich [25], which can be found in the repositories of any linux distribution. Finally, to provide DICOM processing support, PenRed can be optionally compiled using the dicom toolkit (dcmtk) [32] library. Thus, PenRed has only two optional dependencies, an MPI implementation and the dcmtk library.  
  Address [Gimenez-Alventosa, V] Univ Politecn Valencia, Inst Instrumentac Imagen Mol I3M, Ctr Mixto CSIC, Cami Vera S-N, Valencia 46022, Spain, Email: vicent.gimenez@i3m.upv.es;  
  Corporate Author Thesis  
  Publisher Elsevier Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0010-4655 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:000678508900001 Approved no  
  Is ISI yes International Collaboration no  
  Call Number IFIC @ pastor @ Serial 4907  
Permanent link to this record
 

 
Author Pi, M.; Barranco, M.; Navarro, J.; Ancilotto, F. doi  openurl
  Title Nucleation and cavitation in parahydrogen Type Journal Article
  Year 2012 Publication Chemical Physics Abbreviated Journal Chem. Phys.  
  Volume 399 Issue Pages 213-217  
  Keywords Nucleation; Cavitation; Metastable phases; Liquid parahydrogen  
  Abstract We have used a density functional approach to investigate thermal homogeneous nucleation and cavitation in parahydrogen. The effect of electrons as seeds of heterogeneous cavitation in liquid parahydrogen is also discussed within the capillary model.  
  Address [Pi, Marti; Barranco, Manuel] Univ Barcelona, Fac Fis, Dept ECM, E-08028 Barcelona, Spain, Email: marti@ecm.ub.es  
  Corporate Author Thesis  
  Publisher Elsevier Science Bv Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0301-0104 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:000304196100027 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 1039  
Permanent link to this record
 

 
Author Plaza, J.; Martinez, T.; Becares, V.; Cano-Ott, D.; Villamarin, D.; de Rada, A.P.; Mendoza, E.; Pesudo, V.; Santorelli, R.; Pena, C.; Balibrea-Correa, J.; Boeltzig, A. doi  openurl
  Title Thermal neutron background at Laboratorio Subterraneo de Canfranc (LSC) Type Journal Article
  Year 2023 Publication Astroparticle Physics Abbreviated Journal Astropart Phys.  
  Volume 146 Issue Pages 102793 - 9pp  
  Keywords Underground neutron background; Thermal neutron flux; He-3 proportional counter; Pulse shape discrimination  
  Abstract The thermal neutron background at Laboratorio Subterraneo de Canfranc (LSC) has been determined using several He-3 proportional counter detectors. Bare and Cd shielded counters were used in a series of long measurements. Pulse shape discrimination techniques were applied to discriminate between neutron and gamma signals as well as other intrinsic contributions. Montecarlo simulations allowed us to estimate the sensitivity of the detectors and calculate values for the background flux of thermal neutrons inside Hall-A of LSC. The obtained value is (3.5 +/- 0.8)x10(-6) n/cm(2)s, and is within an order of magnitude compared to similar facilities.  
  Address [Plaza, J.; Martinez, T.; Becares, V; Cano-Ott, D.; Villamarin, D.; Perez de Rada, A.; Mendoza, E.; Pesudo, V; Santorelli, R.] Ctr Invest Energet Medioambientales & Tecnol CIEM, Ave Complutense 40, Madrid 28040, Spain, Email: julio.plaza@ciemat.es  
  Corporate Author Thesis  
  Publisher Elsevier Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0927-6505 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:000928281600001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 5482  
Permanent link to this record
 

 
Author Jordan, D.; Tain, J.L.; Algora, A.; Agramunt, J.; Domingo-Pardo, C.; Gomez-Hornillos, M.B.; Caballero-Folch, R.; Cortes, G.; Cano-Ott, D.; Mendoza, E.; Bandac, I.; Bettini, A.; Fraile, L.M.; Domingo, C. doi  openurl
  Title Measurement of the neutron background at the Canfranc Underground Laboratory LSC Type Journal Article
  Year 2013 Publication Astroparticle Physics Abbreviated Journal Astropart Phys.  
  Volume 42 Issue Pages 1-6  
  Keywords Neutron background; Underground physics; He-3 proportional counters  
  Abstract The energy distribution of the neutron background was measured for the first time at Hall A of the Canfranc Underground Laboratory. For this purpose we used a novel approach based on the combination of the information obtained with six large high-pressure He-3 proportional counters embedded in individual polyethylene blocks of different size. In this way not only the integral value but also the flux distribution as a function of neutron energy was determined in the range from 1 eV to 10 MeV. This information is of importance because different underground experiments show different neutron background energy dependence. The high sensitivity of the setup allowed to measure a neutron flux level which is about four orders of magnitude smaller that the neutron background at sea level. The integral value obtained is Phi(Hall A) = (3.44 +/- 0.35) x 10(-6) cm(-2) s(-1).  
  Address [Jordan, D.; Tain, J. L.; Algora, A.; Agramunt, J.; Domingo-Pardo, C.] Univ Valencia, CSIC, Inst Fis Corpuscular, Valencia, Spain, Email: jordan@ific.uv.es  
  Corporate Author Thesis  
  Publisher Elsevier Science Bv Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0927-6505 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:000315371900001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 1351  
Permanent link to this record
 

 
Author Menjo, H. et al; Faus-Golfe, A.; Velasco, J. doi  openurl
  Title Monte Carlo study of forward pi(0) production spectra to be measured by the LHCf experiment for the purpose of benchmarking hadron interaction models at 10(17) eV Type Journal Article
  Year 2011 Publication Astroparticle Physics Abbreviated Journal Astropart Phys.  
  Volume 34 Issue 7 Pages 513-520  
  Keywords High energy cosmic rays; LHC; LHCf; High energy pi(0) production spectra  
  Abstract The LHCf experiment aims to improve knowledge of forward neutral particle production spectra at the LHC energy which is relevant for the interpretation of air shower development of high energy cosmic rays. Two detectors, each composed of a pair of sampling and imaging calorimeters, have been installed at the forward region of IP1 to measure pi(0) energy spectra above 600 GeV. In this paper, we present a Monte Carlo study of the pi(0) measurements to be performed with one of the LHCf detectors for proton-proton collisions at root s = 14 TeV. In approximately 40 min of operation at luminosity 0.8 x 10(29) cm(-2) s(-1) during the beam commissioning phase of LHC, about 1.5 x 10(4) pi(0) events are expected to be obtained at two transverse positions of the detector. The backgrounds from interactions of secondary particles with beam pipes and interactions of beam particles with residual gas in the beam pipes are expected to be less than 0.1% of the signal from pi(0)s. We also discuss the capability of LHCf measurements to discriminate between the various hadron interaction models that are used for simulation of high energy air showers, such as DPMJET3.03, QGSJETII-03, SIBYLL2.1 and EPOS1.99.  
  Address [Menjo, H.; Adriani, O.; Bonechi, L.; Bongi, M.; Castellini, G.; D'Alessandro, R.; Papini, P.; Ricciarini, S.; Viciani, A.] Ist Nazl Fis Nucl, Sez Firenze, I-50019 Florence, Italy, Email: menjo@fi.infn.it  
  Corporate Author Thesis  
  Publisher Elsevier Science Bv Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0927-6505 ISBN Medium  
  Area Expedition Conference  
  Notes ISI:000287955500001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 596  
Permanent link to this record
 

 
Author Garcia Canal, C.A.; Tarutina, T.; Vento, V. doi  openurl
  Title Analysis of Nuclear Effects in Structure Functions and Their Connection with the Binding Energy of Nuclei Type Journal Article
  Year 2023 Publication Brazilian Journal of Physics Abbreviated Journal Braz. J. Phys.  
  Volume 53 Issue 6 Pages 161 - 8pp  
  Keywords Structure functions; Deep inelastic scattering; EMC effect; Nuclear dynamics  
  Abstract We describe nuclear effects in structure functions of nuclei in DIS by means of a multiplicative factor beta(A)(x) which differentiates the structure function of the bound nucleons from that of the free nucleons. Our analysis determines that beta(A)(x) establishes a relation between the quark-gluon dynamics expressed by the bound nucleon structure functions and the nuclear dynamics as described by the well-known semi-empirical Bethe-Weizsacker mass formula. This relation corroborates a connection between the underlying quark-gluon dynamics and the phenomenological nuclear dynamics.  
  Address [Canal, C. A. Garcia] Univ La Plata, Dept Phys, Cc 67, RA-1900 La Plata, Argentina, Email: ttarutina@gmail.com  
  Corporate Author Thesis  
  Publisher Springer Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0103-9733 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001087936700001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 5766  
Permanent link to this record
 

 
Author Fanchiotti, H.; Garcia Canal, C.A.; Mayosky, M.; Veiga, A.; Vento, V. doi  openurl
  Title The Geometric Phase in Classical Systems and in the Equivalent Quantum Hermitian and Non-Hermitian PT-Symmetric Systems Type Journal Article
  Year 2023 Publication Brazilian Journal of Physics Abbreviated Journal Braz. J. Phys.  
  Volume 53 Issue 6 Pages 143 - 11pp  
  Keywords Geometrical phases; Decomplexification; Resonat circuit; Gyrator  
  Abstract The decomplexification procedure allows one to show mathematically (stricto sensu) the equivalence (isomorphism) between the quantum dynamics of a system with a finite number of basis states and a classical dynamics system. This unique way of connecting different dynamics was used in the past to analyze the relationship between the well-known geometric phase present in the quantum evolution discovered by Berry and its generalizations, with their analogs, the Hannay phases, in the classical domain. In here, this analysis is carried out for several quantum hermitian and non-hermitian PT-symmetric Hamiltonians and compared with the Hannay phase analysis in their classical isomorphic equivalent systems. As the equivalence ends in the classical domain with oscillator dynamics, we exploit the analogy to propose resonant electric circuits coupled with a gyrator, to reproduce the geometric phase coming from the theoretical solutions, in simulated laboratory experiments.  
  Address [Fanchiotti, H.; Canal, C. A. Garcia] Univ Nacl La Plata, FLP CONICET, RA-1900 La Plata, Argentina, Email: vicente.vento@uv.es  
  Corporate Author Thesis  
  Publisher Springer Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0103-9733 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001058597300001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 5627  
Permanent link to this record
 

 
Author Albiol, F.; Corbi, A.; Albiol, A. doi  openurl
  Title Evaluation of modern camera calibration techniques for conventional diagnostic X-ray imaging settings Type Journal Article
  Year 2017 Publication Radiological Physics and Technology Abbreviated Journal Radiol. Phys. Technol.  
  Volume 10 Issue 1 Pages 68-81  
  Keywords Conventional X-ray camera calibration; Detector resolution; Intrinsic and extrinsic parameters; Zhang's method; Direct linear transform; Tsai's approach  
  Abstract We explore three different alternatives for obtaining intrinsic and extrinsic parameters in conventional diagnostic X-ray frameworks: the direct linear transform (DLT), the Zhang method, and the Tsai approach. We analyze and describe the computational, operational, and mathematical background differences for these algorithms when they are applied to ordinary radiograph acquisition. For our study, we developed an initial 3D calibration frame with tin cross-shaped fiducials at specific locations. The three studied methods enable the derivation of projection matrices from 3D to 2D point correlations. We propose a set of metrics to compare the efficiency of each technique. One of these metrics consists of the calculation of the detector pixel density, which can be also included as part of the quality control sequence in general X-ray settings. The results show a clear superiority of the DLT approach, both in accuracy and operational suitability. We paid special attention to the Zhang calibration method. Although this technique has been extensively implemented in the field of computer vision, it has rarely been tested in depth in common radiograph production scenarios. Zhang's approach can operate on much simpler and more affordable 2D calibration frames, which were also tested in our research. We experimentally confirm that even three or four plane-image correspondences achieve accurate focal lengths.  
  Address [Albiol, Francisco; Corbi, Alberto] Univ Valencia, CSIC, Inst Fis Corpuscular, Valencia, Spain, Email: alberto.corbi@ific.uv.es  
  Corporate Author Thesis  
  Publisher Springer Japan Kk Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 1865-0333 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:000405867100009 Approved no  
  Is ISI yes International Collaboration no  
  Call Number IFIC @ pastor @ Serial 3238  
Permanent link to this record
Select All    Deselect All
 |   | 
Details
   print

Save Citations:
Export Records:
ific federMinisterio de Ciencia e InnovaciĆ³nAgencia Estatal de Investigaciongva