Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

SIVIC is an open-source, standards-based software framework and application suite for processing and visualization of DICOM MR Spectroscopy data. Through the use of DICOM, SIVIC aims to facilitate the application of MRS in medical imaging studies.

0
 
  0 reviews  |  1 user  |  93,962 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

The aim of the project is to present a common platform for the application of artificial intelligence algorithms and other general mathematical methods in certain scientific fields. These fields - as a first step - include specroscopic methods used in analytical and structure research laboratories.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

WavePacket is a MatLab program package for simulating quantum-mechanical wavepacket dynamics, optionally interacting with electric fields, and with animated graphics. Being highly versatile, it can be used mainly in (photoinduced) physics and chemist

0
 
  0 reviews  |  0 users  |  51,591 lines of code  |  3 current contributors  |  Analyzed 1 day ago
 
 

A tool for visualisation and analysis of STM and STS results.

0
 
  0 reviews  |  0 users  |  61,237 lines of code  |  1 current contributor  |  Analyzed almost 2 years ago
 
 

1. Introduction An intelligence background-correction algorithm for highly fluorescent sample in Raman spectroscopy has been developed with peak detection and width estimation by CWT wavelet and background fitting by penalized least squares. The programming language is ... [More] R(http://www.r-project.org/). 2. Installation Firstly, you must download and install R 2.8.1 from the urls as follows: for linux: http://cran.r-project.org/src/base/R-2/R-2.8.1.tar.gz for windows: http://cran.r-project.org/bin/windows/base/old/2.8.1/R-2.8.1-win32.exe Then, download the baselineWavelet package from this project download pages. for linux: http://baselinewavelet.googlecode.com/files/baselineWavelet_3.0.0.tar.gz for windows: http://baselinewavelet.googlecode.com/files/baselineWavelet_3.0.0.zip Finally,install the downloaded packages from local zip or tar.gz file. To start running this algorithm, load the baselineWavelet package through "library(baselineWavelet)" in the R commandline windows, try "?baselineWavelet" in the R commandline windows to open the documents. 3. What's new What's new in newer version: 1. From version 2.0 to 3.0: Rewirte the WhittakerSmooth function, don't use the cholskey decomposition any more. 2. From version 1.0 - 2.0: Two functions, say baselineCorrectionCWT() and WhittakerSmoother(), in the baselineWavelet package were modified (add a parameter) so that one could easily perform first, second or even higher differences penalties by adjusting the parameter for the purpose. 4. Correction example This is a correction example: [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 11 days ago
 
 

Analyze MDFS is an application designed to fit rupture force histogram data from AFM-based dynamic force spectroscopy experiments with multiple parallel attachments. A full description of the algorithm is pending publication in a peer-reviewed journal, along with results from application of the ... [More] software to Monte Carlo simulations of DFS experiments. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed over 1 year ago
 
 

Tool for processing astronomical spectra: raw images and extracted vectors

0
 
  0 reviews  |  0 users  |  1,934 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

kspectrum is a code that will compute high-resolution spectrum (ka vs nu) from public line-by-line databases, for any thermodynamical conditions (temperature, pressure), and for any gas mixture, with a full control of the accuracy over the results. These spectrum can be used, for instance, in ... [More] order to produce k-distribution data sets that are very appreciated for radiative transfer simulations. This code can be used in order to generate entry data for radiative transfer simulation codes, in various research fields, such as planetary atmospheres (climate studies, simulation of atmospheric general circulation), combustion, etc. The main idea of kspectrum is that the uncertainty over the resulting spectrum can be specified by the user. The absorption coefficient at each wavenumber will be computed within the specified accuracy limits: the contribution of each known energetic transition will be taken into account, no matter how much computation time it requires. As a consequence, kspectrum does not need line profile truncation or line selection techniques, and no ad-hoc corrections have to be brought depending on the local thermodynamic conditions or species concentrations. Moreover, physical phenomenons such as doppler broadening (resulting in a Voigt line profile), sub-lorentzian profiles and collision-induced absorption are taken into account, within the limits of the present knowledge in spectroscopy. This code has been tested for Earth and Venus atmospheres, and is known to provide very accurate results (specifically for the Earth, since gas spectrum are well known). kspectrum is written in fortran 77, and will run on any linux cluster that uses mpich. INSTALLATION First, the name of your fortran 77 compiler has to be defined within the F77 environment variable. For instance, add the following line to your .bashrc file: >export F77="g77" if you are using the GNU fortran 77 compiler. Then use "source .bashrc" to take modifications into account. Adapt the previous commands to your situation. If you do not define the F77 variable, your fortran 77 compiler's name will be asked when compilation commands are executed. Next,the user should download the most recent archive "kspectrum1.0.4.tgz" and installation script "install_kspectrum1.0.4.bash" in the same directory. Then use the following command: > ./install_kspectrum1.0.4.bash The installation script will unzip the archive, creating the main kspectrum directory. It will also compile and run a small program into the /data directory for creating example input data files. The user should refer to the manual (can be downloaded from the project page or found into the /Doc directory) in order to compile the main executable and to run simulations. The main steps are: - install MPICH on every system that will take part of your cluster, if you do not already have set up a cluster. - to edit the "Makefile" file and set the compiler name and compilation options that fit your compiler / system. - to edit the "includes/max.inc" file and set variables values (although default values should be fine) - use command "make all" in order to compile the executable. - install Line-by-Line public databases into the /data directory. USE Use command "mpirun -np # kspectrum.exe" to run a simulation, with # the number of processes that have to execute the code. The number of processes should be equal to the number of physical cores of your cluster, plus one. MODIFICATIONS Whenever a source file is modified, command "make all" should be use to recompile the modified files. Whenever an include file is modified, command "make clean all" should be used in order to recompile the executable from scratch. RESULTS Results files are located into the /results directory. Each file contains three columns: the wavenumber in inverse centimeters, the absorption cross-section of the gas mixture at that wavenumber, in square centimeters per molecule, and the absorption coefficient of the gas mixture at that wavenumber, in inverse meters. Results can be used by the "kdistribution" code in order to produce k-distribution data sets. In order to install "kdistribution", follow the same steps than for KSPECTRUM: - download the main archive "kdistribution1.0.4.tgz" archive and "install_kdistribution1.0.4.bash" installation script, on the same directory (for instance, at the same level you downloaded "kspectrum1.0.4.tgz" and "install_kspectrum1.0.4.bash"). Please note version numbers should be identical for ksectrum and kdistribution, otherwise format issues will occur. - run "install_kdistribution1.0.4.bash" in order to unzip the archive. This script will find "kspectrum" if both codes are installed at the same level, and will make appropriate links in this case. - read the documentation file "/Doc/manual.pdf" to compile and use "kdistribution". [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Software suite for digital time differential perturbed gamma-gamma angular correlation (PAC) spectrometers as described here: http://dx.doi.org/10.1063/1.3455186

0
 
  0 reviews  |  0 users  |  32,195 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.